Adobe Captivate · JSON Structure

Prime Api Resource Identifier Structure

JSON:API resource identifier

Type: object Properties: 2 Required: 2
AuthoringEducationeLearningLMSSCORMTrainingxAPI

ResourceIdentifier is a JSON Structure definition published by Adobe Captivate, describing 2 properties, of which 2 are required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

id type

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/adobe-captivate/refs/heads/main/json-structure/prime-api-resource-identifier-structure.json",
  "name": "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"
    }
  }
}