All Downloads are FREE. Search and download functionalities are using the official Maven repository.

schemas.v15.datatransferResponse.json Maven / Gradle / Ivy

{
    "$schema": "http://json-schema.org/draft-04/schema#",
    "title": "DataTransferResponse",
    "type": "object",
    "properties": {
        "status": {
            "type": "string",
            "enum": [
                "Accepted",
                "Rejected",
                "UnknownMessageId",
                "UnknownVendorId"
            ]
        },
        "data": {
            "type": "string"
        }
    },
    "required": [
        "status"
    ]
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy