{
  "@context": {
    "@language": "en",
    "@vocab": "https://schema.org/",
    "cr": "http://mlcommons.org/croissant/",
    "sc": "https://schema.org/"
  },
  "@type": "sc:Dataset",
  "name": "ActionTrajectories Synthetic Episode Example",
  "description": "A synthetic, non-production example of the ActionTrajectories episode schema for observations, actions, state, outcomes, provenance, rights, and quality.",
  "url": "https://actiontrajectories.com/sample-data",
  "license": "https://creativecommons.org/publicdomain/zero/1.0/",
  "datePublished": "2026-07-24",
  "creator": {
    "@type": "sc:Organization",
    "name": "10xme Technology Inc.",
    "url": "https://actiontrajectories.com/about"
  },
  "distribution": [
    {
      "@type": "cr:FileObject",
      "@id": "example",
      "name": "Synthetic episode JSON",
      "contentUrl": "https://actiontrajectories.com/action-trajectories-example.json",
      "encodingFormat": "application/json"
    },
    {
      "@type": "cr:FileObject",
      "@id": "schema",
      "name": "ActionTrajectories JSON Schema",
      "contentUrl": "https://actiontrajectories.com/action-trajectories-schema.json",
      "encodingFormat": "application/schema+json"
    }
  ],
  "recordSet": [
    {
      "@type": "cr:RecordSet",
      "name": "Trajectory records",
      "field": [
        {
          "@type": "cr:Field",
          "name": "timestamp_ns",
          "dataType": "sc:Integer",
          "description": "Nanoseconds on the episode master clock."
        },
        {
          "@type": "cr:Field",
          "name": "observation",
          "dataType": "sc:StructuredValue",
          "description": "Reference to an observed modality record."
        },
        {
          "@type": "cr:Field",
          "name": "action",
          "dataType": "sc:StructuredValue",
          "description": "Raw and normalized control with observation status."
        },
        {
          "@type": "cr:Field",
          "name": "state",
          "dataType": "sc:StructuredValue",
          "description": "Environment-specific measured state."
        },
        {
          "@type": "cr:Field",
          "name": "outcome",
          "dataType": "sc:StructuredValue",
          "description": "Progress, reward, events, or terminal result."
        }
      ]
    }
  ]
}
