You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: pkg/devfile/parser/data/v2/2.1.0/devfileJsonSchema210.go
+2-1
Original file line number
Diff line number
Diff line change
@@ -1414,6 +1414,7 @@ const JsonSchema210 = `{
1414
1414
}
1415
1415
},
1416
1416
"registryUrl": {
1417
+
"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.",
1417
1418
"type": "string"
1418
1419
},
1419
1420
"starterProjects": {
@@ -1535,7 +1536,7 @@ const JsonSchema210 = `{
1535
1536
}
1536
1537
},
1537
1538
"uri": {
1538
-
"description": "Uri of a Devfile yaml file",
1539
+
"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.",
0 commit comments