workers_subdomain-object

APIs.ioEngineeringPlatform

Properties

Name Type Description
subdomain string
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-workers-subdomain-object-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/workers_subdomain-object",
  "title": "workers_subdomain-object",
  "properties": {
    "subdomain": {
      "example": "example-subdomain",
      "type": "string"
    }
  },
  "type": "object"
}