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