Apache Livy · JSON Structure

Rest Api Log Structure

Log output

Type: object Properties: 4
Big DataInteractive ComputingOpen SourceRESTSpark

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

Properties

id from size log

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "type": "object",
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/apache-livy/refs/heads/main/json-structure/rest-api-log-structure.json",
  "name": "Log",
  "description": "Log output",
  "properties": {
    "id": {
      "type": "integer",
      "example": 0
    },
    "from": {
      "type": "integer",
      "example": 0
    },
    "size": {
      "type": "integer",
      "example": 100
    },
    "log": {
      "type": "array",
      "items": {
        "type": "string"
      }
    }
  }
}