intel_ip-list

APIs.ioEngineeringPlatform

Properties

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

JSON Schema

apis-io-engineering-platform-intel-ip-list-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/intel_ip-list",
  "title": "intel_ip-list",
  "properties": {
    "description": {
      "type": "string"
    },
    "id": {
      "type": "integer"
    },
    "name": {
      "example": "Malware",
      "type": "string"
    }
  }
}