Skip to content

Commit 2215081

Browse files
committed
SCAL-308045
1 parent 09d0c3d commit 2215081

1 file changed

Lines changed: 25 additions & 2 deletions

File tree

api-spec/openapiSpecv3-2_0.json

Lines changed: 25 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16910,7 +16910,8 @@
1691016910
"type": "object",
1691116911
"required": [
1691216912
"id",
16913-
"name"
16913+
"name",
16914+
"org"
1691416915
],
1691516916
"properties": {
1691616917
"id": {
@@ -16945,6 +16946,10 @@
1694516946
},
1694616947
"description": "Values of the variable",
1694716948
"nullable": true
16949+
},
16950+
"org": {
16951+
"$ref": "#/components/schemas/VariableOrgInfo",
16952+
"description": "Owner org of the variable."
1694816953
}
1694916954
},
1695016955
"description": "Variable object"
@@ -16999,6 +17004,24 @@
1699917004
}
1700017005
}
1700117006
},
17007+
"VariableOrgInfo": {
17008+
"type": "object",
17009+
"required": [
17010+
"id",
17011+
"name"
17012+
],
17013+
"properties": {
17014+
"id": {
17015+
"type": "integer",
17016+
"format": "int32",
17017+
"description": "ID of the Org."
17018+
},
17019+
"name": {
17020+
"type": "string",
17021+
"description": "Name of the Org."
17022+
}
17023+
}
17024+
},
1700217025
"SortOption": {
1700317026
"type": "object",
1700417027
"properties": {
@@ -29083,4 +29106,4 @@
2908329106
}
2908429107
}
2908529108
]
29086-
}
29109+
}

0 commit comments

Comments
 (0)