We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 492348e commit cc30abdCopy full SHA for cc30abd
.changeset/clean-pillows-occur.md
@@ -0,0 +1,5 @@
1
+---
2
+"@json-types/compose": minor
3
4
+
5
+Update schema
packages/compose/schema.json
@@ -1,6 +1,6 @@
{
"$schema": "https://json-schema.org/draft/2019-09/schema#",
- "$id": "compose_spec.json",
+ "id": "compose_spec.json",
"type": "object",
"title": "Compose Specification",
6
"description": "The Compose file is a YAML file defining a multi-containers based application.",
@@ -16,6 +16,7 @@
16
"include": {
17
"type": "array",
18
"items": {
19
+ "type": "object",
20
"$ref": "#/definitions/include"
21
},
22
"description": "compose sub-projects to be included."
0 commit comments