Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
validator: Decend allOf/anyOf/oneOf keywords when extracting properties
Properties in a schema like this were not getting parsed: additionalProperties: anyOf: - properties: foo: ... The property walking code was only handling allOf/anyOf/oneOf as part of a property sub-schema. Handle allOf/anyOf/oneOf keywords occurring before a property is encountered. Signed-off-by: Rob Herring (Arm) <[email protected]>
- Loading branch information