intel_collection_response

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-intel-collection-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/intel_collection_response",
  "title": "intel_collection_response",
  "allOf": [
    {
      "$ref": "#/components/schemas/intel_api-response-collection"
    },
    {
      "properties": {
        "result": {
          "items": {
            "properties": {
              "additional_information": {
                "$ref": "#/components/schemas/intel_additional_information"
              },
              "application": {
                "$ref": "#/components/schemas/intel_application"
              },
              "content_categories": {
                "$ref": "#/components/schemas/intel_content_categories"
              },
              "domain": {
                "$ref": "#/components/schemas/intel_domain_name"
              },
              "inherited_content_categories": {
                "$ref": "#/components/schemas/intel_inherited_content_categories"
              },
              "inherited_from": {
                "$ref": "#/components/schemas/intel_inherited_from"
              },
              "inherited_risk_types": {
                "$ref": "#/components/schemas/intel_inherited_risk_types"
              },
              "popularity_rank": {
                "$ref": "#/components/schemas/intel_popularity_rank"
              },
              "risk_score": {
                "$ref": "#/components/schemas/intel_risk_score"
              },
              "risk_types": {
                "$ref": "#/components/schemas/intel_risk_types"
              }
            }
          },
          "type": "array"
        }
      }
    }
  ]
}