Repo and Commits Schema
repo_update.schema.json#/properties/update/properties/target_repos/patternProperties/^.*$
| 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* |
^.*$ Type
object (Repo and Commits)
^.*$ Properties
| Property | Type | Required | Nullable | Defined by |
|---|---|---|---|---|
| repo_data | object |
Required | cannot be null | Repository Handlers Input |
| commits | object |
Required | cannot be null | Repository Handlers Input |
repo_data
All information about a git repository instance. Can be used to create a new object.
repo_data
-
is required
-
Type:
object(Git Repository) -
cannot be null
-
defined in: Repository Handlers Input
repo_data Type
object (Git Repository)
commits
commits
-
is required
-
Type:
object(Commits by Branches) -
cannot be null
-
defined in: Repository Handlers Input
commits Type
object (Commits by Branches)