{ "$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-starting-position-configuration-schema.json", "title": "InputStartingPositionConfiguration", "description": "Describes the point at which the application reads from the streaming source.", "type": "object", "properties": { "InputStartingPosition": { "allOf": [ { "$ref": "#/components/schemas/InputStartingPosition" }, { "description": "

The starting position on the stream.

" } ] } } }