Adobe Captivate · Schema

ResourceIdentifier

JSON:API resource identifier

AuthoringEducationeLearningLMSSCORMTrainingxAPI

Properties

Name Type Description
id string Resource identifier
type string Resource type name
View JSON Schema on GitHub

JSON Schema

prime-api-resource-identifier-schema.json Raw ↑
{
  "$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"
    }
  }
}