Skip to content

Commit

Permalink
fix(Thing.identifiers): Apply anyOf to all items in the array
Browse files Browse the repository at this point in the history
  • Loading branch information
nokome committed Jan 31, 2020
1 parent a59ca2e commit 3e7e81d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion schema/Thing.schema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ properties:
for `propertyID` (i.e. the type of identifier).
type: array
items:
- anyOf:
anyOf:
- type: string
- $ref: PropertyValue
name:
Expand Down

0 comments on commit 3e7e81d

Please sign in to comment.