generated from coulomb/repo-seed
Add validation indexes and generated views
This commit is contained in:
38
infospace/schemas/workplan.schema.yaml
Normal file
38
infospace/schemas/workplan.schema.yaml
Normal file
@@ -0,0 +1,38 @@
|
||||
$schema: https://json-schema.org/draft/2020-12/schema
|
||||
$id: https://info-tech-canon.local/schemas/workplan.schema.yaml
|
||||
title: State Hub Workplan
|
||||
type: object
|
||||
required:
|
||||
- id
|
||||
- type
|
||||
- title
|
||||
- domain
|
||||
- repo
|
||||
- status
|
||||
properties:
|
||||
id:
|
||||
type: string
|
||||
type:
|
||||
const: workplan
|
||||
title:
|
||||
type: string
|
||||
domain:
|
||||
type: string
|
||||
repo:
|
||||
type: string
|
||||
status:
|
||||
enum:
|
||||
- proposed
|
||||
- ready
|
||||
- active
|
||||
- blocked
|
||||
- backlog
|
||||
- finished
|
||||
- archived
|
||||
depends_on_workplans:
|
||||
type: array
|
||||
items:
|
||||
type: string
|
||||
state_hub_workstream_id:
|
||||
type: string
|
||||
additionalProperties: true
|
||||
Reference in New Issue
Block a user