Application that the hostname belongs to.
{ "$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" }