JSON Schema Definition 'Quantity'

Diagram

JSON Schema Diagram of /definitions/Quantity

Value

Object

Properties

Property Name Type Description
Amount number A Number value
Unit string A String value
Description : Abbreviation of Unit according to https://www.doa.la.gov/osp/Vendorcenter/publications/unitofmeasurecodes.pdf
Additional Properties Type Description
Any Property Any All values are valid, no restrictions.

Source

"Quantity": {
    "type": "object",
    "properties": {
        "Amount": {
            "type": "number"
        },
        "Unit": {
            "type": "string",
            "description": "Abbreviation of Unit according to https://www.doa.la.gov/osp/Vendorcenter/publications/unitofmeasurecodes.pdf"
        }
    }
}
C:\Users\usr53200\Downloads\e-coc.json (472:10)
Documentation for eCoC
Generated using Liquid Studio 2020 - Data Designer Edition 18.0.5.9988