Skip to content

Commit

Permalink
Merge pull request #162 from linkml/change-range-of-extensions-to-Any
Browse files Browse the repository at this point in the history
changing the range of extensions from string to Any
  • Loading branch information
cmungall authored Jul 12, 2023
2 parents d81db2b + 799b549 commit 76e2f54
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions linkml_model/model/schema/extensions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,14 @@ slots:
domain: extension
alias: value
required: true
range: Anything


classes:

Anything:
class_uri: linkml:Any

extension:
description: a tag/value pair used to add non-model information to an entry
slots:
Expand Down

0 comments on commit 76e2f54

Please sign in to comment.