Skip to content

Commit

Permalink
Only allow 1 schema in bblock.json
Browse files Browse the repository at this point in the history
  • Loading branch information
avillar committed Oct 18, 2024
1 parent 5d47077 commit b762fc0
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions ogc/bblocks/schemas/bblock.schema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -133,12 +133,8 @@ properties:
type: string
format: uri
schema:
description: URL (or array thereof) for JSON schemas of this Building Block.
oneOf:
- type: array
items:
type: string
- type: string
description: URL for the JSON schema of this Building Block.
type: string
openAPIDocument:
description: URL or path to OpenAPI document
type: string
Expand Down

0 comments on commit b762fc0

Please sign in to comment.