@vivocha/public-types
Advanced tools
Comparing version 1.2.1-multi-attachment.0 to 1.2.1-multi-attachment.1
{ | ||
"name": "@vivocha/public-types", | ||
"version": "1.2.1-multi-attachment.0", | ||
"version": "1.2.1-multi-attachment.1", | ||
"description": "Vivocha public types", | ||
@@ -26,3 +26,3 @@ "main": "dist/index.js", | ||
}, | ||
"gitHead": "19880a590f6235670cc503052a155bb91b5492ee" | ||
"gitHead": "ced943741ca1a5badb0a70f19e5be42fc4f2994c" | ||
} |
@@ -15,6 +15,47 @@ { | ||
"item": { | ||
"$ref": "attachment_metadata" | ||
"description": "Vivocha Attachment", | ||
"type": "object", | ||
"required": ["url", "meta"], | ||
"properties": { | ||
"url": { | ||
"$ref": "common#/definitions/notEmptyString" | ||
}, | ||
"meta": { | ||
"description": "Vivocha Attachment Metadata", | ||
"type": "object", | ||
"required": ["mimetype"], | ||
"properties": { | ||
"originalUrl": { | ||
"$ref": "common#/definitions/notEmptyString" | ||
}, | ||
"originalUrlHash": { | ||
"$ref": "common#/definitions/notEmptyString" | ||
}, | ||
"originalId": { | ||
"$ref": "common#/definitions/notEmptyString" | ||
}, | ||
"originalName": { | ||
"$ref": "common#/definitions/notEmptyString" | ||
}, | ||
"mimetype": { | ||
"$ref": "common#/definitions/notEmptyString" | ||
}, | ||
"desc": { | ||
"$ref": "common#/definitions/notEmptyString" | ||
}, | ||
"key": { | ||
"$ref": "common#/definitions/notEmptyString" | ||
}, | ||
"size": { | ||
"type": "number" | ||
}, | ||
"ref": { | ||
"$ref": "common#/definitions/notEmptyString" | ||
} | ||
} | ||
} | ||
} | ||
} | ||
} | ||
} | ||
} | ||
} |
68921
2355