Censys · Schema

Ollama

Ollama schema from Censys Platform API

SecurityInternet IntelligenceAttack Surface ManagementThreat HuntingCyber Threat IntelligenceOSINTInternet ScanningCertificatesAsset Discovery

Properties

Name Type Description
models arraynull
running_models arraynull
version string
View JSON Schema on GitHub

JSON Schema

platform-ollama-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-ollama-schema.json",
  "title": "Ollama",
  "description": "Ollama schema from Censys Platform API",
  "type": "object",
  "properties": {
    "models": {
      "items": {
        "$ref": "#/components/schemas/Ollama_Model"
      },
      "type": [
        "array",
        "null"
      ]
    },
    "running_models": {
      "items": {
        "$ref": "#/components/schemas/Ollama_Model"
      },
      "type": [
        "array",
        "null"
      ]
    },
    "version": {
      "type": "string"
    }
  },
  "additionalProperties": false
}