{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/enabled-organizations", "title": "enabled-organizations", "type": "string", "description": "The policy that controls the organizations in the enterprise that are allowed to run GitHub Actions.", "enum": [ "all", "none", "selected" ] }