Schema listItem_node
Schema type
Schema content
|
|
|
|
Diagram
|
|
Type |
array |
Constraints
|
|
Array Items
|
|
Used by
|
|
Source
|
"content": {
"type": "array",
"minItems": 1,
"items": [
{
"anyOf": [
{"$ref": "#/definitions/codeBlock_with_no_marks_node"},
{"$ref": "#/definitions/paragraph_with_no_marks_node"},
{"$ref": "#/definitions/mediaSingle_full_node"},
{"$ref": "#/definitions/mediaSingle_caption_node"}
]
},
{
"anyOf": [
{"$ref": "#/definitions/codeBlock_with_no_marks_node"},
{"$ref": "#/definitions/paragraph_with_no_marks_node"},
{"$ref": "#/definitions/bulletList_node"},
{"$ref": "#/definitions/mediaSingle_full_node"},
{"$ref": "#/definitions/mediaSingle_caption_node"},
{"$ref": "#/definitions/orderedList_node"}
]
}
]
}
|
|
|
|
|
|
|
Schema items/0
Definition schema anyOf/0
Definition schema anyOf/1
Definition schema anyOf/2
Definition schema anyOf/3
Schema items/1
Definition schema anyOf/0
Definition schema anyOf/1
Definition schema anyOf/2
Definition schema anyOf/3
Definition schema anyOf/4
Definition schema anyOf/5
|