Amazon Proton · JSON Structure

Amazon Proton Get Repository Sync Status Input Structure

GetRepositorySyncStatusInput schema from Amazon Proton API

Type: object Properties: 4 Required: 4
DevOpsInfrastructure as CodePlatform EngineeringServerlessTemplatesSelf-ServiceCI/CD

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

Properties

branch repositoryName repositoryProvider syncType

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-proton/refs/heads/main/json-structure/amazon-proton-get-repository-sync-status-input-structure.json",
  "name": "GetRepositorySyncStatusInput",
  "description": "GetRepositorySyncStatusInput schema from Amazon Proton API",
  "type": "object",
  "properties": {
    "branch": {
      "allOf": [
        {
          "$ref": "#/components/schemas/GitBranchName"
        },
        {
          "description": "The repository branch."
        }
      ]
    },
    "repositoryName": {
      "allOf": [
        {
          "$ref": "#/components/schemas/RepositoryName"
        },
        {
          "description": "The repository name."
        }
      ]
    },
    "repositoryProvider": {
      "allOf": [
        {
          "$ref": "#/components/schemas/RepositoryProvider"
        },
        {
          "description": "The repository provider."
        }
      ]
    },
    "syncType": {
      "allOf": [
        {
          "$ref": "#/components/schemas/SyncType"
        },
        {
          "description": "The repository sync type."
        }
      ]
    }
  },
  "required": [
    "branch",
    "repositoryName",
    "repositoryProvider",
    "syncType"
  ]
}