File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1691016910 "type": "object",
1691116911 "required": [
1691216912 "id",
16913- "name"
16913+ "name",
16914+ "org"
1691416915 ],
1691516916 "properties": {
1691616917 "id": {
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"
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": {
2908329106 }
2908429107 }
2908529108 ]
29086- }
29109+ }
You can’t perform that action at this time.
0 commit comments