File tree Expand file tree Collapse file tree 2 files changed +14
-4
lines changed
Expand file tree Collapse file tree 2 files changed +14
-4
lines changed Original file line number Diff line number Diff line change 1191711917 "approved": {
1191811918 "type": "boolean"
1191911919 },
11920- "user_fields[1]": {
11921- "type": "boolean"
11920+ "user_fields": {
11921+ "type": "object",
11922+ "additionalProperties": true,
11923+ "properties": {
11924+ "1": {
11925+ "type": "boolean"
11926+ }
11927+ }
1192211928 },
1192311929 "external_ids": {
1192411930 "type": "object"
Original file line number Diff line number Diff line change @@ -8456,8 +8456,12 @@ paths:
84568456 or it will be ignored
84578457 approved :
84588458 type : boolean
8459- user_fields[1] :
8460- type : boolean
8459+ user_fields :
8460+ type : object
8461+ additionalProperties : true
8462+ properties :
8463+ ' 1 ' :
8464+ type : boolean
84618465 external_ids :
84628466 type : object
84638467 required :
You can’t perform that action at this time.
0 commit comments