Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions src/roadmap/v1/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,11 @@
"type": "string",
"description": "A markdown formatted description of what this milestone represents and, if appropriate, the justification for its presence and prioritization."
},
"reference": {
"type": "string",
"format": "uri",
"description": "A URI at which additional information about this milestone may be found (whether that be documentation or a tracking ticket)."
},
"deliverables": {
"type": "array",
"description": "The list of deliverables which make up this milestone. Deliverables usually map to specific pieces of work which may be delegated to a member of your team.",
Expand Down