File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2727 @echo " * 'validate' - build the validation tool"
2828
2929fmt :
30- for i in * .json ; do jq --indent 2 -M . " $$ {i}" > xx && cat xx > " $$ {i}" && rm xx ; done
30+ for i in schema/ * .json ; do jq --indent 2 -M . " $$ {i}" > xx && cat xx > " $$ {i}" && rm xx ; done
3131
3232docs : $(OUTPUT ) /$(DOC_FILENAME ) .pdf $(OUTPUT ) /$(DOC_FILENAME ) .html
3333
Original file line number Diff line number Diff line change 2424 "$ref" : " defs-config.json#/definitions/rootfs"
2525 },
2626 "history" : {
27- "type" : " array" ,
27+ "type" : " array" ,
2828 "items" : {
2929 "$ref" : " defs-config.json#/definitions/history"
3030 }
Original file line number Diff line number Diff line change 6464 "properties" : {
6565 "created" : {
6666 "type" : " string" ,
67- "format" : " date-time"
67+ "format" : " date-time"
6868 },
6969 "author" : {
7070 "type" : " string"
You can’t perform that action at this time.
0 commit comments