{"$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://api.mobileapi.dev/schemas/platform.json", "title": "Platform", "type": "object", "properties": {"id": {"title": "ID", "type": "integer", "readOnly": true}, "os": {"title": "Os", "description": "Operating system", "type": "string", "maxLength": 255}, "chipset": {"title": "Chipset", "description": "Chipset/SoC", "type": "string", "maxLength": 255}, "cpu": {"title": "Cpu", "description": "CPU specifications", "type": "string", "maxLength": 255}, "gpu": {"title": "Gpu", "description": "GPU specifications", "type": "string", "maxLength": 255}}}