Schema
YearModel
Type:
object
year
Type:
integer
All schema constraints and annotations
{
"type": "integer"
}All schema constraints and annotations
{
"properties": {
"year": {
"type": "integer"
}
},
"type": "object"
}Schema
Type:
object
yearType:
integer
{
"type": "integer"
}{
"properties": {
"year": {
"type": "integer"
}
},
"type": "object"
}