Apache Nutch · JSON Structure

Apache Nutch Service Info Structure

Information returned by service operations.

Type: object Properties: 1 Required: 1
Web CrawlerIndexingSearchApacheJavaHadoopOpen Source

ServiceInfo is a JSON Structure definition published by Apache Nutch, describing 1 property, of which 1 is required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

dumpPaths

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-service-info-structure.json",
  "name": "ServiceInfo",
  "description": "Information returned by service operations.",
  "type": "object",
  "properties": {
    "dumpPaths": {
      "type": "array",
      "items": {
        "type": "string"
      },
      "description": "List of file paths for the dump output."
    }
  },
  "required": [
    "dumpPaths"
  ]
}