Sha256: 811f36a65b5f6d9f74f994c2efc487e9d2cfc3e708e55bec0c620fbac2bc2f18
Contents?: true
Size: 1.53 KB
Versions: 11
Compression:
Stored size: 1.53 KB
Contents
{ "type":"object", "title": "attachment", "description":"An file attachment", "properties": { "id": { "description": "uuid of the object.", "identity":true, "readonly":true, "type":"string" }, "filename": { "description": "The filename as set when uploaded", "readonly":true, "type":"string" }, "disk_filename": { "description": "Unique filename set by SK", "readonly":true, "type":"string" }, "url": { "description": "File download url. Unique and valid for 15 minutes, public accessible.", "readonly":true, "type":"string" }, "content_type": { "description": "Auto detected on upload. Might not always reflect the real content type", "readonly":true, "type":"string" }, "size": { "description": "Filesize in kb. Auto detected on upload.", "readonly":true, "type":"integer" }, "is_signed": { "description": "True if the file(pdf) has been digitally signed.", "type":"boolean" }, "created_at": { "description": "Date the object was created in SK. Never changes afterwards", "format":"date-time", "readonly":true, "type":"string" }, "updated_at": { "description": "Date the object was edited in SK.", "format":"date-time", "readonly":true, "type":"string" }, "team_id":{ "description": "A team uuid. If set only the team and its parent teams can see the record.", "type":"string" } } }
Version data entries
11 entries across 11 versions & 1 rubygems