{ "type": "object", "properties": { "response": { "type": "object", "properties": { "status": { "type": "string" }, "userTier": { "type": "string" }, "total": { "type": "integer" }, "results": { "type": "array", "items": { "$ref": "#/components/schemas/Edition" } } } } }, "$schema": "http://json-schema.org/draft-07/schema#", "title": "EditionsResponse" }