$schema: https://json-schema.org/draft/2020-12/schema
$id: FormResponseStatusOptions.yaml
type: string
enum:
  - notStarted
  - inProgress
  - complete
description: |-
  The set of values accepted for form response status:
  - `notStarted`: The form response has not been started
  - `inProgress`: The form response is in progress
  - `complete`: The form response is complete, meaning all required fields have been filled out and there are no validation errors
  - `custom`: A custom status
