https://github.com/zchee/schema
Collection of JSON-Schema, OpenAPI, and well-known schemas
https://github.com/zchee/schema
cue json-schema openapi
Last synced: 3 months ago
JSON representation
Collection of JSON-Schema, OpenAPI, and well-known schemas
- Host: GitHub
- URL: https://github.com/zchee/schema
- Owner: zchee
- License: bsd-3-clause
- Created: 2018-07-26T07:58:34.000Z (almost 7 years ago)
- Default Branch: main
- Last Pushed: 2024-10-06T09:36:19.000Z (7 months ago)
- Last Synced: 2025-02-01T23:51:08.060Z (4 months ago)
- Topics: cue, json-schema, openapi
- Homepage:
- Size: 1.11 MB
- Stars: 6
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# jsonschema
Collection of JSON Schema.
## Commands
### sort `oneOf.$ref` kubernetes open-api spec
```sh
jq '.oneOf | sort_by(.ref)' all.json | pbcopy
```