Showing:

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

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


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_no_marks_node.html#/definitions/paragraph_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
}