{"$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}}}