Skip to content

Commit

Permalink
make service the default ref, review required fields
Browse files Browse the repository at this point in the history
  • Loading branch information
gilesknap committed Nov 6, 2024
1 parent df05439 commit 130dc08
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions Schemas/ioc-instance.schema.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down Expand Up @@ -141,11 +141,7 @@
"type": "object",
"properties": {
"ioc-instance": {
"$ref": "#/$defs/base",
"required": [
"image",
"location"
]
"$ref": "#/$defs/base"
}
}
}
Expand Down

0 comments on commit 130dc08

Please sign in to comment.