diff --git a/Schemas/ioc-instance.schema.json b/Schemas/ioc-instance.schema.json index 3c3a29f..180d2b1 100644 --- a/Schemas/ioc-instance.schema.json +++ b/Schemas/ioc-instance.schema.json @@ -1,10 +1,10 @@ -{ "title": "Values", +{ + "title": "Values", "type": "object", "$schema": "http://json-schema.org/schema#", - "$ref": "#/$defs/base", + "$ref": "#/$defs/service", "required": [ - "image", - "location" + "ioc-instance" ], "$defs": { "base": { @@ -141,11 +141,7 @@ "type": "object", "properties": { "ioc-instance": { - "$ref": "#/$defs/base", - "required": [ - "image", - "location" - ] + "$ref": "#/$defs/base" } } }