geopython / geopython/pygeometa

contacts and distributions as array?

Open
#219 2 comments 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
127
Forks
52
Avg merge
3d 8h
Merged PRs (30d)
1

Description

The pattern of having contacts and distributions as key-value pairs is common in mcf. However this pattern is problematic in [mdme](https://github.com/osgeo/mdme). the `build form from json schema` is not able to manage this pattern in json-schema:

```
"contact": {
"title": "Contacts",
"patternProperties": {
"^.*": {
"type": "object",
```

I wonder if there are other scenario's with the same issue (there is for example the [PR with multiple contacts having the same role](#196) which is used as unique key).

I understand this is a massive breaking change, but just curious to hear your thoughts.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.