|
260 | 260 | ], |
261 | 261 | "type": "object" |
262 | 262 | }, |
263 | | - "OrgRoleCreateBffRequest": { |
264 | | - "properties": { |
265 | | - "type": { |
266 | | - "$ref": "#/components/schemas/OrgRoleType" |
267 | | - } |
268 | | - }, |
269 | | - "required": [ |
270 | | - "type" |
271 | | - ], |
272 | | - "type": "object" |
273 | | - }, |
274 | 263 | "OrgRoleResponse": { |
275 | 264 | "properties": { |
276 | 265 | "guid": { |
|
323 | 312 | "createdAt": { |
324 | 313 | "example": "2024-10-28T07:07:54.52Z", |
325 | 314 | "format": "date-time", |
326 | | - "title": "The time with zone when the space was created.", |
| 315 | + "title": "The time with zone when the organization was created.", |
327 | 316 | "type": "string" |
328 | 317 | }, |
329 | 318 | "guid": { |
|
357 | 346 | "updatedAt": { |
358 | 347 | "example": "2024-10-28T07:07:54.53Z", |
359 | 348 | "format": "date-time", |
360 | | - "title": "The time with zone when the space was last updated.", |
| 349 | + "title": "The time with zone when the organization was last updated.", |
361 | 350 | "type": "string" |
362 | 351 | } |
363 | 352 | }, |
|
375 | 364 | ], |
376 | 365 | "type": "object" |
377 | 366 | }, |
378 | | - "OrganizationCreateBffResponse": { |
379 | | - "properties": { |
380 | | - "org": { |
381 | | - "$ref": "#/components/schemas/OrganizationCreateResponse" |
382 | | - }, |
383 | | - "roles": { |
384 | | - "additionalProperties": { |
385 | | - "$ref": "#/components/schemas/OrgRoleResponse" |
386 | | - }, |
387 | | - "type": "object" |
388 | | - } |
389 | | - }, |
390 | | - "required": [ |
391 | | - "org", |
392 | | - "roles" |
393 | | - ], |
394 | | - "type": "object" |
395 | | - }, |
396 | 367 | "OrganizationCreateResponse": { |
397 | 368 | "properties": { |
398 | 369 | "guid": { |
|
590 | 561 | "title": "pagination details", |
591 | 562 | "type": "object" |
592 | 563 | }, |
| 564 | + "PlatformDisplayName": { |
| 565 | + "example": "Shared Cloud Foundry (public)", |
| 566 | + "title": "The name of the platform.", |
| 567 | + "type": "string" |
| 568 | + }, |
593 | 569 | "PlatformId": { |
594 | 570 | "example": "00000000-0000-0000-0000-000000000000", |
595 | 571 | "format": "uuid", |
|
629 | 605 | "type": "string" |
630 | 606 | }, |
631 | 607 | "displayName": { |
632 | | - "example": "SIT Dedicated", |
633 | | - "title": "Type of the platform can be displayed by STACKIT Portal.", |
634 | | - "type": "string" |
| 608 | + "$ref": "#/components/schemas/PlatformDisplayName" |
635 | 609 | }, |
636 | 610 | "guid": { |
637 | 611 | "$ref": "#/components/schemas/PlatformId" |
|
924 | 898 | ], |
925 | 899 | "type": "object" |
926 | 900 | }, |
927 | | - "SpaceCreatedBffResponse": { |
928 | | - "properties": { |
929 | | - "orgRole": { |
930 | | - "$ref": "#/components/schemas/OrgRoleResponse" |
931 | | - }, |
932 | | - "space": { |
933 | | - "$ref": "#/components/schemas/Space" |
934 | | - }, |
935 | | - "spaceRole": { |
936 | | - "$ref": "#/components/schemas/SpaceRoleCreateResponse" |
937 | | - } |
938 | | - }, |
939 | | - "required": [ |
940 | | - "space", |
941 | | - "spaceRole" |
942 | | - ], |
943 | | - "type": "object" |
944 | | - }, |
945 | 901 | "SpaceDeleteResponse": { |
946 | 902 | "properties": { |
947 | 903 | "message": { |
|
970 | 926 | "minLength": 1, |
971 | 927 | "type": "string" |
972 | 928 | }, |
973 | | - "SpaceRoleCreateBffRequest": { |
974 | | - "properties": { |
975 | | - "type": { |
976 | | - "$ref": "#/components/schemas/SpaceRoleType" |
977 | | - } |
978 | | - }, |
979 | | - "required": [ |
980 | | - "type" |
981 | | - ], |
982 | | - "type": "object" |
983 | | - }, |
984 | | - "SpaceRoleCreateBffResponse": { |
985 | | - "properties": { |
986 | | - "orgRole": { |
987 | | - "$ref": "#/components/schemas/OrgRoleResponse" |
988 | | - }, |
989 | | - "spaceRole": { |
990 | | - "$ref": "#/components/schemas/SpaceRoleCreateResponse" |
991 | | - } |
992 | | - }, |
993 | | - "required": [ |
994 | | - "spaceRole" |
995 | | - ], |
996 | | - "type": "object" |
997 | | - }, |
998 | 929 | "SpaceRoleCreateResponse": { |
999 | 930 | "properties": { |
1000 | 931 | "guid": { |
|
0 commit comments