Skip to content

Add validation for array values #50

@moranegg

Description

@moranegg

A first step before making the generator a multilingual component, allow the insertion of multilingual values as in the example below when validating codemeta.json file.

{
    "@context": "https://doi.org/10.5063/schema/codemeta-2.0 <https://doi.org/10.5063/schema/codemeta-2.0>",
    "@type" : "SoftwareSourceCode",
    "description": [
      {"@value": "SOFA est...", "@language": "fr"},
      {"@value": "SOFA is...", "@language": "en"},
    ]
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions