26 lines
500 B
YAML
26 lines
500 B
YAML
|
type: object
|
||
|
additionalProperties: false
|
||
|
properties:
|
||
|
project:
|
||
|
type: object
|
||
|
properties:
|
||
|
name:
|
||
|
type: string
|
||
|
description: name of the project
|
||
|
examples:
|
||
|
- App::Changelord
|
||
|
type:
|
||
|
type: array
|
||
|
items:
|
||
|
type: object
|
||
|
# properties:
|
||
|
# type: object
|
||
|
# properties:
|
||
|
# level: { enum: [ major, minor, patch ] }
|
||
|
# title: { type: string }
|
||
|
releases:
|
||
|
type: array
|
||
|
items:
|
||
|
oneOf:
|
||
|
- type: string
|