Skip to content

Commit 5c8c8f2

Browse files
authored
Update deployedInterface.schema.tpl.json
1 parent 0d05080 commit 5c8c8f2

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

schemas/deployedInterface.schema.tpl.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"_type": "computation:DeployedInterface",
33
"required": [
44
"accessibility",
5-
"deploymentURL",
5+
"entryPoint",
66
"interface"
77
],
88
"properties": {
@@ -12,8 +12,8 @@
1212
"core:Accessibility"
1313
]
1414
},
15-
"deploymentURL": {
16-
"_instruction": "Add the URL where this deployed interface may be accessed.",
15+
"entryPoint": {
16+
"_instruction": "Add the URL that serves as the entry point to this deployed interface.",
1717
"_linkedTypes": [
1818
"core:WebResource"
1919
]

0 commit comments

Comments
 (0)