{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/enterprise-page-overview", "title": "Enterprise Pages Stats", "type": "object", "properties": { "total_pages": { "type": "integer" } }, "required": [ "total_pages" ] }