{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "SecretResource", "type": "object", "properties": { "id": { "type": "string" }, "type": { "type": "string" }, "relationships": { "type": "object" }, "links": { "type": "object" } } }