Amazon CodeBuild · Schema

ImportSourceCredentialsInput

ImportSourceCredentialsInput schema from Amazon CodeBuild

AmazonCI/CDBuildsContinuous IntegrationDevOpsTesting

Properties

Name Type Description
username object
token object
serverType object
authType object
shouldOverwrite object
View JSON Schema on GitHub

JSON Schema

amazon-codebuild-import-source-credentials-input-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-codebuild/refs/heads/main/json-schema/amazon-codebuild-import-source-credentials-input-schema.json",
  "title": "ImportSourceCredentialsInput",
  "description": "ImportSourceCredentialsInput schema from Amazon CodeBuild",
  "type": "object",
  "properties": {
    "username": {
      "allOf": [
        {
          "$ref": "#/components/schemas/NonEmptyString"
        },
        {
          "description": " The Bitbucket username when the <code>authType</code> is BASIC_AUTH. This parameter is not valid for other types of source providers or connections. "
        }
      ]
    },
    "token": {
      "allOf": [
        {
          "$ref": "#/components/schemas/SensitiveNonEmptyString"
        },
        {
          "description": " For GitHub or GitHub Enterprise, this is the personal access token. For Bitbucket, this is the app password. "
        }
      ]
    },
    "serverType": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ServerType"
        },
        {
          "description": " The source provider used for this project. "
        }
      ]
    },
    "authType": {
      "allOf": [
        {
          "$ref": "#/components/schemas/AuthType"
        },
        {
          "description": " The type of authentication used to connect to a GitHub, GitHub Enterprise, or Bitbucket repository. An OAUTH connection is not supported by the API and must be created using the CodeBuild console. "
        }
      ]
    },
    "shouldOverwrite": {
      "allOf": [
        {
          "$ref": "#/components/schemas/WrapperBoolean"
        },
        {
          "description": " Set to <code>false</code> to prevent overwriting the repository source credentials. Set to <code>true</code> to overwrite the repository source credentials. The default value is <code>true</code>. "
        }
      ]
    }
  },
  "required": [
    "token",
    "serverType",
    "authType"
  ]
}

Work with this as data

Every JSON Schema 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 schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema 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 Schema
curl "https://apis.io/api/v1/json-schemas/amazon-codebuild-import-source-credentials-input"
All schemas
curl "https://apis.io/api/v1/json-schemas?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.