https://github.com/khulnasoft/schemas
https://github.com/khulnasoft/schemas
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/khulnasoft/schemas
- Owner: khulnasoft
- License: mit
- Created: 2024-10-02T20:55:09.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-24T20:58:07.000Z (11 months ago)
- Last Synced: 2025-02-01T02:16:05.030Z (8 months ago)
- Language: JavaScript
- Size: 145 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# KhulnaSoft Schemas
Schemas used across many Khulnasoft packages to validating config files, requests to APIs, and more.
## Why?
- Keep schemas used across Khulnasoft projects in sync
- We use `.js` instead of `.json` because parsing JSON takes longer