Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 8 additions & 9 deletions schemas/deployedInterface.schema.tpl.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"_type": "computation:DeployedInterface",
"required": [
"accessibility",
"interface",
"location"
"entryPoint",
"interface"
],
"properties": {
"accessibility": {
Expand All @@ -12,17 +12,16 @@
"core:Accessibility"
]
},
"interface": {
"_instruction": "Enter the interface version that is deployed.",
"entryPoint": {
"_instruction": "Add the URL that serves as the entry point to this deployed interface.",
"_linkedTypes": [
"core:InterfaceVersion"
"core:WebResource"
]
},
"location": {
"_instruction": "Add the location (for physical services) or URL (for digital services) where this deployed interface may be accessed.",
"interface": {
"_instruction": "Enter the interface version that is deployed.",
"_linkedTypes": [
"core:Location",
"core:WebResource"
"core:InterfaceVersion"
]
}
}
Expand Down
2 changes: 1 addition & 1 deletion schemas/serviceDeployment.schema.tpl.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,10 +68,10 @@
"uniqueItems": true,
"_linkedTypes": [
"computation:WorkflowRecipeVersion",
"computation:DeployedInterface",
"core:DatasetVersion",
"core:MetaDataModelVersion",
"core:ModelVersion",
"core:WebResource",
"sands:AnatomicalAtlasVersion",
"sands:CommonCoordinateFrameworkVersion"
]
Expand Down
Loading