Bots, Bureaucrats, Moderators (CommentStreams), Interface administrators, Administrators (Semantic MediaWiki), Curators (Semantic MediaWiki), Editors (Semantic MediaWiki), Administrators
1,209
edits
(change superclass, add kit_id) Tag: Metadata slot edit |
(add depends_on) Tag: Metadata slot edit |
||
jsonschema | |||
---|---|---|---|
Line 13: | Line 13: | ||
"parameters": { | "parameters": { | ||
"@id": "Property:HasInputParameter", | "@id": "Property:HasInputParameter", | ||
"@type": "@id" | |||
}, | |||
"depends_on": { | |||
"@id": "Property:DependsOn", | |||
"@type": "@id" | "@type": "@id" | ||
} | } | ||
Line 49: | Line 53: | ||
"successors": { | "successors": { | ||
"type": "array", | "type": "array", | ||
"description": "Following process steps", | |||
"items": { | "items": { | ||
"type": "string", | "type": "string", | ||
Line 59: | Line 64: | ||
"outputs": { | "outputs": { | ||
"type": "array", | "type": "array", | ||
"description": "Output materials of the process", | |||
"items": { | "items": { | ||
"type": "string", | "type": "string", | ||
Line 69: | Line 75: | ||
"parameters": { | "parameters": { | ||
"type": "array", | "type": "array", | ||
"description": "Input / control parameters of the process", | |||
"items": { | |||
"type": "string", | |||
"format": "autocomplete", | |||
"$comment": "MetaKitCharacteristic and AbstractKitCharacteristicCategory", | |||
"range": "Category:OSWc15b622daa514022a801849c6593cbdf", | |||
"subclassof_range": "Category:OSWf50ba030bbb743b196e1739fb67d6862" | |||
} | |||
}, | |||
"depends_on": { | |||
"type": "array", | |||
"description": "Characteristics of input materials that are relevant for the design of the process", | |||
"items": { | "items": { | ||
"type": "string", | "type": "string", |