From fd486c1f231f4b51ee67dc9d15e54311f9c5f3a3 Mon Sep 17 00:00:00 2001 From: Tobias Bradtke Date: Wed, 24 Mar 2021 22:29:31 +0100 Subject: [PATCH] Fix indentation --- examples/customOpenAPIschema.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/customOpenAPIschema.md b/examples/customOpenAPIschema.md index 4b0fa32f4..71a27b688 100644 --- a/examples/customOpenAPIschema.md +++ b/examples/customOpenAPIschema.md @@ -145,7 +145,7 @@ cat <>$DEMO_HOME/mycr_schema.json "type": "string" }, "ports": { - "items": { + "items": { "\$ref": "#/definitions/io.k8s.api.core.v1.ContainerPort" }, "type": "array", @@ -161,7 +161,7 @@ cat <>$DEMO_HOME/mycr_schema.json "type": "object" }, "io.k8s.api.core.v1.ContainerPort": { - "properties": { + "properties": { "containerPort": { "format": "int32", "type": "integer"