JSON
or XML
data structures.array
data type, an sub-level ITEMS
property will be automatically generated. It specifies the data type of the elements within the array.Dereference
on the schema, the schema will transform into a series of independent properties, allowing you to edit them individually.Dereference
that property, allowing for individual modifications. Any changes to the original schema will not affect the dereferenced property.Hide
to conceal unnecessary properties.*
: Indicates if the property is required.N
: Specifies if the property allows for null values.Settings
: Allows you to edit advanced settings in the Type Editor.String
, Integer
, and Number
types, Apidog supports enum. By toggling the enum switch, you can add enum values and descriptions. Additionally, you can perform Bulk Edit for enum values.XML
switch, configure properties such as tag name, namespace, etc., and preview the corresponding XML structure.object
, and then using the additionalProperties
keyword to specify the type of the values in the key-value pairs.name
and email
. Now, with the system upgrade, you want to include other fields.(0,"A",2,"C")
, you can set the element type to array
in the data model, then set the type of items
to anyOf
in the combination pattern, and then add child elements of type string
and integer
respectively.If you want to generate multiple elements when generating examples, please specify the minimum and maximum number of elements in the advanced settings of the root node.