{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/DaprSecretStoreResource", "title": "DaprSecretStoreResource", "type": "object", "properties": { "properties": { "$ref": "#/components/schemas/DaprSecretStoreProperties" }, "id": { "type": "string", "readOnly": true }, "name": { "type": "string", "readOnly": true }, "type": { "type": "string", "readOnly": true }, "systemData": { "type": "object", "readOnly": true }, "tags": { "type": "object", "additionalProperties": { "type": "string" } }, "location": { "type": "string" } }, "required": [ "properties", "location" ] }