Apache Nutch · JSON Structure

Apache Nutch Link Schema Structure

Schema describing the fields in a link reader response.

Type: object Properties: 6
Web CrawlerIndexingSearchApacheJavaHadoopOpen Source

LinkSchema is a JSON Structure definition published by Apache Nutch, describing 6 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

key_url timestamp score anchor linktype url

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/apache-nutch/refs/heads/main/json-structure/apache-nutch-link-schema-structure.json",
  "name": "LinkSchema",
  "description": "Schema describing the fields in a link reader response.",
  "type": "object",
  "properties": {
    "key_url": {
      "type": "string",
      "example": "string"
    },
    "timestamp": {
      "type": "string",
      "example": "int"
    },
    "score": {
      "type": "string",
      "example": "float"
    },
    "anchor": {
      "type": "string",
      "example": "string"
    },
    "linktype": {
      "type": "string",
      "example": "string"
    },
    "url": {
      "type": "string",
      "example": "string"
    }
  }
}