File tree Expand file tree Collapse file tree 3 files changed +0
-156
lines changed Expand file tree Collapse file tree 3 files changed +0
-156
lines changed Original file line number Diff line number Diff line change 1
1
[
2
- {
3
- "description" : " $anchor: location-independent identifier" ,
4
- "schema" : {
5
- "allOf" : [{
6
- "$ref" : " #foo"
7
- }],
8
- "$defs" : {
9
- "A" : {
10
- "$anchor" : " foo" ,
11
- "type" : " integer"
12
- }
13
- }
14
- },
15
- "tests" : [
16
- {
17
- "data" : 1 ,
18
- "description" : " cannot match: $ref is not found" ,
19
- "valid" : false
20
- },
21
- {
22
- "data" : " a" ,
23
- "description" : " mismatch" ,
24
- "valid" : false
25
- }
26
- ]
27
- },
28
- {
29
- "description" : " $id: Location-independent identifier" ,
30
- "schema" : {
31
- "allOf" : [{
32
- "$ref" : " #foo"
33
- }],
34
- "$defs" : {
35
- "A" : {
36
- "$id" : " #foo" ,
37
- "type" : " integer"
38
- }
39
- }
40
- },
41
- "tests" : [
42
- {
43
- "data" : 1 ,
44
- "description" : " match" ,
45
- "valid" : true
46
- },
47
- {
48
- "data" : " a" ,
49
- "description" : " mismatch" ,
50
- "valid" : false
51
- }
52
- ]
53
- },
54
2
{
55
3
"description" : " dependentSchemas: single dependency" ,
56
4
"schema" : {
Original file line number Diff line number Diff line change 1
1
[
2
- {
3
- "description" : " $anchor: location-independent identifier" ,
4
- "schema" : {
5
- "allOf" : [{
6
- "$ref" : " #foo"
7
- }],
8
- "$defs" : {
9
- "A" : {
10
- "$anchor" : " foo" ,
11
- "type" : " integer"
12
- }
13
- }
14
- },
15
- "tests" : [
16
- {
17
- "data" : 1 ,
18
- "description" : " cannot match: $ref is not found" ,
19
- "valid" : false
20
- },
21
- {
22
- "data" : " a" ,
23
- "description" : " mismatch" ,
24
- "valid" : false
25
- }
26
- ]
27
- },
28
- {
29
- "description" : " $id: Location-independent identifier" ,
30
- "schema" : {
31
- "allOf" : [{
32
- "$ref" : " #foo"
33
- }],
34
- "$defs" : {
35
- "A" : {
36
- "$id" : " #foo" ,
37
- "type" : " integer"
38
- }
39
- }
40
- },
41
- "tests" : [
42
- {
43
- "data" : 1 ,
44
- "description" : " match" ,
45
- "valid" : true
46
- },
47
- {
48
- "data" : " a" ,
49
- "description" : " mismatch" ,
50
- "valid" : false
51
- }
52
- ]
53
- },
54
2
{
55
3
"description" : " dependentSchemas: single dependency" ,
56
4
"schema" : {
Original file line number Diff line number Diff line change 1
1
[
2
- {
3
- "description" : " $anchor: location-independent identifier" ,
4
- "schema" : {
5
- "allOf" : [{
6
- "$ref" : " #foo"
7
- }],
8
- "$defs" : {
9
- "A" : {
10
- "$anchor" : " foo" ,
11
- "type" : " integer"
12
- }
13
- }
14
- },
15
- "tests" : [
16
- {
17
- "data" : 1 ,
18
- "description" : " cannot match: $ref is not found" ,
19
- "valid" : false
20
- },
21
- {
22
- "data" : " a" ,
23
- "description" : " mismatch" ,
24
- "valid" : false
25
- }
26
- ]
27
- },
28
- {
29
- "description" : " $id: Location-independent identifier" ,
30
- "schema" : {
31
- "allOf" : [{
32
- "$ref" : " #foo"
33
- }],
34
- "$defs" : {
35
- "A" : {
36
- "$id" : " #foo" ,
37
- "type" : " integer"
38
- }
39
- }
40
- },
41
- "tests" : [
42
- {
43
- "data" : 1 ,
44
- "description" : " match" ,
45
- "valid" : true
46
- },
47
- {
48
- "data" : " a" ,
49
- "description" : " mismatch" ,
50
- "valid" : false
51
- }
52
- ]
53
- },
54
2
{
55
3
"description" : " dependentSchemas: single dependency" ,
56
4
"schema" : {
You can’t perform that action at this time.
0 commit comments