{ "jsonapi": { "version": "1.0" }, "meta": { "links": { "self": { "href": "https://jsonapi.org/format/1.0/" } } }, "data": [ { "type": "resource", "id": "specification", "attributes": { "title": "JSON:API Specification", "description": "This document describes the JSON:API specification.", "version": "1.0" }, "links": { "self": { "href": "https://jsonapi.org/format/1.0/" } } } ] }