Censys · JSON Structure

Asset Graph Ipp Structure

Ipp schema from Asset Graph API

Type: object Properties: 8
SecurityInternet IntelligenceAttack Surface ManagementThreat Huntingcyber-threat-intelligenceOSINTInternet ScanningCertificatesAsset Discovery

Ipp is a JSON Structure definition published by Censys, describing 8 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

attribute_cups_version attribute_ipp_versions attribute_printer_uris attributes cups_version major_version minor_version version_string

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/censys/refs/heads/main/json-structure/asset-graph-ipp-structure.json",
  "name": "Ipp",
  "description": "Ipp schema from Asset Graph API",
  "type": "object",
  "additionalProperties": false,
  "properties": {
    "attribute_cups_version": {
      "type": "string",
      "description": "The CUPS version, if any, specified in the list of attributes returned in a get-printer-attributes response or CUPS-get-printers response. Generally in the form 'x.y.z'."
    },
    "attribute_ipp_versions": {
      "type": [
        "array",
        "null"
      ],
      "description": "Each IPP version, if any, specified in the list of attributes returned in a get-printer-attributes response or CUPS-get-printers response. Always in the form 'x.y'.",
      "items": {
        "type": "string"
      }
    },
    "attribute_printer_uris": {
      "type": [
        "array",
        "null"
      ],
      "description": "Each printer URI, if any, specified in the list of attributes returned in a get-printer-attributes response or CUPS-get-printers response. Uses ipp(s) or http(s) scheme, followed by a hostname or IP, and then the path to a particular printer.",
      "items": {
        "type": "string"
      }
    },
    "attributes": {
      "type": [
        "array",
        "null"
      ],
      "description": "All IPP attributes included in any contentful responses obtained. Each has a name, list of values (potentially only one), and a tag denoting how the value should be interpreted.",
      "items": {
        "$ref": "#/components/schemas/Ipp_Attribute"
      }
    },
    "cups_version": {
      "type": "string",
      "description": "The CUPS version, if any, specified in the Server header of an IPP get-attributes response."
    },
    "major_version": {
      "type": "int32",
      "description": "Major component of IPP version listed in the Server header of a response to an IPP get-printer-attributes request.",
      "minimum": 0
    },
    "minor_version": {
      "type": "int32",
      "description": "Minor component of IPP version listed in the Server header of a response to an IPP get-printer-attributes request.",
      "minimum": 0
    },
    "version_string": {
      "type": "string",
      "description": "The specific IPP version returned in response to an IPP get-printer-attributes request. Always in the form 'IPP/x.y'"
    }
  }
}

Work with this as data

Every JSON Structure here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for json structure

4 MCP tools reach this
  • find_json_structuresBrowse and filter every JSON Structure in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Structure
curl "https://apis.io/api/v1/json-structures/asset-graph-ipp-structure"
All json structure
curl "https://apis.io/api/v1/json-structures?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.