{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/InputStartingPositionConfiguration", "title": "InputStartingPositionConfiguration", "type": "object", "properties": { "InputStartingPosition": { "allOf": [ { "$ref": "#/components/schemas/InputStartingPosition" }, { "description": "

The starting position on the stream.

" } ] } }, "description": "Describes the point at which the application reads from the streaming source." }