webhooks_project_changes

APIs.ioEngineeringPlatform

Properties

Name Type Description
archived_at object
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-webhooks-project-changes-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/webhooks_project_changes",
  "title": "webhooks_project_changes",
  "type": "object",
  "properties": {
    "archived_at": {
      "type": "object",
      "properties": {
        "from": {
          "type": "string",
          "nullable": true,
          "format": "date-time"
        },
        "to": {
          "type": "string",
          "nullable": true,
          "format": "date-time"
        }
      }
    }
  }
}