Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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