Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add validation for array values #50

Open
moranegg opened this issue May 16, 2024 · 1 comment
Open

Add validation for array values #50

moranegg opened this issue May 16, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@moranegg
Copy link
Collaborator

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"},
    ]
}
@progval progval changed the title Add validation for table values Add validation for array values May 16, 2024
@progval
Copy link
Member

progval commented May 16, 2024

kind of depends on #29

@progval progval added the enhancement New feature or request label May 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants