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