JSON Schema Definition 'Attachment'

Diagram

Drilldown into /definitions/Attachment/properties/HashAlgorithm Drilldown into /definitions/Attachment/properties/HashAlgorithm Drilldown into /definitions/Attachment/properties/HashAlgorithm Drilldown into /definitions/Attachment/properties/Encoding Drilldown into /definitions/Attachment/properties/EncodingJSON Schema Diagram of /definitions/Attachment

Value

Object

Properties

Property Name Type Description
FileName string A String value
FileType string A String value
Description : MimeType according to IETF's RFC 6838.
Encoding string Encoding
Data string A String value
Description : File content encoded according RFC 2548 - Base64
HashAlgorithm string HashAlgorithm
HashValue string A String value
Additional Properties Type Description
Any Property Any All values are valid, no restrictions.

Source

"Attachment": {
    "type": "object",
    "properties": {
        "FileName": {
            "type": "string"
        },
        "FileType": {
            "type": "string",
            "description": "MimeType according to IETF's RFC 6838."
        },
        "Encoding": {
            "type": "string",
            "enum": [
                "base64"
            ]
        },
        "Data": {
            "type": "string",
            "description": "File content encoded according RFC 2548 - Base64"
        },
        "HashAlgorithm": {
            "type": "string",
            "description": "chacksum/Hash algorithm",
            "enum": [
                "SHA1",
                "MD5"
            ]
        },
        "HashValue": {
            "type": "string"
        }
    },
    "required": []
}
C:\Users\usr53200\Downloads\e-coc.json (185:10)
Documentation for eCoC
Generated using Liquid Studio 2020 - Data Designer Edition 18.0.5.9988