Apache Flink · JSON Structure

Flink Rest Features Structure

Features schema from Apache Flink REST API

Type: object Properties: 4
ApacheBatch ProcessingBig DataOpen SourceReal-Time AnalyticsStateful ComputingStream Processing

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

Properties

web-cancel web-history web-rescale web-submit

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-flink/refs/heads/main/json-structure/flink-rest-features-structure.json",
  "name": "Features",
  "description": "Features schema from Apache Flink REST API",
  "type": "object",
  "properties": {
    "web-cancel": {
      "type": "boolean"
    },
    "web-history": {
      "type": "boolean"
    },
    "web-rescale": {
      "type": "boolean"
    },
    "web-submit": {
      "type": "boolean"
    }
  }
}