Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Process ¶
type Process struct {
Epics []Epic `json:"epics" jsonschema:"title=Epics,description=The epics that are needed to achieve the goal,required"`
}
func (*Process) GenerateSchema ¶
type Story ¶
type Story struct { Title string `json:"title" jsonschema:"title=Title,description=The title of the story,required"` Description string `json:"description" jsonschema:"title=Description,description=The description of the story written in Gherkin,required"` Tasks []Task `json:"tasks" jsonschema:"title=Tasks,description=The tasks that are needed to achieve the story,required"` }
Click to show internal directories.
Click to hide internal directories.