$schema: https://json-schema.org/draft/2020-12/schema
$id: OppStatusOptions.yaml
type: string
enum:
  - forecasted
  - open
  - closed
  - custom
description: |-
  The set of values accepted for opportunity status:
  - `forecasted`: The opportunity is forecasted and not yet open for applications
  - `open`: The opportunity is open for applications
  - `closed`: The opportunity is no longer accepting applications
  - `custom`: A custom status
