timacdonald / json-api

A lightweight API resource for Laravel that helps you adhere to the JSON:API standard. Supports sparse fieldsets, compound documents, and more.
585 stars 40 forks source link

Is the response following v1.0 or ? #44

Closed rabol closed 1 year ago

rabol commented 1 year ago

I just realised that all responses have this:

"jsonapi": {
        "version": "1.0"
    }

does this mean that the package uses v1.0 of the specifications ?

timacdonald commented 1 year ago

It currently supports 1.0.