openapi: add missing fields

This commit is contained in:
2025-08-15 19:00:57 -07:00
parent 877f5c024f
commit 231c11632b
5 changed files with 145 additions and 23 deletions

View File

@@ -1685,6 +1685,8 @@ components:
- Submitter
- AssetID
- AssetVersion
# - ValidatedAssetID
# - ValidatedAssetVersion
- Completed
- TargetAssetID
- StatusID
@@ -1725,6 +1727,14 @@ components:
type: integer
format: int64
minimum: 0
ValidatedAssetID:
type: integer
format: int64
minimum: 0
ValidatedAssetVersion:
type: integer
format: int64
minimum: 0
Completed:
type: boolean
TargetAssetID: