Sha256: 5d4cf59e14f7ed6553e6c46fd86f96996c610bafe0bed19d0ef5ccea61feb948
Contents?: true
Size: 1.39 KB
Versions: 4
Compression:
Stored size: 1.39 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" } } }
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
sk_api_schema-0.0.7 | json/v1.0/attachment.json |
sk_api_schema-0.0.6 | json/v1.0/attachment.json |
sk_api_schema-0.0.5 | json/v1.0/attachment.json |
sk_api_schema-0.0.4 | json/v1.0/attachment.json |