Skip to content
This repository was archived by the owner on Oct 2, 2019. It is now read-only.
This repository was archived by the owner on Oct 2, 2019. It is now read-only.

change the presentation of keywords, theme, and references #21

@gbinal

Description

@gbinal

From Issue #20, the actionable deliverable would be to change the way that the generator parses the contents of the keywords, theme, and references field so that they can be entered into the field with commas but then presented in the json as an array of strings. See below.

The generator makes every field "standard JSON" i.e.

'{ "keywords":"this, that, the other" }'

This is not compliant with the standard, which has more specific requirements for how to represent the objects. For example:

'{ "keywords": ["this", "that", "the other"] }'


Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions