diff --git a/schemas/deployedInterface.schema.tpl.json b/schemas/deployedInterface.schema.tpl.json index 9eb622b..fd0e584 100644 --- a/schemas/deployedInterface.schema.tpl.json +++ b/schemas/deployedInterface.schema.tpl.json @@ -2,8 +2,8 @@ "_type": "computation:DeployedInterface", "required": [ "accessibility", - "interface", - "location" + "entryPoint", + "interface" ], "properties": { "accessibility": { @@ -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" ] } } diff --git a/schemas/serviceDeployment.schema.tpl.json b/schemas/serviceDeployment.schema.tpl.json index a3cc184..d67a6e8 100644 --- a/schemas/serviceDeployment.schema.tpl.json +++ b/schemas/serviceDeployment.schema.tpl.json @@ -68,10 +68,10 @@ "uniqueItems": true, "_linkedTypes": [ "computation:WorkflowRecipeVersion", - "computation:DeployedInterface", "core:DatasetVersion", "core:MetaDataModelVersion", "core:ModelVersion", + "core:WebResource", "sands:AnatomicalAtlasVersion", "sands:CommonCoordinateFrameworkVersion" ]