diff --git a/schemas/alpha/azure.yaml.json b/schemas/alpha/azure.yaml.json index 5c2910ce268..d5f2e179393 100644 --- a/schemas/alpha/azure.yaml.json +++ b/schemas/alpha/azure.yaml.json @@ -1,6 +1,8 @@ { "$schema": "https://json-schema.org/draft/2019-09/schema", "$id": "https://raw.githubusercontent.com/Azure/azure-dev/main/schemas/alpha/azure.yaml.json", + "title": "Azure Developer CLI configuration", + "description": "Configuration file for the Azure Developer CLI (azd)", "type": "object", "required": [ "name" diff --git a/schemas/schemastore-catalog-entry.json b/schemas/schemastore-catalog-entry.json new file mode 100644 index 00000000000..3b8b12e8401 --- /dev/null +++ b/schemas/schemastore-catalog-entry.json @@ -0,0 +1,13 @@ +{ + "name": "azure.yaml", + "description": "Azure Developer CLI (azd) configuration file", + "fileMatch": [ + "azure.yaml", + "azure.yml" + ], + "url": "https://raw.githubusercontent.com/Azure/azure-dev/main/schemas/v1.0/azure.yaml.json", + "versions": { + "1.0": "https://raw.githubusercontent.com/Azure/azure-dev/main/schemas/v1.0/azure.yaml.json", + "alpha": "https://raw.githubusercontent.com/Azure/azure-dev/main/schemas/alpha/azure.yaml.json" + } +} diff --git a/schemas/v1.0/azure.yaml.json b/schemas/v1.0/azure.yaml.json index 50c1076940e..ccc1e3a877a 100644 --- a/schemas/v1.0/azure.yaml.json +++ b/schemas/v1.0/azure.yaml.json @@ -1,6 +1,8 @@ { "$schema": "https://json-schema.org/draft/2019-09/schema", "$id": "https://raw.githubusercontent.com/Azure/azure-dev/main/schemas/v1.0/azure.yaml.json", + "title": "Azure Developer CLI configuration", + "description": "Configuration file for the Azure Developer CLI (azd)", "type": "object", "required": [ "name"