JSON Schema Definition 'file'

Description

Dateianhang

Diagram

Drilldown into /definitions/file/properties/fileUrl Drilldown into /definitions/file/properties/fileUrl Drilldown into /definitions/file/properties/fileUrl Drilldown into /definitions/file/properties/fileUrl Drilldown into /definitions/file/properties/rawData Drilldown into /definitions/file/properties/rawData Drilldown into /definitions/file/properties/rawData Drilldown into /definitions/file/properties/text Drilldown into /definitions/file/properties/text Drilldown into /definitions/file/properties/text Drilldown into /definitions/file/properties/text Drilldown into /definitions/file/properties/kind Drilldown into /definitions/file/properties/kind Drilldown into /definitions/file/properties/kind Drilldown into /definitions/file/properties/kind Drilldown into /definitions/file/properties/fileUuid Drilldown into /definitions/file/properties/fileUuid Drilldown into /definitions/file/properties/fileUuid Drilldown into /definitions/file/properties/fileUuidJSON Schema Diagram of /definitions/file

Value

Object

Properties

Property Name Type Description
fileUuid string fileUuid (DRMDAT-01.json)
kind string kind (DRMDAT-01.json)
text string text (DRMDAT-01.json)
rawData string rawData (DRMDAT-01.json)
fileUrl string fileUrl (DRMDAT-01.json)
Additional Properties Type Description
Any Property Any All values are valid, no restrictions.

Source

"file": {
    "type": "object",
    "description": "Dateianhang",
    "properties": {
        "fileUuid": {
            "type": "string",
            "description": "eindeutige technische ID",
            "maxLength": 36,
            "examples": [
                "6D5F3607-DFF3-4C19-8D16-C0D00C3037D0"
            ]
        },
        "kind": {
            "type": "string",
            "description": "Art des Dokuments (nicht technisch, sondern aus Prozesssicht)",
            "maxLength": 20,
            "examples": [
                "Foto",
                "Beilage"
            ]
        },
        "text": {
            "type": "string",
            "description": "Beschreibung/Anmerkung zur Datei",
            "maxLength": 50,
            "examples": [
                "Lageplan"
            ]
        },
        "rawData": {
            "type": "string",
            "description": "Datenstream (base64-coded)",
            "examples": [
                "/9j/4AAQSkZJRgABAQAASABIAADâ€Ĥ"
            ]
        },
        "fileUrl": {
            "type": "string",
            "description": "URL zur Datei",
            "maxLength": 50,
            "examples": [
                "https://drmdat.mercer.de/123ghx.pdf"
            ]
        }
    },
    "required": [
        "fileUuid",
        "kind"
    ]
}
C:\Users\Raimund Ziegler\Nextcloud4\Ziegler\EU-FHP\FHP DRM Digitales Rohstoffmanagement\Json\DRMDAT-01.json (536:10)
Documentation for DRMDAT-01
Generated using Liquid Studio 2021 - JSON Editor Edition 19.0.4.10725