Render · Schema

customDomainWithCursor

CloudPlatformDeploymentInfrastructureDevOpsWeb ServicesDatabasesHosting

Properties

Name Type Description
customDomain object
cursor object
View JSON Schema on GitHub

JSON Schema

render-customdomainwithcursor-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/customDomainWithCursor",
  "title": "customDomainWithCursor",
  "required": [
    "customDomain",
    "cursor"
  ],
  "type": "object",
  "properties": {
    "customDomain": {
      "$ref": "#/components/schemas/customDomain"
    },
    "cursor": {
      "$ref": "#/components/schemas/cursor"
    }
  }
}