From bc8a323a9edd25f3e8c0555baf4410ba3d2d78ae Mon Sep 17 00:00:00 2001 From: Thiago Brasil Date: Wed, 27 Aug 2025 15:26:56 -0400 Subject: [PATCH] Expose publication seq in the API --- schemas/publication.json | 1 + 1 file changed, 1 insertion(+) diff --git a/schemas/publication.json b/schemas/publication.json index ef3bfce49b3..e998f694b2b 100644 --- a/schemas/publication.json +++ b/schemas/publication.json @@ -286,6 +286,7 @@ "seq": { "type": "integer", "default": 0, + "apiSummary": true, "validation": [ "nullable" ]