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

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
```