Generate from JSON etc.
, you enter the data structure import tool.JSON
, XML
, JSON Schema
and Import from Database
, and Apidog will automatically generate a schema based on that data.required
.Generated from JSON
for the second time , the newly imported data will overwrite the existing schema that has already been generated. In this scenario, there are two Overwrite modes
:Generate from JSON
in the Request body or Response, enabling Save as Example
will include the current JSON/XML as a Request/Response Example when generating the schema.MySQL
, SQL Server
, Oracle
, and PostgreSQL
databases, while the paid version also includes support for ClickHouse
, MongoDB
, and Redis
.Import from database
.Follow database field length
toggle is enabled, Apidog will set the minimum and maximum property length values based on the field lengths defined in the table.CREATE
statement (DDL) to generate the schema. Support SQL that Compatible with MySQL.