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

schema.BaseOrderList.jsd Maven / Gradle / Ivy

There is a newer version: 2.5.2
Show newest version
{
    "$schema": "http://json-schema.org/draft-04/schema#",
    
    "title": "BaseOrderList",
    "type": "object",
    "additionalProperties": true,
    "properties": {
        "orders": {
            "type": "array",
            "items": {
                "$ref": "BaseOrder.jsd"
            }
        },
        "orderBatchNumber": {
            "type": "integer"
        },
        "numberOrders": {
            "type": "integer"
        }
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy