File tree Expand file tree Collapse file tree 5 files changed +215
-0
lines changed
draft2019-09/optional/format
draft2020-12/optional/format Expand file tree Collapse file tree 5 files changed +215
-0
lines changed Original file line number Diff line number Diff line change
1
+ [
2
+ {
3
+ "description" : " unknown format" ,
4
+ "schema" : { "format" : " unknown" },
5
+ "tests" : [
6
+ {
7
+ "description" : " unknown formats ignore integers" ,
8
+ "data" : 12 ,
9
+ "valid" : true
10
+ },
11
+ {
12
+ "description" : " unknown formats ignore floats" ,
13
+ "data" : 13.7 ,
14
+ "valid" : true
15
+ },
16
+ {
17
+ "description" : " unknown formats ignore objects" ,
18
+ "data" : {},
19
+ "valid" : true
20
+ },
21
+ {
22
+ "description" : " unknown formats ignore arrays" ,
23
+ "data" : [],
24
+ "valid" : true
25
+ },
26
+ {
27
+ "description" : " unknown formats ignore booleans" ,
28
+ "data" : false ,
29
+ "valid" : true
30
+ },
31
+ {
32
+ "description" : " unknown formats ignore nulls" ,
33
+ "data" : null ,
34
+ "valid" : true
35
+ },
36
+ {
37
+ "description" : " unknown formats ignore strings" ,
38
+ "data" : " string" ,
39
+ "valid" : true
40
+ }
41
+ ]
42
+ }
43
+ ]
Original file line number Diff line number Diff line change
1
+ [
2
+ {
3
+ "description" : " unknown format" ,
4
+ "schema" : { "format" : " unknown" },
5
+ "tests" : [
6
+ {
7
+ "description" : " unknown formats ignore integers" ,
8
+ "data" : 12 ,
9
+ "valid" : true
10
+ },
11
+ {
12
+ "description" : " unknown formats ignore floats" ,
13
+ "data" : 13.7 ,
14
+ "valid" : true
15
+ },
16
+ {
17
+ "description" : " unknown formats ignore objects" ,
18
+ "data" : {},
19
+ "valid" : true
20
+ },
21
+ {
22
+ "description" : " unknown formats ignore arrays" ,
23
+ "data" : [],
24
+ "valid" : true
25
+ },
26
+ {
27
+ "description" : " unknown formats ignore booleans" ,
28
+ "data" : false ,
29
+ "valid" : true
30
+ },
31
+ {
32
+ "description" : " unknown formats ignore nulls" ,
33
+ "data" : null ,
34
+ "valid" : true
35
+ },
36
+ {
37
+ "description" : " unknown formats ignore strings" ,
38
+ "data" : " string" ,
39
+ "valid" : true
40
+ }
41
+ ]
42
+ }
43
+ ]
Original file line number Diff line number Diff line change
1
+ [
2
+ {
3
+ "description" : " unknown format" ,
4
+ "schema" : { "format" : " unknown" },
5
+ "tests" : [
6
+ {
7
+ "description" : " unknown formats ignore integers" ,
8
+ "data" : 12 ,
9
+ "valid" : true
10
+ },
11
+ {
12
+ "description" : " unknown formats ignore floats" ,
13
+ "data" : 13.7 ,
14
+ "valid" : true
15
+ },
16
+ {
17
+ "description" : " unknown formats ignore objects" ,
18
+ "data" : {},
19
+ "valid" : true
20
+ },
21
+ {
22
+ "description" : " unknown formats ignore arrays" ,
23
+ "data" : [],
24
+ "valid" : true
25
+ },
26
+ {
27
+ "description" : " unknown formats ignore booleans" ,
28
+ "data" : false ,
29
+ "valid" : true
30
+ },
31
+ {
32
+ "description" : " unknown formats ignore nulls" ,
33
+ "data" : null ,
34
+ "valid" : true
35
+ },
36
+ {
37
+ "description" : " unknown formats ignore strings" ,
38
+ "data" : " string" ,
39
+ "valid" : true
40
+ }
41
+ ]
42
+ }
43
+ ]
Original file line number Diff line number Diff line change
1
+ [
2
+ {
3
+ "description" : " unknown format" ,
4
+ "schema" : { "format" : " unknown" },
5
+ "tests" : [
6
+ {
7
+ "description" : " unknown formats ignore integers" ,
8
+ "data" : 12 ,
9
+ "valid" : true
10
+ },
11
+ {
12
+ "description" : " unknown formats ignore floats" ,
13
+ "data" : 13.7 ,
14
+ "valid" : true
15
+ },
16
+ {
17
+ "description" : " unknown formats ignore objects" ,
18
+ "data" : {},
19
+ "valid" : true
20
+ },
21
+ {
22
+ "description" : " unknown formats ignore arrays" ,
23
+ "data" : [],
24
+ "valid" : true
25
+ },
26
+ {
27
+ "description" : " unknown formats ignore booleans" ,
28
+ "data" : false ,
29
+ "valid" : true
30
+ },
31
+ {
32
+ "description" : " unknown formats ignore nulls" ,
33
+ "data" : null ,
34
+ "valid" : true
35
+ },
36
+ {
37
+ "description" : " unknown formats ignore strings" ,
38
+ "data" : " string" ,
39
+ "valid" : true
40
+ }
41
+ ]
42
+ }
43
+ ]
Original file line number Diff line number Diff line change
1
+ [
2
+ {
3
+ "description" : " unknown format" ,
4
+ "schema" : { "format" : " unknown" },
5
+ "tests" : [
6
+ {
7
+ "description" : " unknown formats ignore integers" ,
8
+ "data" : 12 ,
9
+ "valid" : true
10
+ },
11
+ {
12
+ "description" : " unknown formats ignore floats" ,
13
+ "data" : 13.7 ,
14
+ "valid" : true
15
+ },
16
+ {
17
+ "description" : " unknown formats ignore objects" ,
18
+ "data" : {},
19
+ "valid" : true
20
+ },
21
+ {
22
+ "description" : " unknown formats ignore arrays" ,
23
+ "data" : [],
24
+ "valid" : true
25
+ },
26
+ {
27
+ "description" : " unknown formats ignore booleans" ,
28
+ "data" : false ,
29
+ "valid" : true
30
+ },
31
+ {
32
+ "description" : " unknown formats ignore nulls" ,
33
+ "data" : null ,
34
+ "valid" : true
35
+ },
36
+ {
37
+ "description" : " unknown formats ignore strings" ,
38
+ "data" : " string" ,
39
+ "valid" : true
40
+ }
41
+ ]
42
+ }
43
+ ]
You can’t perform that action at this time.
0 commit comments