File tree Expand file tree Collapse file tree 4 files changed +27
-27
lines changed Expand file tree Collapse file tree 4 files changed +27
-27
lines changed Original file line number Diff line number Diff line change 39
39
{
40
40
"description" : " enums in properties" ,
41
41
"schema" : {
42
- "type" :" object" ,
43
- "properties" : {
44
- "foo" : {"enum" :[" foo" ]},
45
- "bar" : {"enum" :[" bar" ], "required" :true }
46
- }
47
- },
42
+ "type" :" object" ,
43
+ "properties" : {
44
+ "foo" : {"enum" :[" foo" ]},
45
+ "bar" : {"enum" :[" bar" ], "required" :true }
46
+ }
47
+ },
48
48
"tests" : [
49
49
{
50
50
"description" : " both properties are valid" ,
Original file line number Diff line number Diff line change 39
39
{
40
40
"description" : " enums in properties" ,
41
41
"schema" : {
42
- "type" :" object" ,
43
- "properties" : {
44
- "foo" : {"enum" :[" foo" ]},
45
- "bar" : {"enum" :[" bar" ]}
46
- },
47
- "required" : [" bar" ]
48
- },
42
+ "type" :" object" ,
43
+ "properties" : {
44
+ "foo" : {"enum" :[" foo" ]},
45
+ "bar" : {"enum" :[" bar" ]}
46
+ },
47
+ "required" : [" bar" ]
48
+ },
49
49
"tests" : [
50
50
{
51
51
"description" : " both properties are valid" ,
Original file line number Diff line number Diff line change 39
39
{
40
40
"description" : " enums in properties" ,
41
41
"schema" : {
42
- "type" :" object" ,
43
- "properties" : {
44
- "foo" : {"enum" :[" foo" ]},
45
- "bar" : {"enum" :[" bar" ]}
46
- },
47
- "required" : [" bar" ]
48
- },
42
+ "type" :" object" ,
43
+ "properties" : {
44
+ "foo" : {"enum" :[" foo" ]},
45
+ "bar" : {"enum" :[" bar" ]}
46
+ },
47
+ "required" : [" bar" ]
48
+ },
49
49
"tests" : [
50
50
{
51
51
"description" : " both properties are valid" ,
Original file line number Diff line number Diff line change 39
39
{
40
40
"description" : " enums in properties" ,
41
41
"schema" : {
42
- "type" :" object" ,
43
- "properties" : {
44
- "foo" : {"enum" :[" foo" ]},
45
- "bar" : {"enum" :[" bar" ]}
46
- },
47
- "required" : [" bar" ]
48
- },
42
+ "type" :" object" ,
43
+ "properties" : {
44
+ "foo" : {"enum" :[" foo" ]},
45
+ "bar" : {"enum" :[" bar" ]}
46
+ },
47
+ "required" : [" bar" ]
48
+ },
49
49
"tests" : [
50
50
{
51
51
"description" : " both properties are valid" ,
You can’t perform that action at this time.
0 commit comments