File tree Expand file tree Collapse file tree 1 file changed +12
-9
lines changed Expand file tree Collapse file tree 1 file changed +12
-9
lines changed Original file line number Diff line number Diff line change 58135813 "$ref" : " #/components/schemas/Administrator"
58145814 },
58155815 "definition" : {
5816- "$ref" : " #/components/schemas/AttributeDefinition "
5816+ "$ref" : " #/components/schemas/AdminAttributeDefinition "
58175817 },
58185818 "value" : {
58195819 "type" : " string" ,
58415841 "type" : " boolean" ,
58425842 "example" : true
58435843 },
5844+ "privileges" : {
5845+ "type" : " array" ,
5846+ "items" : {
5847+ "type" : " string"
5848+ }
5849+ },
58445850 "created_at" : {
58455851 "type" : " string" ,
58465852 "format" : " date-time" ,
59575963 "example" : " 2025-04-17 09:00:00"
59585964 },
59595965 "repeat_interval" : {
5960- "type" : " string " ,
5966+ "type" : " integer " ,
59615967 "example" : " 24 hours"
59625968 },
59635969 "repeat_until" : {
59665972 "example" : " 2025-04-30T00:00:00+04:00"
59675973 },
59685974 "requeue_interval" : {
5969- "type" : " string " ,
5975+ "type" : " integer " ,
59705976 "example" : " 12 hours"
59715977 },
59725978 "requeue_until" : {
66556661 },
66566662 "type" : {
66576663 "type" : " string" ,
6658- "example" : " checkbox"
6664+ "example" : " checkbox" ,
6665+ "nullable" : true
66596666 },
66606667 "list_order" : {
66616668 "type" : " integer" ,
66696676 "type" : " boolean" ,
66706677 "example" : true
66716678 },
6672- "table_name" : {
6673- "type" : " string" ,
6674- "example" : " list_attributes"
6675- },
66766679 "options" : {
66776680 "type" : " array" ,
66786681 "items" : {
67526755 "format" : " date-time" ,
67536756 "example" : " 2022-12-01T10:00:00Z"
67546757 },
6755- "summery " : {
6758+ "summary " : {
67566759 "type" : " string" ,
67576760 "example" : " Added by admin"
67586761 },
You can’t perform that action at this time.
0 commit comments