diff --git a/.redocly.yaml b/.redocly.yaml index a1a9d8cd..08a9bca5 100644 --- a/.redocly.yaml +++ b/.redocly.yaml @@ -46,11 +46,13 @@ theme: post: rgb(42, 167, 255) patch: rgb(174, 55, 255) typography: - fontFamily: "Source Sans 3, sans-serif" + fontFamily: "'Source Sans 3', sans-serif" links: color: rgb(42, 167, 255) code: color: rgb(42, 167, 255) + headings: + fontFamily: "'Source Sans 3', sans-serif" schema: requireLabelColor: rgb(255, 198, 41) codeBlock: diff --git a/platform/paths/containers/containers.yml b/platform/paths/containers/containers.yml index 141c0887..237511c3 100644 --- a/platform/paths/containers/containers.yml +++ b/platform/paths/containers/containers.yml @@ -186,6 +186,8 @@ post: application/json: schema: type: object + required: + - data properties: data: $ref: ../../../components/schemas/containers/Container.yml