AWS Step Functions · Schema

ActivityList

iPaaSOrchestrationServerless
View JSON Schema on GitHub

JSON Schema

step-functions-activitylist-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "ActivityList",
  "type": "array",
  "items": {
    "type": "object",
    "properties": {
      "activityArn": {},
      "name": {},
      "creationDate": {}
    },
    "required": [
      "activityArn",
      "name",
      "creationDate"
    ],
    "description": "Contains details about an activity."
  }
}