MobileAPI.dev · Schema

Features

Data APIDeveloper ToolsDevice SpecificationsMobile DataPhone SpecsREST APISaaS

Properties

Name Type Description
id integer
sensors string Device sensors (accelerometer, gyro, fingerprint, etc.)
other string Other features (UWB, emergency SOS, satellite, etc.)
View JSON Schema on GitHub

JSON Schema

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