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

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


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

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


Definition name
Diagram
Type string
Used by
Schema
Category
Source

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