Skip to content

Commit 6da491d

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

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

openapi-full.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,9 @@
218218
"field_definition_id",
219219
"user_uid",
220220
"value",
221-
"current_visibility"
221+
"current_visibility",
222+
"updated_by_uid",
223+
"updated_at"
222224
],
223225
"properties": {
224226
"id": {
@@ -237,6 +239,12 @@
237239
},
238240
"current_visibility": {
239241
"$ref": "#/components/schemas/Visibility"
242+
},
243+
"updated_by_uid": {
244+
"type": "string"
245+
},
246+
"updated_at": {
247+
"type": "string"
240248
}
241249
}
242250
},

0 commit comments

Comments
 (0)