Skip to main content
This Operational Data Reference (ODR) is the key a reference for how data should be formated to be accepted and parsed by the Nemesis. The Nemesis 2.0 ODR is significantly simpler than the Nemesis 1.X ODR and consists solely of a file entry.

File

Schema definition for the public file message POSTed to the API frontend.

Message Structure

Required Fields

Optional Fields

Example Message - Derivative File

Example Message - File Extracted from a Container

Notes

  • All timestamps must be in ISO 8601 format with timezone information
  • File paths can use either forward (/) or backward (\) slashes
  • UUIDs should follow the v4 format
  • The schema may be extended with additional optional fields in the future
  • If originating_object_id is present but nesting_level is not or is 0, then the file is a derivative file.
  • If originating_object_id is present and nesting_level is present and > 0, then the file was extracted from a container.