Skip to content

Commit 1aea9cf

Browse files
authored
Merge pull request #51 from mulesoft-anypoint/dev
Org spec enhancement
2 parents 3fc2e70 + dab76f3 commit 1aea9cf

File tree

1 file changed

+1
-19
lines changed

1 file changed

+1
-19
lines changed

spec/org.yml

Lines changed: 1 addition & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ openapi: 3.0.0
22
info:
33
title: Organization API
44
description: Description of the Organization API
5-
version: 1.1.0
5+
version: 1.1.1
66
servers:
77
- url: https://anypoint.mulesoft.com/accounts/api/
88
description: Anypoint Cloudhub
@@ -132,7 +132,6 @@ components:
132132
application/json:
133133
schema:
134134
type: object
135-
default: {}
136135
SuccessUpdateBG:
137136
description: Success response
138137
content:
@@ -225,7 +224,6 @@ components:
225224
entitlements:
226225
$ref: "#/components/schemas/Entitlements"
227226
environments:
228-
default: []
229227
title: environments
230228
type: array
231229
description: List of environments.
@@ -277,20 +275,17 @@ components:
277275
title: ownerId
278276
type: string
279277
parentOrganizationIds:
280-
default: []
281278
description: The ids of the parent organizations.
282279
items:
283280
title: parentOrganizationId
284281
type: string
285282
title: parentOrganizationIds
286283
type: array
287284
properties:
288-
default: {}
289285
description: The properties of the organization.
290286
title: properties
291287
type: object
292288
subOrganizationIds:
293-
default: []
294289
description: The ids of the sub organizations.
295290
items:
296291
default: ''
@@ -300,7 +295,6 @@ components:
300295
title: subOrganizationIds
301296
type: array
302297
tenantOrganizationIds:
303-
default: []
304298
description: The ids of the tenant organizations.
305299
items:
306300
title: tenantOrganizationId
@@ -329,7 +323,6 @@ components:
329323
title: sessionTimeout
330324
type: integer
331325
subscription:
332-
default: {}
333326
title: subscription
334327
type: object
335328
description: The subscription details of the organization.
@@ -367,7 +360,6 @@ components:
367360
type: string
368361

369362
Environment:
370-
default: {}
371363
title: environment
372364
type: object
373365
description: an instance of an environment.
@@ -494,7 +486,6 @@ components:
494486
description: Business Group entitlements
495487
properties:
496488
angGovernance:
497-
default: {}
498489
description: Ang Governance entitlements
499490
properties:
500491
level:
@@ -516,7 +507,6 @@ components:
516507
$ref: '#/components/schemas/EnablementResourceEntitlement'
517508
title: apiCommunityManager
518509
apiMonitoring:
519-
default: {}
520510
description: API Monitoring entitlements
521511
properties:
522512
schedules:
@@ -527,7 +517,6 @@ components:
527517
title: apiMonitoring
528518
type: object
529519
apiQuery:
530-
default: {}
531520
title: apiQuery
532521
type: object
533522
description: API Query entitlements
@@ -577,7 +566,6 @@ components:
577566
title: createSubOrgs
578567
type: boolean
579568
crowd:
580-
default: {}
581569
title: crowd
582570
type: object
583571
description: Crowd entitlements
@@ -601,7 +589,6 @@ components:
601589
$ref: '#/components/schemas/EnablementResourceEntitlement'
602590
title: crowdSelfServiceMigration
603591
designCenter:
604-
default: {}
605592
title: designCenter
606593
type: object
607594
description: Design Center entitlements
@@ -955,7 +942,6 @@ components:
955942
title: workerClouds
956943

957944
MessagingEntitlement:
958-
default: {}
959945
description: Messaging entitlements
960946
properties:
961947
assigned:
@@ -967,7 +953,6 @@ components:
967953
type: object
968954

969955
MonitoringCenterEntitlement:
970-
default: {}
971956
description: Monitoring Center entitlements
972957
properties:
973958
productSKU:
@@ -979,7 +964,6 @@ components:
979964
type: object
980965

981966
PartnersSandboxEntitlement:
982-
default: {}
983967
description: Partners Sandbox entitlements
984968
properties:
985969
assigned:
@@ -991,7 +975,6 @@ components:
991975
type: object
992976

993977
GatewaysEntitlement:
994-
default: {}
995978
description: Gateway entitlements
996979
properties:
997980
assigned:
@@ -1003,7 +986,6 @@ components:
1003986
type: object
1004987

1005988
PartnersProductionEntitlement:
1006-
default: {}
1007989
description: Partners Production entitlements
1008990
properties:
1009991
assigned:

0 commit comments

Comments
 (0)