{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://weverlabs.com/schemas/directory-status-console.schema.json",
  "title": "Directory Status Console",
  "type": "object",
  "additionalProperties": true,
  "properties": {
    "mode": {
      "type": "string"
    },
    "submission_target": {
      "type": "string"
    },
    "submission_state": {
      "type": "string"
    },
    "external_status": {
      "type": "string"
    },
    "verification_url": {
      "type": "string"
    }
  }
}
