Showing:

Diagram
Properties
Constraints
Enumerations
Compositions
Used By
Source
Schema doc_node
Diagram
definitions_doc_node.html#/definitions/doc_node/properties/version definitions_doc_node.html#/definitions/doc_node/properties/type definitions_doc_node.html#/definitions/doc_node/properties/content diagram
Type object
Properties
Name Occurrence
version
type
content
required
required
required
Additional Properties false
Used by
Schema
#/schema
Source

 "doc_node": {
  "type": "object",
  "additionalProperties": false,
  "required": [
    "version",
    "type",
    "content"
  ],
  "properties": {
    "version": {
      "enum": [1]
    },
    "type": {
      "enum": ["doc"]
    },
    "content": {
      "type": "array",
      "items": {}
    }
  }
}


Schema version
Diagram
diagram
Type string
Enumeration
Values
1
Used by
Schema
doc_node
Source

 "version": {
  "enum": [1]
}


Schema type
Diagram
diagram
Type string
Enumeration
Values
doc
Used by
Schema
doc_node
Source

 "type": {
  "enum": ["doc"]
}


Schema content
Diagram
definitions_doc_node.html#/definitions/doc_node/properties/content/items diagram
Type array
Constraints
Unique Items : false

Array Items
Used by
Schema
doc_node
Source

 "content": {
  "type": "array",
  "items": {
    "anyOf": [
      {"$ref": "#/definitions/codeBlock_with_no_marks_node"},
      {"$ref": "#/definitions/codeBlock_with_marks_node"},
      {"$ref": "#/definitions/blockCard_node"},
      {"$ref": "#/definitions/paragraph_with_no_marks_node"},
      {"$ref": "#/definitions/paragraph_with_alignment_node"},
      {"$ref": "#/definitions/paragraph_with_indentation_node"},
      {"$ref": "#/definitions/bulletList_node"},
      {"$ref": "#/definitions/mediaSingle_full_node"},
      {"$ref": "#/definitions/mediaSingle_caption_node"},
      {"$ref": "#/definitions/orderedList_node"},
      {"$ref": "#/definitions/heading_with_no_marks_node"},
      {"$ref": "#/definitions/heading_with_alignment_node"},
      {"$ref": "#/definitions/heading_with_indentation_node"},
      {"$ref": "#/definitions/panel_node"},
      {"$ref": "#/definitions/blockquote_node"},
      {"$ref": "#/definitions/rule_node"},
      {"$ref": "#/definitions/mediaGroup_node"},
      {"$ref": "#/definitions/decisionList_node"},
      {"$ref": "#/definitions/taskList_node"},
      {"$ref": "#/definitions/extension_with_marks_node"},
      {"$ref": "#/definitions/embedCard_node"},
      {"$ref": "#/definitions/table_node"},
      {"$ref": "#/definitions/expand_with_no_mark_node"},
      {"$ref": "#/definitions/expand_with_breakout_mark_node"},
      {"$ref": "#/definitions/bodiedExtension_with_marks_node"},
      {"$ref": "#/definitions/layoutSection_full_node"}
    ]
  }
}


Schema content/items
Diagram
#/definitions/doc_node/properties/content/items/anyOf/0 #/definitions/doc_node/properties/content/items/anyOf/1 #/definitions/doc_node/properties/content/items/anyOf/2 #/definitions/doc_node/properties/content/items/anyOf/3 #/definitions/doc_node/properties/content/items/anyOf/4 #/definitions/doc_node/properties/content/items/anyOf/5 #/definitions/doc_node/properties/content/items/anyOf/6 #/definitions/doc_node/properties/content/items/anyOf/7 #/definitions/doc_node/properties/content/items/anyOf/8 #/definitions/doc_node/properties/content/items/anyOf/9 #/definitions/doc_node/properties/content/items/anyOf/10 #/definitions/doc_node/properties/content/items/anyOf/11 #/definitions/doc_node/properties/content/items/anyOf/12 #/definitions/doc_node/properties/content/items/anyOf/13 #/definitions/doc_node/properties/content/items/anyOf/14 #/definitions/doc_node/properties/content/items/anyOf/15 #/definitions/doc_node/properties/content/items/anyOf/16 #/definitions/doc_node/properties/content/items/anyOf/17 #/definitions/doc_node/properties/content/items/anyOf/18 #/definitions/doc_node/properties/content/items/anyOf/19 #/definitions/doc_node/properties/content/items/anyOf/20 #/definitions/doc_node/properties/content/items/anyOf/21 #/definitions/doc_node/properties/content/items/anyOf/22 #/definitions/doc_node/properties/content/items/anyOf/23 #/definitions/doc_node/properties/content/items/anyOf/24 #/definitions/doc_node/properties/content/items/anyOf/25 diagram
Type object
Any of
Used by
Source

 "items": {
  "anyOf": [
    {"$ref": "#/definitions/codeBlock_with_no_marks_node"},
    {"$ref": "#/definitions/codeBlock_with_marks_node"},
    {"$ref": "#/definitions/blockCard_node"},
    {"$ref": "#/definitions/paragraph_with_no_marks_node"},
    {"$ref": "#/definitions/paragraph_with_alignment_node"},
    {"$ref": "#/definitions/paragraph_with_indentation_node"},
    {"$ref": "#/definitions/bulletList_node"},
    {"$ref": "#/definitions/mediaSingle_full_node"},
    {"$ref": "#/definitions/mediaSingle_caption_node"},
    {"$ref": "#/definitions/orderedList_node"},
    {"$ref": "#/definitions/heading_with_no_marks_node"},
    {"$ref": "#/definitions/heading_with_alignment_node"},
    {"$ref": "#/definitions/heading_with_indentation_node"},
    {"$ref": "#/definitions/panel_node"},
    {"$ref": "#/definitions/blockquote_node"},
    {"$ref": "#/definitions/rule_node"},
    {"$ref": "#/definitions/mediaGroup_node"},
    {"$ref": "#/definitions/decisionList_node"},
    {"$ref": "#/definitions/taskList_node"},
    {"$ref": "#/definitions/extension_with_marks_node"},
    {"$ref": "#/definitions/embedCard_node"},
    {"$ref": "#/definitions/table_node"},
    {"$ref": "#/definitions/expand_with_no_mark_node"},
    {"$ref": "#/definitions/expand_with_breakout_mark_node"},
    {"$ref": "#/definitions/bodiedExtension_with_marks_node"},
    {"$ref": "#/definitions/layoutSection_full_node"}
  ]
}


Definition schema anyOf/0
Diagram
definitions_codeBlock_with_no_marks_node.html#/definitions/codeBlock_with_no_marks_node diagram
Type reference
Refers codeBlock_with_no_marks_node
Used by
Source

{"$ref": "#/definitions/codeBlock_with_no_marks_node"}


Definition schema anyOf/1
Diagram
definitions_codeBlock_with_marks_node.html#/definitions/codeBlock_with_marks_node diagram
Type reference
Refers codeBlock_with_marks_node
Used by
Source

{"$ref": "#/definitions/codeBlock_with_marks_node"}


Definition schema anyOf/2
Diagram
definitions_blockCard_node.html#/definitions/blockCard_node diagram
Type reference
Refers blockCard_node
Used by
Source

{"$ref": "#/definitions/blockCard_node"}


Definition schema anyOf/3
Diagram
definitions_paragraph_with_no_marks_node.html#/definitions/paragraph_with_no_marks_node diagram
Type reference
Refers paragraph_with_no_marks_node
Used by
Source

{"$ref": "#/definitions/paragraph_with_no_marks_node"}


Definition schema anyOf/4
Diagram
definitions_paragraph_with_alignment_node.html#/definitions/paragraph_with_alignment_node diagram
Type reference
Refers paragraph_with_alignment_node
Used by
Source

{"$ref": "#/definitions/paragraph_with_alignment_node"}


Definition schema anyOf/5
Diagram
definitions_paragraph_with_indentation_node.html#/definitions/paragraph_with_indentation_node diagram
Type reference
Refers paragraph_with_indentation_node
Used by
Source

{"$ref": "#/definitions/paragraph_with_indentation_node"}


Definition schema anyOf/6
Diagram
definitions_bulletList_node.html#/definitions/bulletList_node diagram
Type reference
Refers bulletList_node
Used by
Source

{"$ref": "#/definitions/bulletList_node"}


Definition schema anyOf/7
Diagram
definitions_mediaSingle_full_node.html#/definitions/mediaSingle_full_node diagram
Type reference
Refers mediaSingle_full_node
Used by
Source

{"$ref": "#/definitions/mediaSingle_full_node"}


Definition schema anyOf/8
Diagram
definitions_mediaSingle_caption_node.html#/definitions/mediaSingle_caption_node diagram
Type reference
Refers mediaSingle_caption_node
Used by
Source

{"$ref": "#/definitions/mediaSingle_caption_node"}


Definition schema anyOf/9
Diagram
definitions_orderedList_node.html#/definitions/orderedList_node diagram
Type reference
Refers orderedList_node
Used by
Source

{"$ref": "#/definitions/orderedList_node"}


Definition schema anyOf/10
Diagram
definitions_heading_with_no_marks_node.html#/definitions/heading_with_no_marks_node diagram
Type reference
Refers heading_with_no_marks_node
Used by
Source

{"$ref": "#/definitions/heading_with_no_marks_node"}


Definition schema anyOf/11
Diagram
definitions_heading_with_alignment_node.html#/definitions/heading_with_alignment_node diagram
Type reference
Refers heading_with_alignment_node
Used by
Source

{"$ref": "#/definitions/heading_with_alignment_node"}


Definition schema anyOf/12
Diagram
definitions_heading_with_indentation_node.html#/definitions/heading_with_indentation_node diagram
Type reference
Refers heading_with_indentation_node
Used by
Source

{"$ref": "#/definitions/heading_with_indentation_node"}


Definition schema anyOf/13
Diagram
definitions_panel_node.html#/definitions/panel_node diagram
Type reference
Refers panel_node
Used by
Source

{"$ref": "#/definitions/panel_node"}


Definition schema anyOf/14
Diagram
definitions_blockquote_node.html#/definitions/blockquote_node diagram
Type reference
Refers blockquote_node
Used by
Source

{"$ref": "#/definitions/blockquote_node"}


Definition schema anyOf/15
Diagram
definitions_rule_node.html#/definitions/rule_node diagram
Type reference
Refers rule_node
Used by
Source

{"$ref": "#/definitions/rule_node"}


Definition schema anyOf/16
Diagram
definitions_mediaGroup_node.html#/definitions/mediaGroup_node diagram
Type reference
Refers mediaGroup_node
Used by
Source

{"$ref": "#/definitions/mediaGroup_node"}


Definition schema anyOf/17
Diagram
definitions_decisionList_node.html#/definitions/decisionList_node diagram
Type reference
Refers decisionList_node
Used by
Source

{"$ref": "#/definitions/decisionList_node"}


Definition schema anyOf/18
Diagram
definitions_taskList_node.html#/definitions/taskList_node diagram
Type reference
Refers taskList_node
Used by
Source

{"$ref": "#/definitions/taskList_node"}


Definition schema anyOf/19
Diagram
definitions_extension_with_marks_node.html#/definitions/extension_with_marks_node diagram
Type reference
Refers extension_with_marks_node
Used by
Source

{"$ref": "#/definitions/extension_with_marks_node"}


Definition schema anyOf/20
Diagram
definitions_embedCard_node.html#/definitions/embedCard_node diagram
Type reference
Refers embedCard_node
Used by
Source

{"$ref": "#/definitions/embedCard_node"}


Definition schema anyOf/21
Diagram
definitions_table_node.html#/definitions/table_node diagram
Type reference
Refers table_node
Used by
Source

{"$ref": "#/definitions/table_node"}


Definition schema anyOf/22
Diagram
definitions_expand_with_no_mark_node.html#/definitions/expand_with_no_mark_node diagram
Type reference
Refers expand_with_no_mark_node
Used by
Source

{"$ref": "#/definitions/expand_with_no_mark_node"}


Definition schema anyOf/23
Diagram
definitions_expand_with_breakout_mark_node.html#/definitions/expand_with_breakout_mark_node diagram
Type reference
Refers expand_with_breakout_mark_node
Used by
Source

{"$ref": "#/definitions/expand_with_breakout_mark_node"}


Definition schema anyOf/24
Diagram
definitions_bodiedExtension_with_marks_node.html#/definitions/bodiedExtension_with_marks_node diagram
Type reference
Refers bodiedExtension_with_marks_node
Used by
Source

{"$ref": "#/definitions/bodiedExtension_with_marks_node"}


Definition schema anyOf/25
Diagram
definitions_layoutSection_full_node.html#/definitions/layoutSection_full_node diagram
Type reference
Refers layoutSection_full_node
Used by
Source

{"$ref": "#/definitions/layoutSection_full_node"}