File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 7
7
"id_in_enum" : {
8
8
"enum" : [
9
9
{
10
- "id" : " https://localhost:1234/my_identifier.json" ,
10
+ "$ id" : " https://localhost:1234/my_identifier.json" ,
11
11
"type" : " null"
12
12
}
13
13
]
14
14
},
15
15
"real_id_in_schema" : {
16
- "id" : " https://localhost:1234/my_identifier.json" ,
16
+ "$ id" : " https://localhost:1234/my_identifier.json" ,
17
17
"type" : " string"
18
18
},
19
19
"zzz_id_in_const" : {
20
20
"const" : {
21
- "id" : " https://localhost:1234/my_identifier.json" ,
21
+ "$ id" : " https://localhost:1234/my_identifier.json" ,
22
22
"type" : " null"
23
23
}
24
24
}
32
32
{
33
33
"description" : " exact match to enum, and type matches" ,
34
34
"data" : {
35
- "id" : " https://localhost:1234/my_identifier.json" ,
35
+ "$ id" : " https://localhost:1234/my_identifier.json" ,
36
36
"type" : " null"
37
37
},
38
38
"valid" : true
Original file line number Diff line number Diff line change 7
7
"id_in_enum" : {
8
8
"enum" : [
9
9
{
10
- "id" : " https://localhost:1234/my_identifier.json" ,
10
+ "$ id" : " https://localhost:1234/my_identifier.json" ,
11
11
"type" : " null"
12
12
}
13
13
]
14
14
},
15
15
"real_id_in_schema" : {
16
- "id" : " https://localhost:1234/my_identifier.json" ,
16
+ "$ id" : " https://localhost:1234/my_identifier.json" ,
17
17
"type" : " string"
18
18
},
19
19
"zzz_id_in_const" : {
20
20
"const" : {
21
- "id" : " https://localhost:1234/my_identifier.json" ,
21
+ "$ id" : " https://localhost:1234/my_identifier.json" ,
22
22
"type" : " null"
23
23
}
24
24
}
32
32
{
33
33
"description" : " exact match to enum, and type matches" ,
34
34
"data" : {
35
- "id" : " https://localhost:1234/my_identifier.json" ,
35
+ "$ id" : " https://localhost:1234/my_identifier.json" ,
36
36
"type" : " null"
37
37
},
38
38
"valid" : true
You can’t perform that action at this time.
0 commit comments