Skip to content

Instantly share code, notes, and snippets.

View richard-rance's full-sized avatar

Richard Rance richard-rance

  • Saskatoon SK, Canada
  • 11:18 (UTC -06:00)
View GitHub Profile
@naesean
naesean / jsonapi_oas.yml
Last active May 9, 2025 06:06
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'