Skip to content

Commit cc30abd

Browse files
feat: update schema
1 parent 492348e commit cc30abd

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.changeset/clean-pillows-occur.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@json-types/compose": minor
3+
---
4+
5+
Update schema

packages/compose/schema.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "https://json-schema.org/draft/2019-09/schema#",
3-
"$id": "compose_spec.json",
3+
"id": "compose_spec.json",
44
"type": "object",
55
"title": "Compose Specification",
66
"description": "The Compose file is a YAML file defining a multi-containers based application.",
@@ -16,6 +16,7 @@
1616
"include": {
1717
"type": "array",
1818
"items": {
19+
"type": "object",
1920
"$ref": "#/definitions/include"
2021
},
2122
"description": "compose sub-projects to be included."

0 commit comments

Comments
 (0)