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