Netlify · Schema

devServer

CDNCloudContinuous DeploymentEdge ComputingJAMstackServerlessServerless FunctionsStatic SitesWeb HostingWebsites

Properties

Name Type Description
id string
site_id string
branch string
url string
state string
created_at string
updated_at string
starting_at string
error_at string
live_at string
done_at string
title string
View JSON Schema on GitHub

JSON Schema

netlify-devserver-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/devServer",
  "title": "devServer",
  "type": "object",
  "properties": {
    "id": {
      "type": "string"
    },
    "site_id": {
      "type": "string"
    },
    "branch": {
      "type": "string"
    },
    "url": {
      "type": "string"
    },
    "state": {
      "type": "string"
    },
    "created_at": {
      "type": "string",
      "format": "dateTime"
    },
    "updated_at": {
      "type": "string",
      "format": "dateTime"
    },
    "starting_at": {
      "type": "string",
      "format": "dateTime"
    },
    "error_at": {
      "type": "string",
      "format": "dateTime"
    },
    "live_at": {
      "type": "string",
      "format": "dateTime"
    },
    "done_at": {
      "type": "string",
      "format": "dateTime"
    },
    "title": {
      "type": "string"
    }
  }
}