Skip to content

Commit

Permalink
Add comment property to Dataspace
Browse files Browse the repository at this point in the history
for free-text comments
  • Loading branch information
joschaschmiedt committed Mar 3, 2022
1 parent df71cb0 commit 71d0979
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion schemas/dataspace.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@
"required": ["lastname", "email"]
},
"start_date": { "type": "string", "format": "date" },
"end_date": { "type": "string", "format": "date" }
"end_date": { "type": "string", "format": "date" },
"comment": { "type": "string" }
},
"required": ["name", "id", "url", "coordinator"]
}

0 comments on commit 71d0979

Please sign in to comment.