File tree Expand file tree Collapse file tree 5 files changed +11
-2
lines changed
Expand file tree Collapse file tree 5 files changed +11
-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: 2023-11-09T01:16:14.959Z
25+ - Last change: 2023-11-21T01:20:51.315Z
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 @@ -458,6 +458,7 @@ export interface DefinitionsService {
458458 ipv4_address ?: string ;
459459 ipv6_address ?: string ;
460460 link_local_ips ?: ListOfStrings ;
461+ mac_address ?: string ;
461462 priority ?: number ;
462463 } | null ;
463464 } ;
Original file line number Diff line number Diff line change 1414 " compose-spec"
1515 ],
1616 "x-json-types" : {
17- "lastChangeDate" : " 2023-11-09T01:16:14.959Z "
17+ "lastChangeDate" : " 2023-11-21T01:20:51.315Z "
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 542542 "link_local_ips" : {
543543 "$ref" : " #/definitions/list_of_strings"
544544 },
545+ "mac_address" : {
546+ "type" : " string"
547+ },
545548 "priority" : {
546549 "type" : " number"
547550 }
You can’t perform that action at this time.
0 commit comments