{ "type": "object", "properties": { "testCredential": { "type": "object", "properties": { "value": { "type": "string", "example": "example_value" }, "encrypted": { "type": "boolean", "example": true } }, "required": [ "value", "encrypted" ] } }, "required": [ "testCredential" ], "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "Credentials" }