File tree 2 files changed +8
-13
lines changed
2 files changed +8
-13
lines changed Original file line number Diff line number Diff line change 103
103
"type" : " array" ,
104
104
"items" : { "$ref" : " #/definitions/linkDescription" }
105
105
},
106
- "media" : {
107
- "type" : " object" ,
108
- "properties" : {
109
- "type" : {
110
- "description" : " A media type, as described in RFC 2046" ,
111
- "type" : " string"
112
- },
113
- "binaryEncoding" : {
114
- "description" : " A content encoding scheme, as described in RFC 2045" ,
115
- "type" : " string"
116
- }
117
- }
118
- },
119
106
"readOnly" : {
120
107
"description" : " If true, indicates that the value of this property is controlled by the server." ,
121
108
"type" : " boolean" ,
Original file line number Diff line number Diff line change 141
141
]
142
142
},
143
143
"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
152
"allOf" : { "$ref" : " #/definitions/schemaArray" },
145
153
"anyOf" : { "$ref" : " #/definitions/schemaArray" },
146
154
"oneOf" : { "$ref" : " #/definitions/schemaArray" },
You can’t perform that action at this time.
0 commit comments