Auth Repo with Update Details Schema
repo_update.schema.json#/properties/update/properties/auth_repo
All information about an authentication repository coupled with update details
| 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* |
auth_repo Type
object (Auth Repo with Update Details)
auth_repo Properties
| Property | Type | Required | Nullable | Defined by |
|---|---|---|---|---|
| data | Merged | Required | cannot be null | Repository Handlers Input |
| commits | object |
Required | cannot be null | Repository Handlers Input |
data
All properties of the authentication repository. Can be used to instantiate the AuthenticationRepository
data
-
is required
-
Type:
object(Auth Repo) -
cannot be null
-
defined in: Repository Handlers Input
data Type
object (Auth Repo)
all of
commits
Information about commits - top commit before pull, pulled commits and top commit after pull
commits
-
is required
-
Type:
object(Commits) -
cannot be null
-
defined in: Repository Handlers Input
commits Type
object (Commits)