{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/GetCouponCodeResponseCompoundDocument", "title": "GetCouponCodeResponseCompoundDocument", "type": "object", "properties": { "data": { "$ref": "#/components/schemas/CouponCodeResponseObjectResource" }, "included": { "type": "array", "items": { "$ref": "#/components/schemas/CouponResponseObjectResource" } }, "links": { "$ref": "#/components/schemas/ObjectLinks" } }, "required": [ "data" ] }