Schema: B2C_Sale

Schema Definition

{
    "$schema": "http://json-schema.org/schema#",
    "description": "A business to consumer type transaction with one or more line items",
    "properties": {
        "created_at": {
            "description": "Timestamp of when the Transaction was created, which may be different than when the record was created",
            "format": "dateTime",
            "type": "string"
        },
        "id": {
            "description": "The Universal Identifier",
            "type": "string"
        }
    },
    "type": "object"
}

Schema Samples