File tree Expand file tree Collapse file tree 4 files changed +12
-12
lines changed Expand file tree Collapse file tree 4 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 5252 {
5353 "description" : " non-schema object containing a plain-name $id property" ,
5454 "schema" : {
55- "$defs " : {
55+ "definitions " : {
5656 "const_not_anchor" : {
5757 "const" : {
5858 "$id" : " #not_a_real_anchor"
7171 }
7272 },
7373 {
74- "$ref" : " #/$defs /const_not_anchor"
74+ "$ref" : " #/definitions /const_not_anchor"
7575 }
7676 ]
7777 }
9393 {
9494 "description" : " non-schema object containing an $id property" ,
9595 "schema" : {
96- "$defs " : {
96+ "definitions " : {
9797 "const_not_id" : {
9898 "const" : {
9999 "$id" : " not_a_real_id"
112112 }
113113 },
114114 {
115- "$ref" : " #/$defs /const_not_id"
115+ "$ref" : " #/definitions /const_not_id"
116116 }
117117 ]
118118 }
Original file line number Diff line number Diff line change 737737 "schema" : {
738738 "$id" : " urn:uuid:deadbeef-1234-0000-0000-4321feebdaed" ,
739739 "properties" : {
740- "foo" : {"$ref" : " urn:uuid:deadbeef-1234-0000-0000-4321feebdaed#/$defs /bar" }
740+ "foo" : {"$ref" : " urn:uuid:deadbeef-1234-0000-0000-4321feebdaed#/definitions /bar" }
741741 },
742- "$defs " : {
742+ "definitions " : {
743743 "bar" : {"type" : " string" }
744744 }
745745 },
Original file line number Diff line number Diff line change 5252 {
5353 "description" : " non-schema object containing a plain-name $id property" ,
5454 "schema" : {
55- "$defs " : {
55+ "definitions " : {
5656 "const_not_anchor" : {
5757 "const" : {
5858 "$id" : " #not_a_real_anchor"
6464 },
6565 "then" : true ,
6666 "else" : {
67- "$ref" : " #/$defs /const_not_anchor"
67+ "$ref" : " #/definitions /const_not_anchor"
6868 }
6969 },
7070 "tests" : [
8383 {
8484 "description" : " non-schema object containing an $id property" ,
8585 "schema" : {
86- "$defs " : {
86+ "definitions " : {
8787 "const_not_id" : {
8888 "const" : {
8989 "$id" : " not_a_real_id"
9595 },
9696 "then" : true ,
9797 "else" : {
98- "$ref" : " #/$defs /const_not_id"
98+ "$ref" : " #/definitions /const_not_id"
9999 }
100100 },
101101 "tests" : [
Original file line number Diff line number Diff line change 773773 "schema" : {
774774 "$id" : " urn:uuid:deadbeef-1234-0000-0000-4321feebdaed" ,
775775 "properties" : {
776- "foo" : {"$ref" : " urn:uuid:deadbeef-1234-0000-0000-4321feebdaed#/$defs /bar" }
776+ "foo" : {"$ref" : " urn:uuid:deadbeef-1234-0000-0000-4321feebdaed#/definitions /bar" }
777777 },
778- "$defs " : {
778+ "definitions " : {
779779 "bar" : {"type" : " string" }
780780 }
781781 },
You can’t perform that action at this time.
0 commit comments