Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am naesean on github.
  • I am naesean (https://keybase.io/naesean) on keybase.
  • I have a public key ASDPGiURt0UQjL9A8ZwZ8KeBk_SfRYis37BtjmF5Tf4HKQo

To claim this, I am signing this object:

@naesean
naesean / jsonapi_oas.yml
Last active May 6, 2024 00:41
OpenAPI 3.0 schemas that comply with the JSON:API 1.0 specification
JSONAPIObject:
description: Includes the current JSON:API version for this specification as well as optional meta information
type: object
required:
- version
properties:
version:
type: string
default: '1.0'
example: '1.0'