You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/roadmap/v1/schema.json
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -128,6 +128,11 @@
128
128
"type": "string",
129
129
"description": "A markdown formatted description of what this milestone represents and, if appropriate, the justification for its presence and prioritization."
130
130
},
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
+
},
131
136
"deliverables": {
132
137
"type": "array",
133
138
"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