Skip to content

Commit 795f22f

Browse files
committed
Update devfile schema based on devfile/api@37a9d1e
1 parent e9ab650 commit 795f22f

File tree

1 file changed

+2
-1
lines changed
  • docs/modules/user-guide/attachments/jsonschemas/next

1 file changed

+2
-1
lines changed

docs/modules/user-guide/attachments/jsonschemas/next/devfile.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1411,6 +1411,7 @@
14111411
}
14121412
},
14131413
"registryUrl": {
1414+
"description": "Registry URL to pull the parent devfile from when using id in the parent reference. To ensure the parent devfile gets resolved consistently in different environments, it is recommended to always specify the `regsitryURL` when `Id` is used.",
14141415
"type": "string"
14151416
},
14161417
"starterProjects": {
@@ -1532,7 +1533,7 @@
15321533
}
15331534
},
15341535
"uri": {
1535-
"description": "Uri of a Devfile yaml file",
1536+
"description": "URI Reference of a parent devfile YAML file. It can be a full URL or a relative URI with the current devfile as the base URI.",
15361537
"type": "string"
15371538
},
15381539
"variables": {

0 commit comments

Comments
 (0)