Skip to content

Commit 76e2f54

Browse files
authored
Merge pull request #162 from linkml/change-range-of-extensions-to-Any
changing the range of extensions from string to Any
2 parents d81db2b + 799b549 commit 76e2f54

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

linkml_model/model/schema/extensions.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,14 @@ slots:
3737
domain: extension
3838
alias: value
3939
required: true
40+
range: Anything
4041

4142

4243
classes:
44+
45+
Anything:
46+
class_uri: linkml:Any
47+
4348
extension:
4449
description: a tag/value pair used to add non-model information to an entry
4550
slots:

0 commit comments

Comments
 (0)