Showing:

Diagram
Properties
Constraints
Enumerations
Used By
Source
Schema fragment_mark
Diagram
definitions_fragment_mark.html#/definitions/fragment_mark/properties/type definitions_fragment_mark.html#/definitions/fragment_mark/properties/attrs diagram
Type object
Properties
Name Occurrence
type
attrs
required
required
Additional Properties false
Used by
Source

 "fragment_mark": {
  "type": "object",
  "additionalProperties": false,
  "required": [
    "type",
    "attrs"
  ],
  "properties": {
    "type": {
      "enum": ["fragment"]
    },
    "attrs": {
      "type": "object",
      "additionalProperties": false,
      "required": ["localId"],
      "properties": {}
    }
  }
}


Schema type
Diagram
diagram
Type string
Enumeration
Values
fragment
Used by
Schema
fragment_mark
Source

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


Schema attrs
Diagram
definitions_fragment_mark.html#/definitions/fragment_mark/properties/attrs/properties/localId definitions_fragment_mark.html#/definitions/fragment_mark/properties/attrs/properties/name diagram
Type object
Properties
Name Occurrence
localId
name
required
optional
Additional Properties false
Used by
Schema
fragment_mark
Source

 "attrs": {
  "type": "object",
  "additionalProperties": false,
  "required": ["localId"],
  "properties": {
    "localId": {
      "type": "string",
      "minLength": 1
    },
    "name": {"type": "string"}
  }
}


Schema localId
Diagram
diagram
Type string
Constraints
Min Length : 1

Used by
Source

 "localId": {
  "type": "string",
  "minLength": 1
}


Schema name
Diagram
diagram
Type string
Used by
Source

 "name": {"type": "string"}