Skip to content

Commit 5e09c71

Browse files
authored
Merge pull request #70 from openMetadataInitiative/deploymentURL
Fix embedded dependencies
2 parents 57fb3da + 5c8c8f2 commit 5e09c71

2 files changed

Lines changed: 9 additions & 10 deletions

File tree

schemas/deployedInterface.schema.tpl.json

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
"_type": "computation:DeployedInterface",
33
"required": [
44
"accessibility",
5-
"interface",
6-
"location"
5+
"entryPoint",
6+
"interface"
77
],
88
"properties": {
99
"accessibility": {
@@ -12,17 +12,16 @@
1212
"core:Accessibility"
1313
]
1414
},
15-
"interface": {
16-
"_instruction": "Enter the interface version that is deployed.",
15+
"entryPoint": {
16+
"_instruction": "Add the URL that serves as the entry point to this deployed interface.",
1717
"_linkedTypes": [
18-
"core:InterfaceVersion"
18+
"core:WebResource"
1919
]
2020
},
21-
"location": {
22-
"_instruction": "Add the location (for physical services) or URL (for digital services) where this deployed interface may be accessed.",
21+
"interface": {
22+
"_instruction": "Enter the interface version that is deployed.",
2323
"_linkedTypes": [
24-
"core:Location",
25-
"core:WebResource"
24+
"core:InterfaceVersion"
2625
]
2726
}
2827
}

schemas/serviceDeployment.schema.tpl.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,10 +68,10 @@
6868
"uniqueItems": true,
6969
"_linkedTypes": [
7070
"computation:WorkflowRecipeVersion",
71-
"computation:DeployedInterface",
7271
"core:DatasetVersion",
7372
"core:MetaDataModelVersion",
7473
"core:ModelVersion",
74+
"core:WebResource",
7575
"sands:AnatomicalAtlasVersion",
7676
"sands:CommonCoordinateFrameworkVersion"
7777
]

0 commit comments

Comments
 (0)