{ "type": "object", "properties": { "appType": { "type": "string", "example": "example_value" }, "role": { "type": "string", "example": "example_value" }, "subject": { "type": "string", "example": "example_value" } }, "required": [ "appType", "role", "subject" ], "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "Sender1" }