From 7e0657d0dbc6d00d128148cfbfc244b226ba69a1 Mon Sep 17 00:00:00 2001 From: Dylan Johnson Date: Thu, 24 Jul 2025 14:14:47 -0400 Subject: [PATCH] add nx schemas --- src/api/json/catalog.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/src/api/json/catalog.json b/src/api/json/catalog.json index 2debaa288e1..e6e2d75f865 100644 --- a/src/api/json/catalog.json +++ b/src/api/json/catalog.json @@ -8321,6 +8321,18 @@ "description": "Manifest YAML files for AWS Copilot services, environments, and pipelines. Documentation: https://aws.github.io/copilot-cli/docs/manifest/overview/", "fileMatch": ["**/copilot/**/manifest.yml"], "url": "https://sootyowl.github.io/aws-copilot-schemas/copilot-schema.json" + }, + { + "name": "Nx Schema", + "description": "Configuration file for the Nx CLI and project defaults. Documentation: https://nx.dev/reference/nx-json", + "fileMatch": ["nx.json"], + "url": "https://raw.githubusercontent.com/nrwl/nx/master/packages/nx/schemas/nx-schema.json" + }, + { + "name": "Nx Project Schema", + "description": "Configuration file for the Nx CLI and project defaults. Documentation: https://nx.dev/reference/project-configuration", + "fileMatch": ["project.json"], + "url": "https://raw.githubusercontent.com/nrwl/nx/master/packages/nx/schemas/project-schema.json" } ] }