{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/Container", "title": "Container", "type": "object", "nullable": true, "additionalProperties": true, "description": "Container for content. This can be either a space (containing a page or blogpost)\nor a page/blog post (containing an attachment or comment)" }