{"$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://api.mobileapi.dev/schemas/features.json", "title": "Features", "type": "object", "properties": {"id": {"title": "ID", "type": "integer", "readOnly": true}, "sensors": {"title": "Sensors", "description": "Device sensors (accelerometer, gyro, fingerprint, etc.)", "type": "string"}, "other": {"title": "Other", "description": "Other features (UWB, emergency SOS, satellite, etc.)", "type": "string"}}}