{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "AccountModel", "type": "object", "properties": { "format": { "type": "string" }, "name": { "type": "string" }, "version": { "type": "string" }, "source": { "type": "string" }, "maxCapacity": { "type": "integer" }, "capabilities": { "type": "object" }, "deprecation": { "type": "object" }, "lifecycleStatus": { "type": "string" }, "systemData": { "type": "object" } } }