Skip to content

Commit d8f733f

Browse files
committed
folder move
1 parent 956d0e7 commit d8f733f

File tree

2 files changed

+25
-12
lines changed

2 files changed

+25
-12
lines changed

script/oca_bundle.json web/templates/oca_test/oca_bundle.json

+25-12
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,17 @@
66
"capture_base": {
77
"d": "EK2EbGdxi56FIUqT42NP2wl31eSCld97wJao9dhkDr9O",
88
"type": "spec/capture_base/1.0",
9-
"classification": "",
9+
"classification": "this:123",
1010
"attributes": {
1111
"Age": "Numeric",
1212
"BreastWt": "Numeric",
1313
"Breed": "Text",
14-
"Farm": "Text",
14+
"Farm": "Array[Text]",
1515
"Glucose": "Numeric",
1616
"Lipase": "Numeric",
1717
"LiveWt": "Numeric"
1818
},
19-
"flagged_attributes": []
19+
"flagged_attributes": ["Farm"]
2020
},
2121
"overlays": {
2222
"character_encoding": {
@@ -39,12 +39,23 @@
3939
"capture_base": "EK2EbGdxi56FIUqT42NP2wl31eSCld97wJao9dhkDr9O",
4040
"attribute_formats": {
4141
"Age": "[0-9]{3}",
42-
"BreastWt": "[A-Z0-9]{9}",
43-
"Breed": "[A-Z]{15}",
44-
"Farm": "[A-Z0-9]{9}",
45-
"Glucose": "[A-Z0-9]{9}",
46-
"Lipase": "[A-Z0-9]{9}",
47-
"LiveWt": "[A-Z0-9]{9}"
42+
"Breed": "[A-Z]{0,15}",
43+
"Farm": "^[A-Za-z]{1,50}$"
44+
}
45+
},
46+
"cardinality": {
47+
"attr_cardinality": {
48+
"Glucose": "1-4"
49+
}
50+
},
51+
"unit": {
52+
"metric_system": "SI",
53+
"attribute_units": {
54+
"Age": "d",
55+
"BreastWt": "g",
56+
"Glucose": "mmol/L",
57+
"Lipase": "U/L",
58+
"LiveWt": "g"
4859
}
4960
},
5061
"meta": [
@@ -138,9 +149,11 @@
138149
"type": "spec/overlays/conformance/1.0",
139150
"capture_base": "EL4q2aahA0RN-ftw97E_fmbVDVTyDbIaQR2B44HGsqFG",
140151
"attribute_conformance": {
141-
"d": "M",
142-
"i": "M",
143-
"passed": "M"
152+
"Age": "M",
153+
"Farm": "M",
154+
"Glucose": "M",
155+
"Lipase": "O",
156+
"LiveWt": "O"
144157
}
145158
},
146159
"entry_code": {
File renamed without changes.

0 commit comments

Comments
 (0)