Skip to content

Commit 1ae197a

Browse files
dlaxDenis Laxalde
authored and
Denis Laxalde
committed
Drop "description" from content{MediaType,Encoding} in meta-schema
None of other keywords have a description.
1 parent 4671d7a commit 1ae197a

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
@@ -152,14 +152,8 @@
152152
]
153153
},
154154
"format": { "type": "string" },
155-
"contentMediaType": {
156-
"type": "string",
157-
"description": "A media type, as described in RFC 2046"
158-
},
159-
"contentEncoding": {
160-
"type": "string",
161-
"description": "A content encoding scheme, as described in RFC 2045"
162-
},
155+
"contentMediaType": { "type": "string" },
156+
"contentEncoding": { "type": "string" },
163157
"if": {"$ref": "#"},
164158
"then": {"$ref": "#"},
165159
"else": {"$ref": "#"},

0 commit comments

Comments
 (0)