You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
newOA\Property(property: 'sponsorships', type: 'array', items: newOA\Items(oneOf: [newOA\Schema(type: 'integer'), newOA\Schema(ref: '#/components/schemas/SummitSponsorship'),]), description: "SummitSponsorship, IDs when used as relationship, object when included in expand"),
73
+
newOA\Property(property: 'project_sponsorships', type: 'array', items: newOA\Items(oneOf: [newOA\Schema(type: 'integer'), newOA\Schema(ref: '#/components/schemas/ProjectSponsorshipType'),]), description: "ProjectSponsorshipType supported by the distribution, IDs when used as relationship, object when included in expand"),
74
+
newOA\Property(property: 'supported_regions', type: 'array', items: newOA\Items(oneOf: [newOA\Schema(type: 'integer'), newOA\Schema(ref: '#/components/schemas/RegionalSupport'),]), description: "RegionalSupport, only available on expand"),
75
+
newOA\Property(property: 'is_compatible_with_storage', type: 'boolean', description: "RegionalSupport, only available on expand", ),
76
+
newOA\Property(property: 'is_compatible_with_compute', type: 'boolean', description: "RegionalSupport, only available on expand", ),
77
+
newOA\Property(property: 'is_compatible_with_federated_identity', type: 'boolean', description: "RegionalSupport, only available on expand", ),
78
+
newOA\Property(property: 'is_compatible_with_platform', type: 'boolean', description: "RegionalSupport, only available on expand", ),
79
+
newOA\Property(property: 'is_openstack_powered', type: 'boolean', description: "RegionalSupport, only available on expand", ),
80
+
newOA\Property(property: 'is_openstack_tested', type: 'boolean', description: "RegionalSupport, only available on expand", ),
81
+
newOA\Property(property: 'openstack_tested_info', type: 'string', description: "RegionalSupport, only available on expand", ),
82
+
newOA\Property(property: 'capabilities', type: 'array', items: newOA\Items(ref: '#/components/schemas/OpenStackImplementationApiCoverage'), description: "OpenStackImplementationApiCoverage, only available on relations", ),
83
+
newOA\Property(property: 'guests', type: 'array', items: newOA\Items(ref: '#/components/schemas/GuestOSType'), description: "GuestOSType, only available on relations", ),
84
+
newOA\Property(property: 'hypervisors', type: 'array', items: newOA\Items(ref: '#/components/schemas/HyperVisorType'), description: "HyperVisorType, only available on relations", ),
), description: "SummitSponsorshipAddOn, IDs when in relations, object when included in expand"),
22
+
newOA\Property(property: 'type', ref: '#/components/schemas/SummitSponsorshipType', description: 'SummitSponsorshipType object, only available when expanded'),
0 commit comments