inab / benchmarking-data-model

OpenEBench Benchmarking Data Model repository
Creative Commons Attribution Share Alike 4.0 International
2 stars 7 forks source link

Tool tool_access_type(_id) mismatch field name and required list #84

Closed jlgelpi closed 5 years ago

jlgelpi commented 5 years ago

Name of the field differs on the schema and the required list

vsundesha commented 5 years ago

On the same note I found a couple of inconsistencies between the keys in different schemas Community schema | community_contacts -> community_contact_ids Metrics schema | metrics_contact_id -> metrics_contact_ids Tool schema | tool_contact_id -> tool_contact_ids

idsolv schema | pattern is missing the property "type"

jmfernandez commented 5 years ago

@vsundesha, this issue is focused on name mismatches in different parts of a single schema, not about on how a property is being named in different schemas. So, although the issues you are reporting are legit, they are unrelated to this issue. Please, put them in a separate issue.

jmfernandez commented 5 years ago

Issue reported by @jlgelpi has been fixed in 7306e393c9e2cfd6678542d8cf79da9523a4b7ac

vsundesha commented 5 years ago

It still has to do with inconsistencies in the schema, but anyways i'll open another one !