Censys · Schema

Ipp

Ipp schema from Censys Platform API

SecurityInternet IntelligenceAttack Surface ManagementThreat Huntingcyber-threat-intelligenceOSINTInternet ScanningCertificatesAsset Discovery

Properties

Name Type Description
attribute_cups_version string 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 arraynull 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'.
attribute_printer_uris arraynull 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,
attributes arraynull 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.
cups_version string The CUPS version, if any, specified in the Server header of an IPP get-attributes response.
major_version integer Major component of IPP version listed in the Server header of a response to an IPP get-printer-attributes request.
minor_version integer Minor component of IPP version listed in the Server header of a response to an IPP get-printer-attributes request.
version_string string The specific IPP version returned in response to an IPP get-printer-attributes request. Always in the form 'IPP/x.y'
View JSON Schema on GitHub

JSON Schema

platform-ipp-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/censys/refs/heads/main/json-schema/platform-ipp-schema.json",
  "title": "Ipp",
  "description": "Ipp schema from Censys Platform API",
  "type": "object",
  "properties": {
    "attribute_cups_version": {
      "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'.",
      "type": "string"
    },
    "attribute_ipp_versions": {
      "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"
      },
      "type": [
        "array",
        "null"
      ]
    },
    "attribute_printer_uris": {
      "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"
      },
      "type": [
        "array",
        "null"
      ]
    },
    "attributes": {
      "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"
      },
      "type": [
        "array",
        "null"
      ]
    },
    "cups_version": {
      "description": "The CUPS version, if any, specified in the Server header of an IPP get-attributes response.",
      "type": "string"
    },
    "major_version": {
      "description": "Major component of IPP version listed in the Server header of a response to an IPP get-printer-attributes request.",
      "format": "int32",
      "minimum": 0,
      "type": "integer"
    },
    "minor_version": {
      "description": "Minor component of IPP version listed in the Server header of a response to an IPP get-printer-attributes request.",
      "format": "int32",
      "minimum": 0,
      "type": "integer"
    },
    "version_string": {
      "description": "The specific IPP version returned in response to an IPP get-printer-attributes request. Always in the form 'IPP/x.y'",
      "type": "string"
    }
  },
  "additionalProperties": false
}

Work with this as data

Every JSON Schema 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 schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema 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 Schema
curl "https://apis.io/api/v1/json-schemas/platform-ipp"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

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

Get an API key

Free tier, no email required.

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