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: