{ "type": "object", "properties": { "response": { "type": "object", "properties": { "status": { "type": "string" }, "userTier": { "type": "string" }, "total": { "type": "integer" }, "content": { "$ref": "#/components/schemas/ContentItem" } } } }, "$schema": "http://json-schema.org/draft-07/schema#", "title": "ItemResponse" }