{ "type": "object", "name": "Outcome", "properties": { "goal": { "type": "string" }, "label": { "type": "string" }, "name": { "type": "string" } }, "required": [ "goal", "label", "name" ], "$schema": "https://json-structure.org/draft/2020-12/schema" }