Skip to content

Commit b8d8cf5

Browse files
author
tse-developer
committed
Update spec file
1 parent 9e63212 commit b8d8cf5

File tree

1 file changed

+99
-0
lines changed

1 file changed

+99
-0
lines changed

api-spec/openapiSpecv3-2_0.json

Lines changed: 99 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3231,6 +3231,10 @@
32313231
"items": {
32323232
"type": "string"
32333233
}
3234+
},
3235+
"jwt_user_options": {
3236+
"description": "JWT user options to create a JWT token given the payload.",
3237+
"$ref": "#/components/schemas/JWT_User_Options"
32343238
}
32353239
},
32363240
"required": [
@@ -3358,6 +3362,10 @@
33583362
"items": {
33593363
"type": "string"
33603364
}
3365+
},
3366+
"jwt_user_options": {
3367+
"description": "JWT user options to create a JWT token given the payload.",
3368+
"$ref": "#/components/schemas/JWT_User_Options"
33613369
}
33623370
},
33633371
"required": [
@@ -11485,6 +11493,33 @@
1148511493
}
1148611494
}
1148711495
},
11496+
"JWT_User_Options": {
11497+
"type": "object",
11498+
"properties": {
11499+
"parameters": {
11500+
"items": {
11501+
"anyOf": [
11502+
{
11503+
"$ref": "#/components/schemas/Runtime_Filter"
11504+
},
11505+
{
11506+
"$ref": "#/components/schemas/Runtime_Sort"
11507+
},
11508+
{
11509+
"$ref": "#/components/schemas/Runtime_Param_Override"
11510+
}
11511+
]
11512+
}
11513+
},
11514+
"metadata": {
11515+
"type": "array",
11516+
"items": {
11517+
"$ref": "#/components/schemas/JWT_Metadata_Object"
11518+
}
11519+
}
11520+
},
11521+
"description": "JWT user options to create a JWT token given the payload."
11522+
},
1148811523
"ResponseActivationURL": {
1148911524
"type": "object",
1149011525
"properties": {
@@ -12575,6 +12610,40 @@
1257512610
}
1257612611
}
1257712612
},
12613+
"JWT_Parameter": {
12614+
"type": "object",
12615+
"properties": {
12616+
"runtime_filter": {
12617+
"type": "object",
12618+
"description": "Runtime filter parameter type in JWT."
12619+
},
12620+
"runtime_sort": {
12621+
"type": "object",
12622+
"description": "Runtime sort parameter type in JWT."
12623+
},
12624+
"runtime_param_override": {
12625+
"type": "object",
12626+
"description": "Runtime param override type in JWT."
12627+
}
12628+
},
12629+
"description": "List of runtime parameters need to set during the session."
12630+
},
12631+
"JWT_Metadata_Object": {
12632+
"type": "object",
12633+
"properties": {
12634+
"identifier": {
12635+
"type": "string"
12636+
},
12637+
"type": {
12638+
"type": "string",
12639+
"enum": [
12640+
"LIVEBOARD",
12641+
"ANSWER"
12642+
]
12643+
}
12644+
},
12645+
"description": "Metadata objects."
12646+
},
1257812647
"CommitFileType": {
1257912648
"type": "object",
1258012649
"required": [
@@ -13312,6 +13381,36 @@
1331213381
"description": "Determines if the table is linked"
1331313382
}
1331413383
}
13384+
},
13385+
"Runtime_Filter": {
13386+
"type": "object",
13387+
"properties": {
13388+
"runtime_filter": {
13389+
"type": "object",
13390+
"description": "Runtime filter parameter type in JWT."
13391+
}
13392+
},
13393+
"description": "List of runtime parameters need to set during the session."
13394+
},
13395+
"Runtime_Sort": {
13396+
"type": "object",
13397+
"properties": {
13398+
"runtime_sort": {
13399+
"type": "object",
13400+
"description": "Runtime sort parameter type in JWT."
13401+
}
13402+
},
13403+
"description": "List of runtime parameters need to set during the session."
13404+
},
13405+
"Runtime_Param_Override": {
13406+
"type": "object",
13407+
"properties": {
13408+
"runtime_param_override": {
13409+
"type": "object",
13410+
"description": "Runtime param override type in JWT."
13411+
}
13412+
},
13413+
"description": "List of runtime parameters need to set during the session."
1331513414
}
1331613415
},
1331713416
"securitySchemes": {

0 commit comments

Comments
 (0)