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