Skip to content

Commit e1e5e1a

Browse files
authored
Stop making BIPM unit schemas reference each other (#101)
Signed-off-by: Juan Cruz Viotti <jv@jviotti.com>
1 parent a039cad commit e1e5e1a

737 files changed

Lines changed: 1285 additions & 737 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

schemas/2020-12/bipm/si/2019/base/prefixed/attoampere.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@
77
"x-links": [ "https://www.bipm.org/en/publications/si-brochure" ],
88
"x-prefix-factor": 1e-18,
99
"x-symbol": "aA",
10-
"$ref": "../unit/ampere.json"
10+
"type": "number"
1111
}

schemas/2020-12/bipm/si/2019/base/prefixed/attocandela.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,6 @@
77
"x-links": [ "https://www.bipm.org/en/publications/si-brochure" ],
88
"x-prefix-factor": 1e-18,
99
"x-symbol": "acd",
10-
"$ref": "../unit/candela.json"
10+
"type": "number",
11+
"minimum": 0
1112
}

schemas/2020-12/bipm/si/2019/base/prefixed/attogram.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,6 @@
77
"x-links": [ "https://www.bipm.org/en/publications/si-brochure" ],
88
"x-prefix-factor": 1e-21,
99
"x-symbol": "ag",
10-
"$ref": "../unit/kilogram.json"
10+
"type": "number",
11+
"minimum": 0
1112
}

schemas/2020-12/bipm/si/2019/base/prefixed/attokelvin.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,6 @@
77
"x-links": [ "https://www.bipm.org/en/publications/si-brochure" ],
88
"x-prefix-factor": 1e-18,
99
"x-symbol": "aK",
10-
"$ref": "../unit/kelvin.json"
10+
"type": "number",
11+
"minimum": 0
1112
}

schemas/2020-12/bipm/si/2019/base/prefixed/attometre.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,6 @@
77
"x-links": [ "https://www.bipm.org/en/publications/si-brochure" ],
88
"x-prefix-factor": 1e-18,
99
"x-symbol": "am",
10-
"$ref": "../unit/metre.json"
10+
"type": "number",
11+
"minimum": 0
1112
}

schemas/2020-12/bipm/si/2019/base/prefixed/attomole.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,6 @@
77
"x-links": [ "https://www.bipm.org/en/publications/si-brochure" ],
88
"x-prefix-factor": 1e-18,
99
"x-symbol": "amol",
10-
"$ref": "../unit/mole.json"
10+
"type": "number",
11+
"exclusiveMinimum": 0
1112
}

schemas/2020-12/bipm/si/2019/base/prefixed/attosecond.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,6 @@
77
"x-links": [ "https://www.bipm.org/en/publications/si-brochure" ],
88
"x-prefix-factor": 1e-18,
99
"x-symbol": "as",
10-
"$ref": "../unit/second.json"
10+
"type": "number",
11+
"minimum": 0
1112
}

schemas/2020-12/bipm/si/2019/base/prefixed/centiampere.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@
77
"x-links": [ "https://www.bipm.org/en/publications/si-brochure" ],
88
"x-prefix-factor": 0.01,
99
"x-symbol": "cA",
10-
"$ref": "../unit/ampere.json"
10+
"type": "number"
1111
}

schemas/2020-12/bipm/si/2019/base/prefixed/centicandela.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,6 @@
77
"x-links": [ "https://www.bipm.org/en/publications/si-brochure" ],
88
"x-prefix-factor": 0.01,
99
"x-symbol": "ccd",
10-
"$ref": "../unit/candela.json"
10+
"type": "number",
11+
"minimum": 0
1112
}

schemas/2020-12/bipm/si/2019/base/prefixed/centigram.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,6 @@
77
"x-links": [ "https://www.bipm.org/en/publications/si-brochure" ],
88
"x-prefix-factor": 1e-5,
99
"x-symbol": "cg",
10-
"$ref": "../unit/kilogram.json"
10+
"type": "number",
11+
"minimum": 0
1112
}

0 commit comments

Comments
 (0)