diff --git a/openapi/nexus-lockstep.json b/openapi/nexus-lockstep.json index 8dbc8b3c48..a03852f4d5 100644 --- a/openapi/nexus-lockstep.json +++ b/openapi/nexus-lockstep.json @@ -7087,6 +7087,21 @@ "type" ] }, + { + "description": "Waiting on zones to propagate to inventory.", + "type": "object", + "properties": { + "type": { + "type": "string", + "enum": [ + "inventory_propagation" + ] + } + }, + "required": [ + "type" + ] + }, { "description": "Waiting on updates to RoT / SP / Host OS / etc.", "type": "object",