-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Description
Like, you know,
"Pet": {
"id": "Pet",
"required": [
"id",
"name"
],
"properties": {
"id": {
"type": "integer",
"format": "int64",
"description": "Unique identifier for the Pet",
"minimum": "0.0",
"maximum": "100.0"
},
"category": {
"$ref": "Category",
"description": "Category the pet is in"
},
"name": {
"type": "string",
"description": "Friendly name of the pet"
}
}
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels