{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/JsonApiVersion", "title": "JsonApiVersion", "type": "object", "properties": { "version": { "type": "string", "example": "1.0" } } }