Diagram
|
|
Type
|
object |
All of
|
Choices |
FullItem : Schema (0) |
FullItem : Schema (1) |
|
Used by
|
|
Source
|
"FullItem": {
"allOf": [
{"ref": "#/components/schemas/Item"},
{
"type": "object",
"properties": {
"sections": {
"type": "array",
"items": {
"type": "object",
"properties": {
"id": {"type": "string"},
"label": {"type": "string"}
}
}
},
"fields": {
"type": "array",
"items": {"ref": "#/components/schemas/Field"}
},
"files": {
"type": "array",
"items": {"ref": "#/components/schemas/File"}
}
}
}
]
}
|
|
Diagram
|
|
Type
|
empty schema |
Used by
|
Schema |
FullItem |
FullItem/allOf/0 |
|
Source
|
{"ref": "#/components/schemas/Item"}
|
|
Diagram
|
|
Type
|
object |
Properties
|
Name |
Occurrence |
sections fields files
|
optional optional optional
|
|
Used by
|
Schema |
FullItem |
FullItem/allOf/1 |
|
Source
|
{
"type": "object",
"properties": {
"sections": {
"type": "array",
"items": {}
},
"fields": {
"type": "array",
"items": {}
},
"files": {
"type": "array",
"items": {}
}
}
}
|
|
Diagram
|
|
Type
|
array |
Constraints
|
|
Array Items
|
Items |
properties_FullItem.html#/properties/FullItem/allOf/1/properties/sections/items |
|
Used by
|
Schema |
FullItem/allOf/1 |
FullItem/allOf/1/properties/sections |
|
Source
|
"sections": {
"type": "array",
"items": {
"type": "object",
"properties": {
"id": {"type": "string"},
"label": {"type": "string"}
}
}
}
|
|
Diagram
|
|
Type
|
object |
Properties
|
Name |
Occurrence |
id label
|
optional optional
|
|
Used by
|
Schema |
FullItem/allOf/1/properties/sections |
FullItem/allOf/1/properties/sections/items |
|
Source
|
"items": {
"type": "object",
"properties": {
"id": {"type": "string"},
"label": {"type": "string"}
}
}
|
|
Diagram
|
|
Type
|
string |
Used by
|
Schema |
FullItem/allOf/1/properties/sections/items |
FullItem/allOf/1/properties/sections/items/properties/id |
|
Source
|
|
Diagram
|
|
Type
|
string |
Used by
|
Schema |
FullItem/allOf/1/properties/sections/items |
FullItem/allOf/1/properties/sections/items/properties/label |
|
Source
|
"label": {"type": "string"}
|
|
Diagram
|
|
Type
|
array |
Constraints
|
|
Array Items
|
Items |
properties_FullItem.html#/properties/FullItem/allOf/1/properties/fields/items |
|
Used by
|
Schema |
FullItem/allOf/1 |
FullItem/allOf/1/properties/fields |
|
Source
|
"fields": {
"type": "array",
"items": {"ref": "#/components/schemas/Field"}
}
|
|
Diagram
|
|
Type
|
empty schema |
Used by
|
Schema |
FullItem/allOf/1/properties/fields |
FullItem/allOf/1/properties/fields/items |
|
Source
|
"items": {"ref": "#/components/schemas/Field"}
|
|
Diagram
|
|
Type
|
array |
Constraints
|
|
Array Items
|
Items |
properties_FullItem.html#/properties/FullItem/allOf/1/properties/files/items |
|
Used by
|
Schema |
FullItem/allOf/1 |
FullItem/allOf/1/properties/files |
|
Source
|
"files": {
"type": "array",
"items": {"ref": "#/components/schemas/File"}
}
|
|
Diagram
|
|
Type
|
empty schema |
Used by
|
Schema |
FullItem/allOf/1/properties/files |
FullItem/allOf/1/properties/files/items |
|
Source
|
"items": {"ref": "#/components/schemas/File"}
|
|