Skip to content

Commit b918ab1

Browse files
committed
Drop "description" from content{MediaType,Encoding} in meta-schema
None of other keywords have a description.
1 parent 76a1dcd commit b918ab1

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

schema.json

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -141,14 +141,8 @@
141141
]
142142
},
143143
"format": { "type": "string" },
144-
"contentMediaType": {
145-
"type": "string",
146-
"description": "A media type, as described in RFC 2046"
147-
},
148-
"contentEncoding": {
149-
"type": "string",
150-
"description": "A content encoding scheme, as described in RFC 2045"
151-
},
144+
"contentMediaType": { "type": "string" },
145+
"contentEncoding": { "type": "string" },
152146
"allOf": { "$ref": "#/definitions/schemaArray" },
153147
"anyOf": { "$ref": "#/definitions/schemaArray" },
154148
"oneOf": { "$ref": "#/definitions/schemaArray" },

0 commit comments

Comments
 (0)