Skip to content

Commit e8af0e3

Browse files
committed
chore: update openapi documentation
Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
1 parent 0acde6a commit e8af0e3

2 files changed

Lines changed: 7 additions & 0 deletions

File tree

openapi-full.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,12 @@
117117
},
118118
"active": {
119119
"type": "boolean"
120+
},
121+
"options": {
122+
"type": "array",
123+
"items": {
124+
"type": "string"
125+
}
120126
}
121127
}
122128
},

src/types/openapi/openapi-full.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -232,6 +232,7 @@ export interface components {
232232
/** Format: int64 */
233233
sort_order?: number;
234234
active?: boolean;
235+
options?: string[];
235236
};
236237
EditableField: {
237238
definition: components["schemas"]["Definition"];

0 commit comments

Comments
 (0)