AWS Step Functions · Schema

TagKeyList

iPaaSOrchestrationServerless
View JSON Schema on GitHub

JSON Schema

step-functions-tagkeylist-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "TagKeyList",
  "type": "array",
  "items": {
    "type": "string"
  }
}