Commit 0c8bb67 1 parent 4126275 commit 0c8bb67 Copy full SHA for 0c8bb67
File tree 3 files changed +5
-0
lines changed
3 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
10
10
### Added
11
11
12
12
- ` patternProperties ` , ` minProperties ` and ` maxProperties ` for the ` object ` data type
13
+ - ` contains ` for the ` array ` data type
13
14
- ` geometryTypes ` for the ` geometry ` data type
14
15
15
16
### Changed
Original file line number Diff line number Diff line change @@ -47,6 +47,7 @@ but it is likely unsupported by the fiboa tooling.
47
47
- ` minItems `
48
48
- ` maxItems `
49
49
- ` uniqueItems `
50
+ - ` contains ` (sub-schema must be compliant to fiboa Schema)
50
51
51
52
### Object data type
52
53
Original file line number Diff line number Diff line change 182
182
"uniqueItems" : {
183
183
"type" : " boolean" ,
184
184
"default" : false
185
+ },
186
+ "contains" : {
187
+ "$ref" : " #/$defs/schema"
185
188
}
186
189
}
187
190
}
You can’t perform that action at this time.
0 commit comments