Netlify · Schema

ticket

CDNCloudContinuous DeploymentEdge ComputingJAMstackServerlessServerless FunctionsStatic SitesWeb HostingWebsites

Properties

Name Type Description
id string
client_id string
authorized boolean
created_at string
View JSON Schema on GitHub

JSON Schema

netlify-ticket-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ticket",
  "title": "ticket",
  "type": "object",
  "properties": {
    "id": {
      "type": "string"
    },
    "client_id": {
      "type": "string"
    },
    "authorized": {
      "type": "boolean"
    },
    "created_at": {
      "type": "string",
      "format": "dateTime"
    }
  }
}