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