Juniper Networks · Schema

ListEntry

AIAutomationCloudEnterpriseNetworkingSDNSecurityFortune 1000

Properties

Name Type Description
id string
type string
value string
description string
created_at string
created_by string
View JSON Schema on GitHub

JSON Schema

juniper-listentry-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ListEntry",
  "title": "ListEntry",
  "type": "object",
  "properties": {
    "id": {
      "type": "string"
    },
    "type": {
      "type": "string",
      "enum": [
        "ip",
        "domain",
        "url",
        "hash"
      ]
    },
    "value": {
      "type": "string"
    },
    "description": {
      "type": "string"
    },
    "created_at": {
      "type": "string",
      "format": "date-time"
    },
    "created_by": {
      "type": "string"
    }
  }
}