{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "RCP Server to RCP Module", "type": "object", "properties": { "rcpm_welcome": { "type": "null" } }, "oneOf": [ { "required": [ "rcpm_welcome" ] } ], "additionalProperties": false }