-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changed wording #216
Changed wording #216
Conversation
Changed wording to allow none IANA media types which are otherwise well defined
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good
@@ -12,7 +12,7 @@ | |||
], | |||
"properties": { | |||
"media_type": { | |||
"description": "Subclassification of the format using IANA assigned media types", | |||
"description": "Subclassification of the format using IANA assigned media types, if available", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should we try to write these in such a way so it doesn't seem that the field is optional if there isn't an IANA assigned media type?
"description": "Subclassification of the format using IANA assigned media types, if available", | |
"description": "Subclassification of the format (prefer IANA assigned media types where available)", |
@@ -25,7 +25,7 @@ | |||
"type": "object", | |||
"properties": { | |||
"media_types": { | |||
"description": "Subclassification of the formats accepted using IANA assigned media types", | |||
"description": "Subclassification of the formats accepted using IANA assigned media types, if available", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should we try to write these in such a way so it doesn't seem that the field is optional if there isn't an IANA assigned media type?
"description": "Subclassification of the formats accepted using IANA assigned media types, if available", | |
"description": "Subclassification of the formats (prefer IANA assigned media types where available)", |
Changed wording to allow non-IANA media types which are otherwise well defined