We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e4d052 commit 9f28373Copy full SHA for 9f28373
jetbrains-core/src/software/aws/toolkits/jetbrains/services/caws/DevFileSchemaProviderFactory.kt
@@ -26,8 +26,7 @@ class DevFileSchemaProviderFactory : JsonSchemaProviderFactory {
26
override fun getSchemaVersion(): JsonSchemaVersion = JsonSchemaVersion.SCHEMA_7
27
}
28
)
29
-
30
private companion object {
31
- const val schemaUrl: String = "https://github.com/devfile/api/releases/latest/download/devfile.json"
+ const val schemaUrl: String = "https://raw.githubusercontent.com/devfile/api/v2.2.1/schemas/latest/devfile.json"
32
33
0 commit comments