zero-trust-gateway_application_type

APIs.ioEngineeringPlatform

Properties

Name Type Description
created_at object
description string A short summary of applications with this type.
id object
name object
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-zero-trust-gateway-application-type-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/zero-trust-gateway_application_type",
  "title": "zero-trust-gateway_application_type",
  "properties": {
    "created_at": {
      "$ref": "#/components/schemas/zero-trust-gateway_timestamp"
    },
    "description": {
      "description": "A short summary of applications with this type.",
      "example": "Applications used to communicate or collaborate in a business setting.",
      "type": "string"
    },
    "id": {
      "$ref": "#/components/schemas/zero-trust-gateway_app_type_id"
    },
    "name": {
      "$ref": "#/components/schemas/zero-trust-gateway_app-types_components-schemas-name"
    }
  },
  "type": "object"
}