JSON Schema Property 'Vehicle'

Diagram

JSON Schema Diagram of /properties/Vehicle

Value

Object

Properties

Property Name Type Description
VehicleId string A String value where length <= 25
Description : Shipper vehicle ID
VehicleType string A String value
Description : Shipper vehicle type
SealId string A String value where length <= 25
Description : Shipper container seal ID
Additional Properties Type Description
Any Property any
Any type of value (boolean, integer, number, string, object, array or null).

Source

"Vehicle": {
    "type": "object",
    "additionalProperties": {},
    "properties": {
        "VehicleId": {
            "type": "string",
            "description": "Shipper vehicle ID",
            "maxLength": 25
        },
        "VehicleType": {
            "type": "string",
            "description": "Shipper vehicle type"
        },
        "SealId": {
            "type": "string",
            "description": "Shipper container seal ID",
            "maxLength": 25
        }
    }
}
https://standards.namm.org/schema/2020.1/asn.json (110:10)
Documentation for ASN
Generated using Liquid Studio 2019 - Data Designer Edition 17.1.14.9682