Definition Tag
definitions_Tag.html#/definitions/Tag/properties/id definitions_Tag.html#/definitions/Tag/properties/name
Diagram
Type object
Properties
Name Occurrence
id
name
optional
optional
Additional Properties true
Used by
Source

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


Definition id
Diagram
Type object
All of
Additional Properties false
Used by
Schema
Tag
Source

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


Definition name
Diagram
Type string
Used by
Schema
Tag
Source

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