Censys · JSON Structure

Platform Ollama Model Structure

Ollama_Model schema from Censys Platform API

Type: object Properties: 8
SecurityInternet IntelligenceAttack Surface ManagementThreat HuntingCyber Threat IntelligenceOSINTInternet ScanningCertificatesAsset Discovery

Ollama_Model 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

digest expires_at family model name parent_model size size_vram

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/platform-ollama-model-structure.json",
  "name": "Ollama_Model",
  "description": "Ollama_Model schema from Censys Platform API",
  "type": "object",
  "additionalProperties": false,
  "properties": {
    "digest": {
      "type": "string"
    },
    "expires_at": {
      "type": "string"
    },
    "family": {
      "type": "string"
    },
    "model": {
      "type": "string"
    },
    "name": {
      "type": "string"
    },
    "parent_model": {
      "type": "string"
    },
    "size": {
      "type": "int64",
      "minimum": 0
    },
    "size_vram": {
      "type": "int64",
      "minimum": 0
    }
  }
}