{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ForumLayout", "title": "ForumLayout", "type": "integer", "oneOf": [ { "title": "DEFAULT", "description": "No default has been set for forum channel", "const": 0 }, { "title": "LIST", "description": "Display posts as a list", "const": 1 }, { "title": "GRID", "description": "Display posts as a collection of tiles", "const": 2 } ], "format": "int32" }