{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/InputParallelism", "title": "InputParallelism", "type": "object", "properties": { "Count": { "allOf": [ { "$ref": "#/components/schemas/InputParallelismCount" }, { "description": "The number of in-application streams to create." } ] } }, "description": "For a SQL-based Kinesis Data Analytics application, describes the number of in-application streams to create for a given streaming source. " }