-
Notifications
You must be signed in to change notification settings - Fork 8
[REQ] media-type fields in schemas #72
Copy link
Copy link
Open
Labels
req-missing-wiki-entryThis REQ issue is not yet documented in the wikiThis REQ issue is not yet documented in the wikiwaiting-on-assigneeIssue/PR author or reviewer is awaiting response from assigneeIssue/PR author or reviewer is awaiting response from assignee
Description
Metadata
Metadata
Assignees
Labels
req-missing-wiki-entryThis REQ issue is not yet documented in the wikiThis REQ issue is not yet documented in the wikiwaiting-on-assigneeIssue/PR author or reviewer is awaiting response from assigneeIssue/PR author or reviewer is awaiting response from assignee
Describe the solution you'd like
Add a
media-typefield to schemas to state the format of fields containing text.e.g.
description,title,commentHaving the
media-typeat the top-level of a schema is likely enough in most cases, but annotation and test-run schemas may have content from multiple files of different formats, so it must be possible to set themedia-typefor specific entries to override the top-level setting.Describe alternatives you've considered
Every field having to set a
media-typeovercomplicates the schema too much.Additional context