{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "IntegrationAssetResponse", "type": "object", "properties": { "asset": { "description": "Asset data", "allOf": [ { "$ref": "#/components/schemas/IntegrationAssetEntity" } ] } }, "required": [ "asset" ] }