magic_schemas-created_on

The date and time the tunnel was created.

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-magic-schemas-created-on-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/magic_schemas-created_on",
  "title": "magic_schemas-created_on",
  "description": "The date and time the tunnel was created.",
  "example": "2017-06-14T00:00:00Z",
  "format": "date-time",
  "readOnly": true,
  "type": "string"
}