MobileAPI.dev · Schema

Sound

Data APIDeveloper ToolsDevice SpecificationsMobile DataPhone SpecsREST APISaaS

Properties

Name Type Description
id integer
loudspeaker string Loudspeaker information
audio_jack string 3.5mm audio jack availability
View JSON Schema on GitHub

JSON Schema

mobileapi-sound-schema.json Raw ↑
{"$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://api.mobileapi.dev/schemas/sound.json", "title": "Sound", "type": "object", "properties": {"id": {"title": "ID", "type": "integer", "readOnly": true}, "loudspeaker": {"title": "Loudspeaker", "description": "Loudspeaker information", "type": "string", "maxLength": 255}, "audio_jack": {"title": "Audio jack", "description": "3.5mm audio jack availability", "type": "string", "maxLength": 100}}}