{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/scaleway.functions.v1beta1.SecretHashedValue", "title": "scaleway.functions.v1beta1.SecretHashedValue", "type": "object", "properties": { "key": { "type": "string" }, "hashed_value": { "type": "string" } }, "x-properties-order": [ "key", "hashed_value" ] }