{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "External", "oneOf": [ { "type": "string", "const": "Unit", "propertyCount": 0, "upperType": "STRING" }, { "type": "object", "properties": { "NewType": true }, "required": [ "NewType" ], "additionalProperties": false, "propertyCount": 1, "upperType": "OBJECT" } ], "propertyCount": 0 }