Skip to content

Epic

a large creative endeavour that the user has undertaken; The user can work on one or more projects as a part of an epic.
Type: object
Properties

id

an identifier for the epic; In implementations, this can be used as a key to find the logo for the epic.
Type: string

name *

the name of the epic
Type: string
Required: yes

url

the public facing URL to access this epic homepage; This should be a place where more information about the epic can be found.
Type: Url

summary

a short description or introduction of the epic; This is used where space is limited such as a résumé.
Type: string

description

long-form description of the epic; This is used where space is not constrained.
Type: string

projects

a list of projects that are part of this epic
Type: array
Default: []
Item

Type: Project