{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/MakeModel", "title": "MakeModel", "properties": { "id": { "minLength": 1, "type": "integer", "format": "int64", "readOnly": true }, "make_id": { "minLength": 1, "type": "integer", "format": "int64" }, "name": { "minLength": 1, "maxLength": 64, "type": "string", "description": "Vehicle model" } }, "type": "object", "description": "" }