{
  "type": "object",
  "properties": {
    "name": {
      "description": "A name for the new repository.",
      "type": "string"
    },
    "private": {
      "description": "Whether the new repository should be private.",
      "type": "boolean",
      "default": false
    }
  },
  "$schema": "https://json-schema.org/draft/2019-09/schema"
}