https://github.com/juli1/demo-yaml
https://github.com/juli1/demo-yaml
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/juli1/demo-yaml
- Owner: juli1
- Created: 2024-02-26T16:02:21.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-29T19:17:53.000Z (over 1 year ago)
- Last Synced: 2025-02-12T23:43:44.040Z (4 months ago)
- Language: Makefile
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# demo-yaml
## Schema for datadog-static-analyzer
1. It validates what objects are required and valid
2. Adding more properties in the schema is still making them valid
3. Some validation may be missing but the core idea is present## How to test
1. Install https://www.npmjs.com/package/pajv `npm install -g pajv`
2. Invoke `make`## Configuration file examples
- [valid files here](examples/valid)
- [invalid files here](examples/invalid)