Home Schema Example JSON Schema

Submission Metadata

Type: object

SubmissionV2.metadata is used to store submission metadata such as processing status.

No Additional Properties

Status

Type: enum (of string)

Status of the processing of the submission. It starts at provider_saved.

Must be one of:

  • "provider_saved"
  • "application_success"
  • "application_failure"

Provider Saved On

Type: stringFormat: date-time

DateTime the submission was saved into the database.

Application Success On

Type: stringFormat: date-time

DateTime the application has successfully processed the submission.

Application Failure On

Type: stringFormat: date-time

DateTime the application has failed to process the submission.

Exception Traceback

Type: string

Exception traceback if an exception occurred during submission processing.