{"$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://api.mobileapi.dev/schemas/body.json", "title": "Body", "type": "object", "properties": {"id": {"title": "ID", "type": "integer", "readOnly": true}, "dimensions": {"title": "Dimensions", "description": "Device dimensions", "type": "string", "maxLength": 255}, "weight": {"title": "Weight", "description": "Device weight", "type": "string", "maxLength": 100}, "build": {"title": "Build", "description": "Build materials and construction", "type": "string"}, "sim": {"title": "Sim", "description": "SIM card information", "type": "string"}, "other": {"title": "Other", "description": "Other body specifications (IP rating, features, etc.)", "type": "string"}}}