GSA / GSA/enterprise-data-inventory

Not able to add multiple bureauCodes and programCodes to a dataset?

Open
#48 2 comments 0 reactions 0 assignees View on GitHub
Dominant language
No language data
Stars
8
Forks
5
PR merge metrics
No merged PRs in 30d

Description

As per the schema, a data asset created by a federal agency should have one or more `programCode`s and `bureauCode`s. How should data assets with more than one bureauCode or programCode be recorded?

Recommendation: accept comma separated codes e.g. "019:05,018:02". Or, do whatever you do now for accepting one or more strings as an array (i.e. for keywords).

JSON output from an input like that would be:

`programCode: ["019:05","018:02"]`

You can't use this approach now, as the JSON generated is:
`"bureauCode": "019:20,018:20"`

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.