intel_application

Application that the hostname belongs to.

APIs.ioEngineeringPlatform

Properties

Name Type Description
id integer
name string
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-intel-application-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/intel_application",
  "title": "intel_application",
  "description": "Application that the hostname belongs to.",
  "properties": {
    "id": {
      "type": "integer"
    },
    "name": {
      "example": "CLOUDFLARE",
      "type": "string"
    }
  },
  "type": "object"
}