{"$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://api.mobileapi.dev/schemas/battery.json", "title": "Battery", "type": "object", "properties": {"id": {"title": "ID", "type": "integer", "readOnly": true}, "type": {"title": "Type", "description": "Battery type and capacity (Li-Ion, Li-Po, mAh)", "type": "string", "maxLength": 255}, "charging": {"title": "Charging", "description": "Charging capabilities (wired, wireless, fast charging, etc.)", "type": "string"}}}