{
"$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-incremental-run-config-structure.json",
"name": "IncrementalRunConfig",
"description": "An object which defines an incremental run type and has only incrementalRunType as a field.",
"type": "object",
"properties": {
"incrementalRunType": {
"allOf": [
{
"$ref": "#/components/schemas/IncrementalRunType"
},
{
"description": "The type of incremental run. It takes only one value: IMMEDIATE."
}
]
}
}
}