{
"$schema": "https://json-structure.org/meta/core/v0/#",
"$id": "https://raw.githubusercontent.com/api-evangelist/amazon-entity-resolution/refs/heads/main/json-structure/amazon-entity-resolution-list-matching-workflows-output-structure.json",
"name": "ListMatchingWorkflowsOutput",
"description": "ListMatchingWorkflowsOutput schema from AWS EntityResolution",
"type": "object",
"properties": {
"nextToken": {
"allOf": [
{
"$ref": "#/components/schemas/NextToken"
},
{
"description": "The pagination token from the previous ListSchemaMappings API call."
}
]
},
"workflowSummaries": {
"allOf": [
{
"$ref": "#/components/schemas/MatchingWorkflowList"
},
{
"description": "A list of MatchingWorkflowSummary objects, each of which contain the fields WorkflowName, WorkflowArn, CreatedAt, and UpdatedAt."
}
]
}
}
}