{"$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://api.mobileapi.dev/schemas/memory.json", "title": "Memory", "type": "object", "properties": {"id": {"title": "ID", "type": "integer", "readOnly": true}, "card_slot": {"title": "Card slot", "description": "Memory card slot information", "type": "string", "maxLength": 255}, "internal": {"title": "Internal", "description": "Internal storage and RAM options", "type": "string"}, "other": {"title": "Other", "description": "Other memory specifications (NVMe, UFS, etc.)", "type": "string"}}}