File tree Expand file tree Collapse file tree 5 files changed +14
-2
lines changed
Expand file tree Collapse file tree 5 files changed +14
-2
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ " @json-types/compose " : minor
3+ ---
4+
5+ Update schema
Original file line number Diff line number Diff line change @@ -22,5 +22,5 @@ import schema from "@json-types/compose/schema.json";
2222
2323TypeScript types generated automatically every night and published when there are changes.
2424
25- - Last change: 2024-04-05T01:14:32.681Z
25+ - Last change: 2024-04-06T01:12:35.107Z
2626- Source URL: https://raw.githubusercontent.com/compose-spec/compose-spec/master/schema/compose-spec.json
Original file line number Diff line number Diff line change @@ -351,6 +351,7 @@ export interface DefinitionsService {
351351 context ?: string ;
352352 dockerfile ?: string ;
353353 dockerfile_inline ?: string ;
354+ entitlements ?: string [ ] ;
354355 args ?: ListOrDict ;
355356 ssh ?: ListOrDict ;
356357 labels ?: ListOrDict ;
Original file line number Diff line number Diff line change 1414 " compose-spec"
1515 ],
1616 "x-json-types" : {
17- "lastChangeDate" : " 2024-04-05T01:14:32.681Z "
17+ "lastChangeDate" : " 2024-04-06T01:12:35.107Z "
1818 },
1919 "homepage" : " https://github.com/swordev/json-types/tree/main/packages/compose" ,
2020 "bugs" : {
Original file line number Diff line number Diff line change 107107 "dockerfile_inline" : {
108108 "type" : " string"
109109 },
110+ "entitlements" : {
111+ "type" : " array" ,
112+ "items" : {
113+ "type" : " string"
114+ }
115+ },
110116 "args" : {
111117 "$ref" : " #/definitions/list_or_dict"
112118 },
You can’t perform that action at this time.
0 commit comments