File tree Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change 68
68
{
69
69
"description" : " float comparison with high precision" ,
70
70
"schema" : {
71
- "maximum" : 972783798187987123879878123.18878137 ,
72
- "exclusiveMaximum" : true
71
+ "exclusiveMaximum" : 972783798187987123879878123.18878137
73
72
},
74
73
"tests" : [
75
74
{
93
92
{
94
93
"description" : " float comparison with high precision on negative numbers" ,
95
94
"schema" : {
96
- "minimum" : -972783798187987123879878123.18878137 ,
97
- "exclusiveMinimum" : true
95
+ "exclusiveMinimum" : -972783798187987123879878123.18878137
98
96
},
99
97
"tests" : [
100
98
{
Original file line number Diff line number Diff line change 52
52
{
53
53
"description" : " change resolution scope" ,
54
54
"schema" : {
55
- "id" : " http://localhost:1234/" ,
55
+ "$ id" : " http://localhost:1234/" ,
56
56
"items" : {
57
- "id" : " folder/" ,
57
+ "$ id" : " folder/" ,
58
58
"items" : {"$ref" : " folderInteger.json" }
59
59
}
60
60
},
You can’t perform that action at this time.
0 commit comments