Skip to content
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

Closed
wants to merge 1 commit into from
Closed

Changed wording #216

wants to merge 1 commit into from

Conversation

TheSaneWonko
Copy link
Contributor

@TheSaneWonko TheSaneWonko commented Nov 21, 2024

Changed wording to allow non-IANA media types which are otherwise well defined

Changed wording to allow none IANA media types which are otherwise well defined
Copy link
Contributor

@peterbrightwell peterbrightwell left a 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",
Copy link
Contributor

@cristian-recoseanu cristian-recoseanu Nov 21, 2024

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?

Suggested change
"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",
Copy link
Contributor

@cristian-recoseanu cristian-recoseanu Nov 21, 2024

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?

Suggested change
"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)",

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants