Skip to content

Commit

Permalink
Add isProfileOf to metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
avillar committed Jan 2, 2024
1 parent fcf06fb commit b9a4779
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion ogc/bblocks/metadata-schema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -133,8 +133,17 @@ properties:
successor:
description: Identifier or URI of the predecessor of this Building Block.
type: string
isProfileOf:
description: |
Identifier of another Building Block that this Building Block is a profile of, or list thereof.
Profiling in this context is akin to inheritance.
oneOf:
- type: string
- type: array
items:
type: string
dependsOn:
description: Identifier or URI of other Building Blocks that this Building Blocks depends on
description: Identifiers of other Building Blocks that this Building Block depends on
type: array
items:
type: string
Expand Down

0 comments on commit b9a4779

Please sign in to comment.