Skip to content

Errors in publiccode.yml file #736

@publiccode-validator-bot

Description

There are errors in the publiccode.yml file:

Message
⚠️ publiccode.yml:5 publiccodeYmlVersion: v0.2 is not the latest version, use '0'. Parsing this file as v0.5.
publiccode.yml:86 description.it.freeTags: field freeTags not found in type publiccode.DescV0
publiccode.yml:101 description.it.featureList: field featureList not found in type publiccode.DescV0
publiccode.yml:132 description.en.freeTags: field freeTags not found in type publiccode.DescV0
publiccode.yml:147 description.en.featureList: field featureList not found in type publiccode.DescV0
⚠️ publiccode.yml:49 legal.repoOwner: This key is DEPRECATED and will be removed in the future. Use 'organisation.name' instead
⚠️ publiccode.yml:25 inputTypes: This key is DEPRECATED and will be removed in the future. It's safe to drop it
⚠️ publiccode.yml:20 outputTypes: This key is DEPRECATED and will be removed in the future. It's safe to drop it
⚠️ publiccode.yml:127 description.it.genericName: This key is DEPRECATED and will be removed in the future. It's safe to drop it
⚠️ publiccode.yml:174 description.en.genericName: This key is DEPRECATED and will be removed in the future. It's safe to drop it

Want to automate this check?

Add publiccode-parser-action to your GitHub repository, to automatically check your publiccode.yml at every commit
    
# Copy this to .github/workflows/publiccode-validation.yml
#
on: [pull_request]

jobs:
  publiccode_validation:
    runs-on: ubuntu-latest
    name: publiccode validation
    steps:
    - uses: actions/checkout@v5
    - uses: italia/publiccode-parser-action@v1
      with:
        publiccode: 'publiccode.yml'
    
  
Use publiccode-parser-go to validate your publiccode.yml from the command line

      $ docker run -i italia/publiccode-parser-go /dev/stdin < publiccode.yml
    

📄 publiccode.yml format | ℹ️ My source code | *

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions