Showing:

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

 "paragraph_with_indentation_node": {
  "allOf": [
    {"$ref": "#/definitions/paragraph_node"},
    {
      "type": "object",
      "additionalProperties": true,
      "properties": {
        "marks": {
          "type": "array",
          "items": {"$ref": "#/definitions/indentation_mark"}
        }
      }
    }
  ]
}


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

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


Schema allOf/1
Diagram
definitions_paragraph_with_indentation_node.html#/definitions/paragraph_with_indentation_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",
      "items": {}
    }
  }
}


Schema marks
Diagram
definitions_paragraph_with_indentation_node.html#/definitions/paragraph_with_indentation_node/allOf/1/properties/marks/items diagram
Type array
Constraints
Unique Items : false

Array Items
Used by
Source

 "marks": {
  "type": "array",
  "items": {"$ref": "#/definitions/indentation_mark"}
}


Definition schema marks/items
Diagram
definitions_indentation_mark.html#/definitions/indentation_mark diagram
Type reference
Refers indentation_mark
Used by
Source

 "items": {"$ref": "#/definitions/indentation_mark"}