This repository contains a small script to help you verify that your cgmanifest.json
file is valid.
- Copy your
cgmanifest.json
file to the root of this repository npm install
npm run verify
- Any validation errors will be printed to the console
Component Detection will accept object properties in PascalCase, but JSON schema does not have a case-insensitive mode. Camel case is the most common way to write object properties in JSON.
https://json.schemastore.org/component-detection-manifest.json