Skip to content

Commit

Permalink
Add links to metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
avillar committed Jan 2, 2024
1 parent b9a4779 commit 18edb11
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions ogc/bblocks/metadata-schema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,28 @@ properties:
description: Link to a website or additional documentation for this Building Block.
type: string
format: uri
links:
description: List of links to websites or additional documentation for this Building Block.
type: array
items:
type: object
required:
- title
- href
properties:
title:
description: Title for the link
type: string
href:
description: URL for the link
type: string
format: uri
rel:
description: Relationship to the linked document
type: string
notes:
description: Additional notes or comments
type: string
tags:
description: List of tags attached to this Building Block.
type: array
Expand Down

0 comments on commit 18edb11

Please sign in to comment.