AWS Kinesis · Schema

RecordRowPath

AnalyticsApache FlinkBig DataData ProcessingReal-TimeStreamingVideo
View JSON Schema on GitHub

JSON Schema

kinesis-recordrowpath-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/RecordRowPath",
  "title": "RecordRowPath",
  "type": "string",
  "pattern": "^(?=^\\$)(?=^\\S+$).*$",
  "minLength": 1,
  "maxLength": 65535
}