AWS Step Functions · Schema

CreateActivityInput

iPaaSOrchestrationServerless

Properties

Name Type Description
name object
tags object
View JSON Schema on GitHub

JSON Schema

step-functions-createactivityinput-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "CreateActivityInput",
  "type": "object",
  "properties": {
    "name": {},
    "tags": {}
  },
  "required": [
    "name"
  ]
}