{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "SecretAttributes", "type": "object", "properties": { "name": { "type": "string" }, "type_of": { "type": "string" }, "status": { "type": "string" }, "credentials": { "type": "object" }, "created_at": { "type": "string" }, "updated_at": { "type": "string" } } }