{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/OrganizationsDecisionDetail", "title": "OrganizationsDecisionDetail", "type": "object", "properties": { "AllowedByOrganizations": { "allOf": [ { "$ref": "#/components/schemas/booleanType" }, { "description": "Specifies whether the simulated operation is allowed by the Organizations service control policies that impact the simulated user's account." } ] } }, "description": "Contains information about the effect that Organizations has on a policy simulation." }