Diagram
properties_Tag.html#/properties/Tag/properties/id properties_Tag.html#/properties/Tag/properties/name diagram
Type object
Properties
Name Occurrence
id
name
optional
optional
Used by
Schema
Tag
Source

 "Tag": {
  "type": "object",
  "xml": {"name": "Tag"},
  "properties": {
    "id": {"type": "integer"},
    "name": {"type": "string"}
  }
}

Diagram
diagram
Type object
All of
Choices
id : Schema (#/properties/Tag/properties/id/0)
id : Schema (#/properties/Tag/properties/id/1)
Used by
Schema
Tag
Tag/properties/id
Source

 "id": {"type": "integer"}

Diagram
diagram
Type number
Used by
Schema
Tag/properties/id
Tag/properties/id/0
Source

 "#/properties/Tag/properties/id/0": {"type": "integer"}

Diagram
diagram
Type string
Used by
Schema
Tag/properties/id
Tag/properties/id/1
Source

 "#/properties/Tag/properties/id/1": {}

Diagram
diagram
Type string
Used by
Schema
Tag
Tag/properties/name
Source

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