diff --git a/package.json b/package.json index 6fcce119..dd7f7304 100644 --- a/package.json +++ b/package.json @@ -126,6 +126,16 @@ }, "markdownDescription": "Associate schemas to YAML files in the current workspace. The expected value of this configuration option is a string to string map:\n- **Key**: The path or URL of the schema to use\n- **Value**: A glob pattern specifying which files the schema should be used on" }, + "yaml.kubernetesCRDStore.enable": { + "type": "boolean", + "description": "Enable/disable validation of Kubernetes custom resources using schemas from well-known Custom Resource Definitions (CRDs)", + "default": true + }, + "yaml.kubernetesCRDStore.url": { + "type": "string", + "description": "The base URL for fetching well-known Custom Resource Definition (CRD) schemas", + "default": "https://raw.githubusercontent.com/datreeio/CRDs-catalog/main" + }, "yaml.format.enable": { "type": "boolean", "default": true,