Skip to content

Commit

Permalink
release-schema: Restore definition of unit of measurement, originally…
Browse files Browse the repository at this point in the history
… in Markdown
  • Loading branch information
jpmckinney committed Jun 13, 2024
1 parent 2c46cec commit f49015b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions schema/release-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -1603,7 +1603,7 @@
},
"unit": {
"title": "Pricing unit",
"description": "The pricing unit. It is recommended to use the unit of measurement in which the goods, services or works are provided (e.g. kilogram, hour), rather than the unit of presentation (e.g. box), because units of measurement are easier to compare and convert than units of presentation.",
"description": "The pricing unit. It is recommended to use the unit of measurement in which the goods, services or works are provided (e.g. kilogram, hour), rather than the unit of presentation (e.g. box), because units of measurement are easier to compare and convert than units of presentation. A unit of measurement is a definite magnitude of a quantity, defined and adopted by convention or law, that is used as a standard of measurement for the same kind of quantity. For example, mass, a quantity, can be measured in kilograms, a unit of measurement.",
"$ref": "#/definitions/Unit"
},
"immediateContainer": {
Expand Down Expand Up @@ -2596,7 +2596,7 @@
},
"Unit": {
"title": "Pricing unit",
"description": "A pricing unit. It is recommended to use the unit of measurement in which the goods, services or works are provided (e.g. kilogram, hour), rather than the unit of presentation (e.g. box), because units of measurement are easier to compare and convert than units of presentation.",
"description": "A pricing unit. It is recommended to use the unit of measurement in which the goods, services or works are provided (e.g. kilogram, hour), rather than the unit of presentation (e.g. box), because units of measurement are easier to compare and convert than units of presentation. A unit of measurement is a definite magnitude of a quantity, defined and adopted by convention or law, that is used as a standard of measurement for the same kind of quantity. For example, mass, a quantity, can be measured in kilograms, a unit of measurement.",
"type": "object",
"properties": {
"scheme": {
Expand Down

0 comments on commit f49015b

Please sign in to comment.