@rline/json
Version:
JSON Schema compiler
93 lines • 1.95 kB
JSON
{
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "Unit",
"type": "string",
"description": "Unit of the value such as meter, inch, centimeter and some more",
"enum": [
"meter",
"kilometer",
"centimeter",
"millimeter",
"micrometer",
"nanometer",
"mile",
"yard",
"foot",
"inch",
"light-year",
"nautical-mile",
"square-meter",
"square-kilometer",
"square-mile",
"hectare",
"acre",
"liter",
"milliliter",
"cubic-meter",
"gallon",
"quart",
"pint",
"cup",
"fluid-ounce",
"gram",
"kilogram",
"milligram",
"tonne",
"pound",
"ounce",
"stone",
"degree-celsius",
"degree-fahrenheit",
"kelvin",
"pascal",
"bar",
"atmosphere",
"psi",
"joule",
"kilojoule",
"calorie",
"kilocalorie",
"watt",
"kilowatt",
"megawatt",
"ampere",
"milliampere",
"volt",
"ohm",
"hertz",
"kilohertz",
"megahertz",
"gigahertz",
"newton",
"kilonewton",
"meter-per-second",
"kilometer-per-hour",
"mile-per-hour",
"knot",
"degree",
"radian",
"steradian",
"lux",
"candela",
"lumen",
"decibel",
"bit",
"byte",
"kilobyte",
"megabyte",
"gigabyte",
"terabyte",
"petabyte",
"second",
"millisecond",
"microsecond",
"minute",
"hour",
"day",
"week",
"month",
"year",
"decade",
"century"
]
}