Skip to content

Latest commit

 

History

History
185 lines (107 loc) · 6.32 KB

deliveryworkflow.md

File metadata and controls

185 lines (107 loc) · 6.32 KB

DeliveryWorkflow Schema

https://platform.codeclimate.com/schemas/delivery-workflow

A configuration for running a Build within a CI system.

Abstract Extensible Status Identifiable Custom Properties Additional Properties Access Restrictions Defined In
Can be instantiated No Unknown status No Forbidden Allowed none DeliveryWorkflow.schema.json

DeliveryWorkflow Type

object (DeliveryWorkflow)

DeliveryWorkflow Properties

Property Type Required Nullable Defined by
_type string Required cannot be null DeliveryWorkflow
id string Required cannot be null DeliveryWorkflow
self string Required cannot be null DeliveryWorkflow
name string Required cannot be null DeliveryWorkflow
htmlUrl string Optional cannot be null DeliveryWorkflow
createdAt string Optional cannot be null DeliveryWorkflow
updatedAt string Optional cannot be null DeliveryWorkflow
deletedAt string Optional cannot be null DeliveryWorkflow

_type

_type

_type Type

string

_type Constraints

constant: the value of this property must be equal to:

"DeliveryWorkflow"

id

The unique ID of this Workflow.

id

id Type

string

self

The canonical URI for this record.

self

self Type

string

self Constraints

URI: the string must be a URI, according to RFC 3986

name

The name of this Workflow.

name

name Type

string

htmlUrl

The URL to view this Workflow.

htmlUrl

htmlUrl Type

string

htmlUrl Constraints

URI: the string must be a URI, according to RFC 3986

createdAt

The time this Workflow was created.

createdAt

createdAt Type

string

createdAt Constraints

date time: the string must be a date time string, according to RFC 3339, section 5.6

updatedAt

The time this Workflow was last updated.

updatedAt

updatedAt Type

string

updatedAt Constraints

date time: the string must be a date time string, according to RFC 3339, section 5.6

deletedAt

The time Workflow was deleted.

deletedAt

deletedAt Type

string

deletedAt Constraints

date time: the string must be a date time string, according to RFC 3339, section 5.6