Apache Livy · JSON Structure

Rest Api Statement List Structure

List of statements

Type: object Properties: 2
Big DataInteractive ComputingOpen SourceRESTSpark

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

Properties

total_statements statements

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-statement-list-structure.json",
  "name": "StatementList",
  "description": "List of statements",
  "properties": {
    "total_statements": {
      "type": "integer",
      "example": 5
    },
    "statements": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/Statement"
      }
    }
  }
}