Sha256: 74f39dd7cd9acb3105feffc79e688caf09344471cc5662d28032c5699c9a047d
Contents?: true
Size: 667 Bytes
Versions: 9
Compression:
Stored size: 667 Bytes
Contents
{ "id": "postDataType", "description": "Posted data info.", "optional": true, "properties": { "mimeType": { "type": "string", "required": true }, "text": { "type": "string" }, "params": { "type": "array", "properties": { "name": { "type": "string", "required": true }, "value": { "type": "string" }, "fileName": { "type": "string" }, "contentType": { "type": "string" }, "comment": { "type": "string" } } }, "comment": { "type": "string" } } }
Version data entries
9 entries across 9 versions & 1 rubygems