{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/adobe-captivate/refs/heads/main/json-schema/prime-api-resource-identifier-schema.json", "title": "ResourceIdentifier", "description": "JSON:API resource identifier", "type": "object", "required": [ "id", "type" ], "properties": { "id": { "type": "string", "description": "Resource identifier" }, "type": { "type": "string", "description": "Resource type name" } } }