Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 (over 6 years ago)
- Default Branch: main
- Last Pushed: 2024-07-18T17:36:25.000Z (5 months ago)
- Last Synced: 2024-07-18T22:44:12.385Z (5 months ago)
- Topics: cue, json-schema, openapi
- Homepage:
- Size: 1.1 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
```