{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "AssetResponse", "type": "object", "properties": { "base": { "type": "string" }, "id": { "type": "string" }, "type": { "type": "string" }, "subtype": { "type": "string" }, "created": { "type": "string" }, "updated": { "type": "string" }, "payload": { "type": "object" } } }