|
Diagram
|
|
|
Type
|
object |
|
Properties
|
| Name |
Occurrence |
id name
|
optional optional
|
|
|
Used by
|
|
|
Source
|
"Category": {
"type": "object",
"xml": {"name": "Category"},
"properties": {
"id": {"type": "integer"},
"name": {"type": "string"}
}
}
|
|
|
Diagram
|
|
|
Type
|
object |
|
All of
|
| Choices |
| id : Schema (#/properties/Category/properties/id/0) |
| id : Schema (#/properties/Category/properties/id/1) |
|
|
Used by
|
| Schema |
| Category |
| Category/properties/id |
|
|
Source
|
"id": {"type": "integer"}
|
|
|
Diagram
|
|
|
Type
|
number |
|
Used by
|
| Schema |
| Category/properties/id |
| Category/properties/id/0 |
|
|
Source
|
"#/properties/Category/properties/id/0": {"type": "integer"}
|
|
|
Diagram
|
|
|
Type
|
string |
|
Used by
|
| Schema |
| Category/properties/id |
| Category/properties/id/1 |
|
|
Source
|
"#/properties/Category/properties/id/1": {}
|
|
|
Diagram
|
|
|
Type
|
string |
|
Used by
|
| Schema |
| Category |
| Category/properties/name |
|
|
Source
|
"name": {"type": "string"}
|
|