{"$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://api.mobileapi.dev/schemas/misc.json", "title": "Misc", "type": "object", "properties": {"id": {"title": "ID", "type": "integer", "readOnly": true}, "model_numbers": {"title": "Model numbers", "description": "Model numbers/variants", "type": "string", "maxLength": 255}, "sar_us": {"title": "Sar us", "description": "SAR value (US)", "type": "string", "maxLength": 255}, "sar_eu": {"title": "Sar eu", "description": "SAR value (EU)", "type": "string", "maxLength": 255}, "price": {"title": "Price", "description": "Price information", "type": "string", "maxLength": 255}}}