{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/workers_stepped_migrations", "title": "workers_stepped_migrations", "allOf": [ { "$ref": "#/components/schemas/workers_migration_tag_conditions" }, { "properties": { "steps": { "description": "Migrations to apply in order.", "items": { "$ref": "#/components/schemas/workers_migration_step" }, "type": "array" } }, "type": "object" } ] }