A single set of migrations to apply.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/workers_single_step_migrations", "title": "workers_single_step_migrations", "allOf": [ { "$ref": "#/components/schemas/workers_migration_tag_conditions" }, { "$ref": "#/components/schemas/workers_migration_step" } ], "description": "A single set of migrations to apply." }