File tree Expand file tree Collapse file tree
test/integration/testdata Expand file tree Collapse file tree Original file line number Diff line number Diff line change 773773 " bar"
774774 ],
775775 "items" : {
776- "type" : " string" ,
777- "default" : " "
776+ "type" : " string"
778777 }
779778 },
780779 "Map" : {
783782 "foo" : " bar"
784783 },
785784 "additionalProperties" : {
786- "type" : " string" ,
787- "default" : " "
785+ "type" : " string"
788786 }
789787 },
790788 "OtherField" : {
939937 "Field" : {
940938 "type" : " array" ,
941939 "items" : {
942- "type" : " string" ,
943- "default" : " "
940+ "type" : " string"
944941 },
945942 "x-kubernetes-list-type" : " atomic"
946943 }
987984 "Field" : {
988985 "type" : " array" ,
989986 "items" : {
990- "default" : {},
991987 "$ref" : " #/definitions/listtype.Item"
992988 },
993989 "x-kubernetes-list-map-keys" : [
10061002 "Field" : {
10071003 "type" : " array" ,
10081004 "items" : {
1009- "type" : " string" ,
1010- "default" : " "
1005+ "type" : " string"
10111006 },
10121007 "x-kubernetes-list-type" : " set"
10131008 }
10221017 "KeyValue" : {
10231018 "type" : " object" ,
10241019 "additionalProperties" : {
1025- "type" : " string" ,
1026- "default" : " "
1020+ "type" : " string"
10271021 },
10281022 "x-kubernetes-map-type" : " atomic"
10291023 }
10381032 "KeyValue" : {
10391033 "type" : " object" ,
10401034 "additionalProperties" : {
1041- "type" : " string" ,
1042- "default" : " "
1035+ "type" : " string"
10431036 },
10441037 "x-kubernetes-map-type" : " granular"
10451038 }
12341227 "minItems" : 1 ,
12351228 "uniqueItems" : true ,
12361229 "items" : {
1237- "type" : " string" ,
1238- "default" : " "
1230+ "type" : " string"
12391231 }
12401232 },
12411233 "MapValue" : {
12421234 "type" : " object" ,
12431235 "maxProperties" : 5 ,
12441236 "minProperties" : 1 ,
12451237 "additionalProperties" : {
1246- "type" : " string" ,
1247- "default" : " "
1238+ "type" : " string"
12481239 }
12491240 },
12501241 "NumberValue" : {
Original file line number Diff line number Diff line change 711711 " bar"
712712 ],
713713 "items" : {
714- "type" : " string" ,
715- "default" : " "
714+ "type" : " string"
716715 }
717716 },
718717 "Map" : {
721720 "foo" : " bar"
722721 },
723722 "additionalProperties" : {
724- "type" : " string" ,
725- "default" : " "
723+ "type" : " string"
726724 }
727725 },
728726 "OtherField" : {
885883 "Field" : {
886884 "type" : " array" ,
887885 "items" : {
888- "type" : " string" ,
889- "default" : " "
886+ "type" : " string"
890887 },
891888 "x-kubernetes-list-type" : " atomic"
892889 }
933930 "Field" : {
934931 "type" : " array" ,
935932 "items" : {
936- "default" : {},
937- "allOf" : [
938- {
939- "$ref" : " #/components/schemas/listtype.Item"
940- }
941- ]
933+ "$ref" : " #/components/schemas/listtype.Item"
942934 },
943935 "x-kubernetes-list-map-keys" : [
944936 " port"
956948 "Field" : {
957949 "type" : " array" ,
958950 "items" : {
959- "type" : " string" ,
960- "default" : " "
951+ "type" : " string"
961952 },
962953 "x-kubernetes-list-type" : " set"
963954 }
972963 "KeyValue" : {
973964 "type" : " object" ,
974965 "additionalProperties" : {
975- "type" : " string" ,
976- "default" : " "
966+ "type" : " string"
977967 },
978968 "x-kubernetes-map-type" : " atomic"
979969 }
988978 "KeyValue" : {
989979 "type" : " object" ,
990980 "additionalProperties" : {
991- "type" : " string" ,
992- "default" : " "
981+ "type" : " string"
993982 },
994983 "x-kubernetes-map-type" : " granular"
995984 }
11961185 "minItems" : 1 ,
11971186 "uniqueItems" : true ,
11981187 "items" : {
1199- "type" : " string" ,
1200- "default" : " "
1188+ "type" : " string"
12011189 }
12021190 },
12031191 "MapValue" : {
12041192 "type" : " object" ,
12051193 "maxProperties" : 5 ,
12061194 "minProperties" : 1 ,
12071195 "additionalProperties" : {
1208- "type" : " string" ,
1209- "default" : " "
1196+ "type" : " string"
12101197 }
12111198 },
12121199 "NumberValue" : {
You can’t perform that action at this time.
0 commit comments