Skip to content

Commit 99e0a86

Browse files
mdjohnsDylan Johnson
authored andcommitted
add nx schemas
1 parent eb04802 commit 99e0a86

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

src/api/json/catalog.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8321,6 +8321,18 @@
83218321
"description": "Manifest YAML files for AWS Copilot services, environments, and pipelines. Documentation: https://aws.github.io/copilot-cli/docs/manifest/overview/",
83228322
"fileMatch": ["**/copilot/**/manifest.yml"],
83238323
"url": "https://sootyowl.github.io/aws-copilot-schemas/copilot-schema.json"
8324+
},
8325+
{
8326+
"name": "Nx Schema",
8327+
"description": "Configuration file for the Nx CLI and project defaults. Documentation: https://nx.dev/reference/nx-json",
8328+
"fileMatch": ["nx.json"],
8329+
"url": "https://raw.githubusercontent.com/nrwl/nx/master/packages/nx/schemas/nx-schema.json"
8330+
},
8331+
{
8332+
"name": "Nx Project Schema",
8333+
"description": "Configuration file for the Nx CLI and project defaults. Documentation: https://nx.dev/reference/project-configuration",
8334+
"fileMatch": ["project.json"],
8335+
"url": "https://raw.githubusercontent.com/nrwl/nx/master/packages/nx/schemas/project-schema.json"
83248336
}
83258337
]
83268338
}

0 commit comments

Comments
 (0)