From f7dda8282faf7ad1c8f119eb2c74afe55d2225bc Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Wed, 28 Jan 2026 16:51:32 +0000 Subject: [PATCH] importJob schema in OpenAPI YAML: enum for status --- src/main/resources/openapi/inventory-import-1.0.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/main/resources/openapi/inventory-import-1.0.yaml b/src/main/resources/openapi/inventory-import-1.0.yaml index 08712cd..d6b55aa 100644 --- a/src/main/resources/openapi/inventory-import-1.0.yaml +++ b/src/main/resources/openapi/inventory-import-1.0.yaml @@ -1362,6 +1362,10 @@ components: status: type: string description: The intermittent state or final outcome of the job. + enum: + - RUNNING + - PAUSED + - DONE started: type: string description: Timestamp when the job started.