Skip to content

Commit

Permalink
New attribute multiplication_factor added variable model.
Browse files Browse the repository at this point in the history
  • Loading branch information
BjornRoarJoneid authored Feb 5, 2024
1 parent 1e62950 commit e46592d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/datadoc/datadoc-json-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -265,6 +265,11 @@
"$comment": "TODO: measurement_unit implemented as string. In the future this should be implemente as enum? See https://www.ssb.no/klass/klassifikasjoner/303/koder",
"type": "string"
},
"multiplication_factor": {
"title": "Multiplication factor",
"description": "A multiplication factor is a number that amplifies or increases the base value of something else.",
"type": "integer"
},
"format": {
"title": "Format",
"description": "The format of the values ​​(physical format or regular expression) in machine-readable form for validation. This can be used as a further specification of the data type (dataType) in those cases where this is relevant.",
Expand Down

0 comments on commit e46592d

Please sign in to comment.