Skip to content

Commit 53a5c23

Browse files
committed
docs(openapi): regenerate default schema
Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
1 parent 6da491d commit 53a5c23

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

openapi.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,9 @@
148148
"field_definition_id",
149149
"user_uid",
150150
"value",
151-
"current_visibility"
151+
"current_visibility",
152+
"updated_by_uid",
153+
"updated_at"
152154
],
153155
"properties": {
154156
"id": {
@@ -167,6 +169,12 @@
167169
},
168170
"current_visibility": {
169171
"$ref": "#/components/schemas/Visibility"
172+
},
173+
"updated_by_uid": {
174+
"type": "string"
175+
},
176+
"updated_at": {
177+
"type": "string"
170178
}
171179
}
172180
},

0 commit comments

Comments
 (0)