Amazon CodeStar · JSON Structure

Codestar Git Hub Code Destination Structure

Information about the GitHub repository to be created in AWS CodeStar. This is where the source code files provided with the project request will be uploaded after project creation.

Type: object Properties: 7 Required: 6
Developer ToolsDevOpsProject ManagementTeam Collaboration

GitHubCodeDestination is a JSON Structure definition published by Amazon CodeStar, describing 7 properties, of which 6 are required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

name description type owner privateRepository issuesEnabled token

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-codestar/refs/heads/main/json-structure/codestar-git-hub-code-destination-structure.json",
  "name": "GitHubCodeDestination",
  "description": "Information about the GitHub repository to be created in AWS CodeStar. This is where the source code files provided with the project request will be uploaded after project creation.",
  "type": "object",
  "properties": {
    "name": {
      "allOf": [
        {
          "$ref": "#/components/schemas/RepositoryName"
        },
        {
          "description": "Name of the GitHub repository to be created in AWS CodeStar."
        }
      ]
    },
    "description": {
      "allOf": [
        {
          "$ref": "#/components/schemas/RepositoryDescription"
        },
        {
          "description": "Description for the GitHub repository to be created in AWS CodeStar. This description displays in GitHub after the repository is created."
        }
      ]
    },
    "type": {
      "allOf": [
        {
          "$ref": "#/components/schemas/RepositoryType"
        },
        {
          "description": "The type of GitHub repository to be created in AWS CodeStar. Valid values are User or Organization."
        }
      ]
    },
    "owner": {
      "allOf": [
        {
          "$ref": "#/components/schemas/RepositoryOwner"
        },
        {
          "description": "The GitHub username for the owner of the GitHub repository to be created in AWS CodeStar. If this repository should be owned by a GitHub organization, provide its name."
        }
      ]
    },
    "privateRepository": {
      "allOf": [
        {
          "$ref": "#/components/schemas/RepositoryIsPrivate"
        },
        {
          "description": "Whether the GitHub repository is to be a private repository."
        }
      ]
    },
    "issuesEnabled": {
      "allOf": [
        {
          "$ref": "#/components/schemas/RepositoryEnableIssues"
        },
        {
          "description": "Whether to enable issues for the GitHub repository."
        }
      ]
    },
    "token": {
      "allOf": [
        {
          "$ref": "#/components/schemas/GitHubPersonalToken"
        },
        {
          "description": "The GitHub user's personal access token for the GitHub repository."
        }
      ]
    }
  },
  "required": [
    "name",
    "type",
    "owner",
    "privateRepository",
    "issuesEnabled",
    "token"
  ]
}

Work with this as data

Every JSON Structure here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for json structure

4 MCP tools reach this
  • find_json_structuresBrowse and filter every JSON Structure in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This JSON Structure
curl "https://apis.io/api/v1/json-structures/codestar-git-hub-code-destination-structure"
All json structure
curl "https://apis.io/api/v1/json-structures?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.