Skip to content

Commit 799b549

Browse files
committed
changing the range of extensions from string to Any
1 parent 0228f50 commit 799b549

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)