Commits Schema

repo_update.schema.json#/properties/update/properties/auth_repo/properties/commits

Information about commits - top commit before pull, pulled commits and top commit after pull

Abstract Extensible Status Identifiable Custom Properties Additional Properties Access Restrictions Defined In
Can be instantiated No Unknown status No Forbidden Forbidden none repo-update.schema.json*

commits Type

object (Commits)

commits Properties

Property Type Required Nullable Defined by
before_pull string Required can be null Repository Handlers Input
new array Required cannot be null Repository Handlers Input
after_pull string Required can be null Repository Handlers Input

before_pull

before_pull

before_pull Type

string

new

A list of pulled (new) commits

new

new Type

string[]

new Constraints

unique items: all items in this array must be unique. Duplicates are not allowed.

after_pull

Repository's top commit before pull

after_pull

after_pull Type

string (Commit After Pull)