File tree 2 files changed +14
-11
lines changed
2 files changed +14
-11
lines changed Original file line number Diff line number Diff line change @@ -27,6 +27,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
27
27
28
28
- Provide more details in data validation messages
29
29
- Fix issue with ` get_pyarrow_type_for_geopandas `
30
+ - Fix missing schemas issue for AT converter
30
31
31
32
## [ v0.3.2] - 2024-04-12
32
33
Original file line number Diff line number Diff line change 34
34
}
35
35
EXTENSIONS = ["https://fiboa.github.io/inspire-extension/v0.2.0/schema.yaml" ]
36
36
MISSING_SCHEMAS = {
37
- 'ref_art' : {
38
- 'type' : 'string'
39
- },
40
- 'ref_art_bezeichnung' : {
41
- 'type' : 'string'
42
- },
43
- 'referenz_kennung' : {
44
- 'type' : 'uint64'
45
- },
46
- 'fart_id' : {
47
- 'type' : 'uint32'
37
+ 'properties' : {
38
+ 'ref_art' : {
39
+ 'type' : 'string'
40
+ },
41
+ 'ref_art_bezeichnung' : {
42
+ 'type' : 'string'
43
+ },
44
+ 'referenz_kennung' : {
45
+ 'type' : 'uint64'
46
+ },
47
+ 'fart_id' : {
48
+ 'type' : 'uint32'
49
+ }
48
50
}
49
51
}
50
52
You can’t perform that action at this time.
0 commit comments