From 5c3e078cd5306043100a2178114ef6de8b92f5db Mon Sep 17 00:00:00 2001 From: mbohlool Date: Thu, 17 Nov 2016 21:22:15 -0800 Subject: [PATCH] Update OpenAPI specs --- api/openapi-spec/swagger.json | 7 ++----- federation/apis/openapi-spec/swagger.json | 7 ++----- 2 files changed, 4 insertions(+), 10 deletions(-) diff --git a/api/openapi-spec/swagger.json b/api/openapi-spec/swagger.json index 3be69d41e88..d62f58bc189 100644 --- a/api/openapi-spec/swagger.json +++ b/api/openapi-spec/swagger.json @@ -34956,11 +34956,8 @@ "description": "Data contains the secret data. Each key must be a valid DNS_SUBDOMAIN or leading dot followed by valid DNS_SUBDOMAIN. The serialized form of the secret data is a base64 encoded string, representing the arbitrary (possibly non-string) data value here. Described in https://tools.ietf.org/html/rfc4648#section-4", "type": "object", "additionalProperties": { - "type": "array", - "items": { - "type": "integer", - "format": "byte" - } + "type": "string", + "format": "byte" } }, "metadata": { diff --git a/federation/apis/openapi-spec/swagger.json b/federation/apis/openapi-spec/swagger.json index acf10e55ddd..108ad12232a 100644 --- a/federation/apis/openapi-spec/swagger.json +++ b/federation/apis/openapi-spec/swagger.json @@ -9273,11 +9273,8 @@ "description": "Data contains the secret data. Each key must be a valid DNS_SUBDOMAIN or leading dot followed by valid DNS_SUBDOMAIN. The serialized form of the secret data is a base64 encoded string, representing the arbitrary (possibly non-string) data value here. Described in https://tools.ietf.org/html/rfc4648#section-4", "type": "object", "additionalProperties": { - "type": "array", - "items": { - "type": "integer", - "format": "byte" - } + "type": "string", + "format": "byte" } }, "metadata": {