{
  "type": "object",
  "properties": {
    "selected_usernames": {
      "type": "array",
      "description": "The usernames of the organization members and outside collaborators whose codespaces should not be billed to the organization.",
      "items": {
        "type": "string"
      },
      "maxItems": 100
    }
  },
  "required": [
    "selected_usernames"
  ],
  "$schema": "https://json-schema.org/draft/2019-09/schema"
}