Skip to content

Commit 25d59bd

Browse files
feat: Add "reference" support to roadmap schema
This integrates the changes from SierraSoftworks/roadmap#647
1 parent fcb063a commit 25d59bd

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/roadmap/v1/schema.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,11 @@
128128
"type": "string",
129129
"description": "A markdown formatted description of what this milestone represents and, if appropriate, the justification for its presence and prioritization."
130130
},
131+
"reference": {
132+
"type": "string",
133+
"format": "uri",
134+
"description": "A URI at which additional information about this milestone may be found (whether that be documentation or a tracking ticket)."
135+
},
131136
"deliverables": {
132137
"type": "array",
133138
"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.",

0 commit comments

Comments
 (0)