{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-managed-apache-flink/refs/heads/main/json-schema/amazon-managed-apache-flink-input-parallelism-schema.json", "title": "InputParallelism", "description": "For a SQL-based Kinesis Data Analytics application, describes the number of in-application streams to create for a given streaming source. ", "type": "object", "properties": { "Count": { "allOf": [ { "$ref": "#/components/schemas/InputParallelismCount" }, { "description": "The number of in-application streams to create." } ] } } }