Commit d8f733f 1 parent 956d0e7 commit d8f733f Copy full SHA for d8f733f
File tree 2 files changed +25
-12
lines changed
2 files changed +25
-12
lines changed Original file line number Diff line number Diff line change 6
6
"capture_base" : {
7
7
"d" : " EK2EbGdxi56FIUqT42NP2wl31eSCld97wJao9dhkDr9O" ,
8
8
"type" : " spec/capture_base/1.0" ,
9
- "classification" : " " ,
9
+ "classification" : " this:123 " ,
10
10
"attributes" : {
11
11
"Age" : " Numeric" ,
12
12
"BreastWt" : " Numeric" ,
13
13
"Breed" : " Text" ,
14
- "Farm" : " Text" ,
14
+ "Farm" : " Array[ Text] " ,
15
15
"Glucose" : " Numeric" ,
16
16
"Lipase" : " Numeric" ,
17
17
"LiveWt" : " Numeric"
18
18
},
19
- "flagged_attributes" : []
19
+ "flagged_attributes" : [" Farm " ]
20
20
},
21
21
"overlays" : {
22
22
"character_encoding" : {
39
39
"capture_base" : " EK2EbGdxi56FIUqT42NP2wl31eSCld97wJao9dhkDr9O" ,
40
40
"attribute_formats" : {
41
41
"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"
48
59
}
49
60
},
50
61
"meta" : [
138
149
"type" : " spec/overlays/conformance/1.0" ,
139
150
"capture_base" : " EL4q2aahA0RN-ftw97E_fmbVDVTyDbIaQR2B44HGsqFG" ,
140
151
"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"
144
157
}
145
158
},
146
159
"entry_code" : {
File renamed without changes.
You can’t perform that action at this time.
0 commit comments