bill-subs-api_zone

A simple zone object. May have null properties if not a zone subscription.

APIs.ioEngineeringPlatform

Properties

Name Type Description
id object
name object
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-bill-subs-api-zone-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/bill-subs-api_zone",
  "title": "bill-subs-api_zone",
  "description": "A simple zone object. May have null properties if not a zone subscription.",
  "properties": {
    "id": {
      "$ref": "#/components/schemas/bill-subs-api_identifier"
    },
    "name": {
      "$ref": "#/components/schemas/bill-subs-api_name"
    }
  },
  "type": "object"
}