38546f95123eddde…
Created Jun 12, 20264 fields1 collection using this schema
Labels
No labels yet.
Fields
| Name | Type | Info |
|---|---|---|
| name | string | |
| imageUrl | stringnull | |
| subBreeds | array | |
| subBreedCount | number |
JSON Schema
{
"type": "object",
"title": "Breed",
"required": [
"name",
"subBreeds",
"subBreedCount"
],
"properties": {
"name": {
"type": "string",
"description": "Breed name"
},
"imageUrl": {
"type": [
"string",
"null"
],
"description": "URL to a sample image of the breed"
},
"subBreeds": {
"type": "array",
"items": {
"type": "string"
},
"description": "List of sub-breed names"
},
"subBreedCount": {
"type": "number",
"description": "Number of sub-breeds"
}
},
"description": "A dog breed from the Dog CEO API."
}Used by 1 collection
Full hash:38546f95123eddde7163344b44ef67e5295f8ab6ffbc2fbd78af27a2652ca331
ID:5c72e1fb-7685-4b3b-9da0-e62a13cf11ae