From a048d713da9d3c885f1460285dd91cdf6792a0c7 Mon Sep 17 00:00:00 2001 From: Quaternions <krakow20@gmail.com> Date: Mon, 31 Mar 2025 16:20:18 -0700 Subject: [PATCH] openapi: missing fields --- openapi.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/openapi.yaml b/openapi.yaml index aac6413..1fdfcea 100644 --- a/openapi.yaml +++ b/openapi.yaml @@ -741,6 +741,8 @@ components: - Submitter - AssetID - AssetVersion +# - ValidatedAssetID +# - ValidatedAssetVersion - Completed # - UploadedAssetID - StatusID @@ -774,6 +776,12 @@ components: AssetVersion: type: integer format: int64 + ValidatedAssetID: + type: integer + format: int64 + ValidatedAssetVersion: + type: integer + format: int64 Completed: type: boolean UploadedAssetID: