File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1694516945 },
1694616946 "description": "Values of the variable",
1694716947 "nullable": true
16948+ },
16949+ "org": {
16950+ "$ref": "#/components/schemas/VariableOrgInfo",
16951+ "description": "Owner org of the variable.",
16952+ "nullable": true
1694816953 }
1694916954 },
1695016955 "description": "Variable object"
1699917004 }
1700017005 }
1700117006 },
17007+ "VariableOrgInfo": {
17008+ "type": "object",
17009+ "properties": {
17010+ "id": {
17011+ "type": "integer",
17012+ "format": "int32",
17013+ "description": "ID of the Org.",
17014+ "nullable": true
17015+ },
17016+ "name": {
17017+ "type": "string",
17018+ "description": "Name of the Org.",
17019+ "nullable": true
17020+ }
17021+ }
17022+ },
1700217023 "SortOption": {
1700317024 "type": "object",
1700417025 "properties": {
2908329104 }
2908429105 }
2908529106 ]
29086- }
29107+ }
You can’t perform that action at this time.
0 commit comments