From 8af055af0d97b284e6e96f794c4418479c2c13f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?D=C3=A1vid=20Istv=C3=A1n=20B=C3=ADr=C3=B3?= Date: Sat, 18 Jan 2025 10:44:50 +0100 Subject: [PATCH] Update app manifest JSON schema --- examples/c/c-app-common/common-cpp/golem.yaml | 4 ++-- examples/c/c-app-common/golem.yaml | 4 ++-- .../c-app-component/components-cpp/component-name/golem.yaml | 4 ++-- examples/go/go-app-common/common-go/golem.yaml | 4 ++-- examples/go/go-app-common/golem.yaml | 4 ++-- .../go-app-component/components-go/component-name/golem.yaml | 4 ++-- examples/go/go-default/golem.yaml | 4 ++-- examples/js/js-default/golem.yaml | 4 ++-- examples/python/python-app-common/common-python/golem.yaml | 4 ++-- examples/python/python-app-common/golem.yaml | 4 ++-- .../components-python/component-name/golem.yaml | 4 ++-- examples/python/python-default/golem.yaml | 4 ++-- examples/rust/rust-app-common/common-rust/golem.yaml | 4 ++-- examples/rust/rust-app-common/golem.yaml | 4 ++-- .../components-rust/component-name/golem.yaml | 4 ++-- examples/rust/rust-default/golem.yaml | 4 ++-- examples/ts/ts-app-common/common-ts/golem.yaml | 4 ++-- examples/ts/ts-app-common/golem.yaml | 4 ++-- .../ts-app-component/components-ts/component-name/golem.yaml | 4 ++-- examples/ts/ts-default/golem.yaml | 4 ++-- 20 files changed, 40 insertions(+), 40 deletions(-) diff --git a/examples/c/c-app-common/common-cpp/golem.yaml b/examples/c/c-app-common/common-cpp/golem.yaml index 44aff85..3ed9962 100644 --- a/examples/c/c-app-common/common-cpp/golem.yaml +++ b/examples/c/c-app-common/common-cpp/golem.yaml @@ -1,7 +1,7 @@ # Schema for IDEA: -# $schema: https://schema.golem.cloud/app/golem/1.1.0/golem.schema.json +# $schema: https://schema.golem.cloud/app/golem/1.1.1/golem.schema.json # Schema for vscode-yaml -# yaml-language-server: $schema=https://schema.golem.cloud/app/golem/1.1.0/golem.schema.json +# yaml-language-server: $schema=https://schema.golem.cloud/app/golem/1.1.1/golem.schema.json templates: cpp: diff --git a/examples/c/c-app-common/golem.yaml b/examples/c/c-app-common/golem.yaml index fecb075..fa1da19 100644 --- a/examples/c/c-app-common/golem.yaml +++ b/examples/c/c-app-common/golem.yaml @@ -1,7 +1,7 @@ # Schema for IDEA: -# $schema: https://schema.golem.cloud/app/golem/1.1.0/golem.schema.json +# $schema: https://schema.golem.cloud/app/golem/1.1.1/golem.schema.json # Schema for vscode-yaml -# yaml-language-server: $schema=https://schema.golem.cloud/app/golem/1.1.0/golem.schema.json +# yaml-language-server: $schema=https://schema.golem.cloud/app/golem/1.1.1/golem.schema.json includes: - common-*/golem.yaml diff --git a/examples/c/c-app-component/components-cpp/component-name/golem.yaml b/examples/c/c-app-component/components-cpp/component-name/golem.yaml index 8ea0c86..93705a4 100644 --- a/examples/c/c-app-component/components-cpp/component-name/golem.yaml +++ b/examples/c/c-app-component/components-cpp/component-name/golem.yaml @@ -1,7 +1,7 @@ # Schema for IDEA: -# $schema: https://schema.golem.cloud/app/golem/1.1.0/golem.schema.json +# $schema: https://schema.golem.cloud/app/golem/1.1.1/golem.schema.json # Schema for vscode-yaml -# yaml-language-server: $schema=https://schema.golem.cloud/app/golem/1.1.0/golem.schema.json +# yaml-language-server: $schema=https://schema.golem.cloud/app/golem/1.1.1/golem.schema.json components: componentname: diff --git a/examples/go/go-app-common/common-go/golem.yaml b/examples/go/go-app-common/common-go/golem.yaml index 67da20a..2d6949d 100644 --- a/examples/go/go-app-common/common-go/golem.yaml +++ b/examples/go/go-app-common/common-go/golem.yaml @@ -1,7 +1,7 @@ # Schema for IDEA: -# $schema: https://schema.golem.cloud/app/golem/1.1.0/golem.schema.json +# $schema: https://schema.golem.cloud/app/golem/1.1.1/golem.schema.json # Schema for vscode-yaml -# yaml-language-server: $schema=https://schema.golem.cloud/app/golem/1.1.0/golem.schema.json +# yaml-language-server: $schema=https://schema.golem.cloud/app/golem/1.1.1/golem.schema.json templates: go: diff --git a/examples/go/go-app-common/golem.yaml b/examples/go/go-app-common/golem.yaml index fecb075..fa1da19 100644 --- a/examples/go/go-app-common/golem.yaml +++ b/examples/go/go-app-common/golem.yaml @@ -1,7 +1,7 @@ # Schema for IDEA: -# $schema: https://schema.golem.cloud/app/golem/1.1.0/golem.schema.json +# $schema: https://schema.golem.cloud/app/golem/1.1.1/golem.schema.json # Schema for vscode-yaml -# yaml-language-server: $schema=https://schema.golem.cloud/app/golem/1.1.0/golem.schema.json +# yaml-language-server: $schema=https://schema.golem.cloud/app/golem/1.1.1/golem.schema.json includes: - common-*/golem.yaml diff --git a/examples/go/go-app-component/components-go/component-name/golem.yaml b/examples/go/go-app-component/components-go/component-name/golem.yaml index 855a31a..88ebc87 100644 --- a/examples/go/go-app-component/components-go/component-name/golem.yaml +++ b/examples/go/go-app-component/components-go/component-name/golem.yaml @@ -1,7 +1,7 @@ # Schema for IDEA: -# $schema: https://schema.golem.cloud/app/golem/1.1.0/golem.schema.json +# $schema: https://schema.golem.cloud/app/golem/1.1.1/golem.schema.json # Schema for vscode-yaml -# yaml-language-server: $schema=https://schema.golem.cloud/app/golem/1.1.0/golem.schema.json +# yaml-language-server: $schema=https://schema.golem.cloud/app/golem/1.1.1/golem.schema.json components: componentname: diff --git a/examples/go/go-default/golem.yaml b/examples/go/go-default/golem.yaml index 257dad8..f6dd6cd 100644 --- a/examples/go/go-default/golem.yaml +++ b/examples/go/go-default/golem.yaml @@ -1,7 +1,7 @@ # Schema for IDEA: -# $schema: https://schema.golem.cloud/app/golem/1.1.0/golem.schema.json +# $schema: https://schema.golem.cloud/app/golem/1.1.1/golem.schema.json # Schema for vscode-yaml -# yaml-language-server: $schema=https://schema.golem.cloud/app/golem/1.1.0/golem.schema.json +# yaml-language-server: $schema=https://schema.golem.cloud/app/golem/1.1.1/golem.schema.json tempDir: build/golem-temp components: diff --git a/examples/js/js-default/golem.yaml b/examples/js/js-default/golem.yaml index 7c34a74..0817a2c 100644 --- a/examples/js/js-default/golem.yaml +++ b/examples/js/js-default/golem.yaml @@ -1,7 +1,7 @@ # Schema for IDEA: -# $schema: https://schema.golem.cloud/app/golem/1.1.0/golem.schema.json +# $schema: https://schema.golem.cloud/app/golem/1.1.1/golem.schema.json # Schema for vscode-yaml -# yaml-language-server: $schema=https://schema.golem.cloud/app/golem/1.1.0/golem.schema.json +# yaml-language-server: $schema=https://schema.golem.cloud/app/golem/1.1.1/golem.schema.json tempDir: out/golem-temp components: diff --git a/examples/python/python-app-common/common-python/golem.yaml b/examples/python/python-app-common/common-python/golem.yaml index 93b2ce3..748d983 100644 --- a/examples/python/python-app-common/common-python/golem.yaml +++ b/examples/python/python-app-common/common-python/golem.yaml @@ -1,7 +1,7 @@ # Schema for IDEA: -# $schema: https://schema.golem.cloud/app/golem/1.1.0/golem.schema.json +# $schema: https://schema.golem.cloud/app/golem/1.1.1/golem.schema.json # Schema for vscode-yaml -# yaml-language-server: $schema=https://schema.golem.cloud/app/golem/1.1.0/golem.schema.json +# yaml-language-server: $schema=https://schema.golem.cloud/app/golem/1.1.1/golem.schema.json templates: python: diff --git a/examples/python/python-app-common/golem.yaml b/examples/python/python-app-common/golem.yaml index fecb075..fa1da19 100644 --- a/examples/python/python-app-common/golem.yaml +++ b/examples/python/python-app-common/golem.yaml @@ -1,7 +1,7 @@ # Schema for IDEA: -# $schema: https://schema.golem.cloud/app/golem/1.1.0/golem.schema.json +# $schema: https://schema.golem.cloud/app/golem/1.1.1/golem.schema.json # Schema for vscode-yaml -# yaml-language-server: $schema=https://schema.golem.cloud/app/golem/1.1.0/golem.schema.json +# yaml-language-server: $schema=https://schema.golem.cloud/app/golem/1.1.1/golem.schema.json includes: - common-*/golem.yaml diff --git a/examples/python/python-app-component/components-python/component-name/golem.yaml b/examples/python/python-app-component/components-python/component-name/golem.yaml index 391832c..c1cbe4c 100644 --- a/examples/python/python-app-component/components-python/component-name/golem.yaml +++ b/examples/python/python-app-component/components-python/component-name/golem.yaml @@ -1,7 +1,7 @@ # Schema for IDEA: -# $schema: https://schema.golem.cloud/app/golem/1.1.0/golem.schema.json +# $schema: https://schema.golem.cloud/app/golem/1.1.1/golem.schema.json # Schema for vscode-yaml -# yaml-language-server: $schema=https://schema.golem.cloud/app/golem/1.1.0/golem.schema.json +# yaml-language-server: $schema=https://schema.golem.cloud/app/golem/1.1.1/golem.schema.json components: componentname: diff --git a/examples/python/python-default/golem.yaml b/examples/python/python-default/golem.yaml index fe32794..6ab2d31 100644 --- a/examples/python/python-default/golem.yaml +++ b/examples/python/python-default/golem.yaml @@ -1,7 +1,7 @@ # Schema for IDEA: -# $schema: https://schema.golem.cloud/app/golem/1.1.0/golem.schema.json +# $schema: https://schema.golem.cloud/app/golem/1.1.1/golem.schema.json # Schema for vscode-yaml -# yaml-language-server: $schema=https://schema.golem.cloud/app/golem/1.1.0/golem.schema.json +# yaml-language-server: $schema=https://schema.golem.cloud/app/golem/1.1.1/golem.schema.json tempDir: build/golem-temp components: diff --git a/examples/rust/rust-app-common/common-rust/golem.yaml b/examples/rust/rust-app-common/common-rust/golem.yaml index e61d548..f47fe13 100644 --- a/examples/rust/rust-app-common/common-rust/golem.yaml +++ b/examples/rust/rust-app-common/common-rust/golem.yaml @@ -1,7 +1,7 @@ # Schema for IDEA: -# $schema: https://schema.golem.cloud/app/golem/1.1.0/golem.schema.json +# $schema: https://schema.golem.cloud/app/golem/1.1.1/golem.schema.json # Schema for vscode-yaml -# yaml-language-server: $schema=https://schema.golem.cloud/app/golem/1.1.0/golem.schema.json +# yaml-language-server: $schema=https://schema.golem.cloud/app/golem/1.1.1/golem.schema.json templates: rust: diff --git a/examples/rust/rust-app-common/golem.yaml b/examples/rust/rust-app-common/golem.yaml index fecb075..fa1da19 100644 --- a/examples/rust/rust-app-common/golem.yaml +++ b/examples/rust/rust-app-common/golem.yaml @@ -1,7 +1,7 @@ # Schema for IDEA: -# $schema: https://schema.golem.cloud/app/golem/1.1.0/golem.schema.json +# $schema: https://schema.golem.cloud/app/golem/1.1.1/golem.schema.json # Schema for vscode-yaml -# yaml-language-server: $schema=https://schema.golem.cloud/app/golem/1.1.0/golem.schema.json +# yaml-language-server: $schema=https://schema.golem.cloud/app/golem/1.1.1/golem.schema.json includes: - common-*/golem.yaml diff --git a/examples/rust/rust-app-component/components-rust/component-name/golem.yaml b/examples/rust/rust-app-component/components-rust/component-name/golem.yaml index 380a4b5..cceb4c9 100644 --- a/examples/rust/rust-app-component/components-rust/component-name/golem.yaml +++ b/examples/rust/rust-app-component/components-rust/component-name/golem.yaml @@ -1,7 +1,7 @@ # Schema for IDEA: -# $schema: https://schema.golem.cloud/app/golem/1.1.0/golem.schema.json +# $schema: https://schema.golem.cloud/app/golem/1.1.1/golem.schema.json # Schema for vscode-yaml -# yaml-language-server: $schema=https://schema.golem.cloud/app/golem/1.1.0/golem.schema.json +# yaml-language-server: $schema=https://schema.golem.cloud/app/golem/1.1.1/golem.schema.json components: componentname: diff --git a/examples/rust/rust-default/golem.yaml b/examples/rust/rust-default/golem.yaml index 62180a3..539ff2d 100644 --- a/examples/rust/rust-default/golem.yaml +++ b/examples/rust/rust-default/golem.yaml @@ -1,7 +1,7 @@ # Schema for IDEA: -# $schema: https://schema.golem.cloud/app/golem/1.1.0/golem.schema.json +# $schema: https://schema.golem.cloud/app/golem/1.1.1/golem.schema.json # Schema for vscode-yaml -# yaml-language-server: $schema=https://schema.golem.cloud/app/golem/1.1.0/golem.schema.json +# yaml-language-server: $schema=https://schema.golem.cloud/app/golem/1.1.1/golem.schema.json tempDir: target/golem-temp components: diff --git a/examples/ts/ts-app-common/common-ts/golem.yaml b/examples/ts/ts-app-common/common-ts/golem.yaml index 76fb450..5d2b600 100644 --- a/examples/ts/ts-app-common/common-ts/golem.yaml +++ b/examples/ts/ts-app-common/common-ts/golem.yaml @@ -1,7 +1,7 @@ # Schema for IDEA: -# $schema: https://schema.golem.cloud/app/golem/1.1.0/golem.schema.json +# $schema: https://schema.golem.cloud/app/golem/1.1.1/golem.schema.json # Schema for vscode-yaml -# yaml-language-server: $schema=https://schema.golem.cloud/app/golem/1.1.0/golem.schema.json +# yaml-language-server: $schema=https://schema.golem.cloud/app/golem/1.1.1/golem.schema.json templates: ts: diff --git a/examples/ts/ts-app-common/golem.yaml b/examples/ts/ts-app-common/golem.yaml index fecb075..fa1da19 100644 --- a/examples/ts/ts-app-common/golem.yaml +++ b/examples/ts/ts-app-common/golem.yaml @@ -1,7 +1,7 @@ # Schema for IDEA: -# $schema: https://schema.golem.cloud/app/golem/1.1.0/golem.schema.json +# $schema: https://schema.golem.cloud/app/golem/1.1.1/golem.schema.json # Schema for vscode-yaml -# yaml-language-server: $schema=https://schema.golem.cloud/app/golem/1.1.0/golem.schema.json +# yaml-language-server: $schema=https://schema.golem.cloud/app/golem/1.1.1/golem.schema.json includes: - common-*/golem.yaml diff --git a/examples/ts/ts-app-component/components-ts/component-name/golem.yaml b/examples/ts/ts-app-component/components-ts/component-name/golem.yaml index 620c6a8..3ff1a64 100644 --- a/examples/ts/ts-app-component/components-ts/component-name/golem.yaml +++ b/examples/ts/ts-app-component/components-ts/component-name/golem.yaml @@ -1,7 +1,7 @@ # Schema for IDEA: -# $schema: https://schema.golem.cloud/app/golem/1.1.0/golem.schema.json +# $schema: https://schema.golem.cloud/app/golem/1.1.1/golem.schema.json # Schema for vscode-yaml -# yaml-language-server: $schema=https://schema.golem.cloud/app/golem/1.1.0/golem.schema.json +# yaml-language-server: $schema=https://schema.golem.cloud/app/golem/1.1.1/golem.schema.json components: componentname: diff --git a/examples/ts/ts-default/golem.yaml b/examples/ts/ts-default/golem.yaml index 12101d3..7855e38 100644 --- a/examples/ts/ts-default/golem.yaml +++ b/examples/ts/ts-default/golem.yaml @@ -1,7 +1,7 @@ # Schema for IDEA: -# $schema: https://schema.golem.cloud/app/golem/1.1.0/golem.schema.json +# $schema: https://schema.golem.cloud/app/golem/1.1.1/golem.schema.json # Schema for vscode-yaml -# yaml-language-server: $schema=https://schema.golem.cloud/app/golem/1.1.0/golem.schema.json +# yaml-language-server: $schema=https://schema.golem.cloud/app/golem/1.1.1/golem.schema.json tempDir: out/golem-temp components: