MobileAPI.dev · Schema

Misc

Data APIDeveloper ToolsDevice SpecificationsMobile DataPhone SpecsREST APISaaS

Properties

Name Type Description
id integer
model_numbers string Model numbers/variants
sar_us string SAR value (US)
sar_eu string SAR value (EU)
price string Price information
View JSON Schema on GitHub

JSON Schema

mobileapi-misc-schema.json Raw ↑
{"$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}}}