Skip to content

Commit 3055f70

Browse files
author
Peter Amstutz
committed
Update bootstrap context.
1 parent 31db28e commit 3055f70

File tree

1 file changed

+10
-5
lines changed

1 file changed

+10
-5
lines changed

schema_salad/schema.py

+10-5
Original file line numberDiff line numberDiff line change
@@ -79,14 +79,14 @@ def get_metaschema():
7979
"@id": "https://w3id.org/cwl/salad#docAfter",
8080
"@type": "@id"
8181
},
82-
"docParent": {
83-
"@id": "https://w3id.org/cwl/salad#docParent",
84-
"@type": "@id"
85-
},
8682
"docChild": {
8783
"@id": "https://w3id.org/cwl/salad#docChild",
8884
"@type": "@id"
8985
},
86+
"docParent": {
87+
"@id": "https://w3id.org/cwl/salad#docParent",
88+
"@type": "@id"
89+
},
9090
"documentRoot": "https://w3id.org/cwl/salad#SchemaDefinedType/documentRoot",
9191
"documentation": "https://w3id.org/cwl/salad#documentation",
9292
"double": "http://www.w3.org/2001/XMLSchema#double",
@@ -105,12 +105,15 @@ def get_metaschema():
105105
},
106106
"jsonldPredicate": "sld:jsonldPredicate",
107107
"long": "http://www.w3.org/2001/XMLSchema#long",
108+
"mapPredicate": "https://w3id.org/cwl/salad#JsonldPredicate/mapPredicate",
109+
"mapSubject": "https://w3id.org/cwl/salad#JsonldPredicate/mapSubject",
108110
"name": "@id",
109111
"noLinkCheck": "https://w3id.org/cwl/salad#JsonldPredicate/noLinkCheck",
110112
"null": "https://w3id.org/cwl/salad#null",
111113
"rdf": "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
112114
"rdfs": "http://www.w3.org/2000/01/rdf-schema#",
113115
"record": "https://w3id.org/cwl/salad#record",
116+
"refScope": "https://w3id.org/cwl/salad#JsonldPredicate/refScope",
114117
"sld": "https://w3id.org/cwl/salad#",
115118
"specialize": "https://w3id.org/cwl/salad#SaladRecordSchema/specialize",
116119
"specializeFrom": {
@@ -129,8 +132,10 @@ def get_metaschema():
129132
},
130133
"type": {
131134
"@id": "https://w3id.org/cwl/salad#type",
132-
"@type": "@vocab"
135+
"@type": "@vocab",
136+
"typeDSL": True
133137
},
138+
"typeDSL": "https://w3id.org/cwl/salad#JsonldPredicate/typeDSL",
134139
"xsd": "http://www.w3.org/2001/XMLSchema#"
135140
})
136141

0 commit comments

Comments
 (0)