{
    "title": "delivers path of an inventory object by name and object type",
    "$schema": "http://json-schema.org/draft-04/schema#",
    "javaType": "com.sos.joc.model.inventory.path.PathResponse",
    "type": "object",
    "properties": {
        "path": {
            "type": "string",
            "pattern": "^[^<>]*$",
            "maxLength": 255
        },
        "deliveryDate": {
            "description": "Value is UTC timestamp in ISO 8601 YYYY-MM-DDThh:mm:ss.sZ or empty",
            "type": "string",
            "format": "date-time"
        }
    }
}