{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/rum_rum_site", "title": "rum_rum_site", "properties": { "editable": { "$ref": "#/components/schemas/rum_editable" }, "id": { "$ref": "#/components/schemas/rum_id" }, "value": { "$ref": "#/components/schemas/rum_value" } }, "type": "object" }