Showing:

Diagram
Properties
Constraints
Compositions
Used By
Source
Schema heading_with_no_marks_node
Diagram
#/definitions/heading_with_no_marks_node/allOf/0 #/definitions/heading_with_no_marks_node/allOf/1 diagram
Type object
All of
Used by
Source

 "heading_with_no_marks_node": {
  "allOf": [
    {"$ref": "#/definitions/heading_node"},
    {
      "type": "object",
      "additionalProperties": true,
      "properties": {
        "marks": {
          "type": "array",
          "maxItems": 0
        }
      }
    }
  ]
}


Definition schema allOf/0
Diagram
definitions_heading_node.html#/definitions/heading_node diagram
Type reference
Refers heading_node
Used by
Source

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


Schema allOf/1
Diagram
definitions_heading_with_no_marks_node.html#/definitions/heading_with_no_marks_node/allOf/1/properties/marks diagram
Type object
Properties
Name Occurrence
marks
optional
Additional Properties true
Used by
Source

{
  "type": "object",
  "additionalProperties": true,
  "properties": {
    "marks": {
      "type": "array",
      "maxItems": 0
    }
  }
}


Schema marks
Diagram
diagram
Type array
Constraints
Unique Items : false

Used by
Source

 "marks": {
  "type": "array",
  "maxItems": 0
}