question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

LI: ValidationError: 'ver' is a required property

See original GitHub issue

File: LI/2DCode/raw/4.json

tests/test_ehealth_certs.py:287: in test_cose_schema
    schema_validate(hcert, _get_hcert_schema())
/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/site-packages/jsonschema/validators.py:934: in validate
    raise error
E   jsonschema.exceptions.ValidationError: 'ver' is a required property
E   
E   Failed validating 'required' in schema:
E       {'$comment': 'Schema version 1.0.1',
E        '$id': 'https://id.uvci.eu/DGC.schema.json',
E        '$schema': 'https://json-schema.org/draft/2020-12/schema',
E        'description': 'EU Digital Green Certificate', 
...
E     
E   On instance:
E       {'dob': '1984-02-04',
E        'nam': {'fn': 'Mustermann',
E                'fnt': 'MUSTERMANN',
E                'gn': 'Max',
E                'gnt': 'MAX'},
E        't': [{'ci': 'URN:UVCI:01:LI:90EEXRLI0XHXAG2',
E               'co': 'LI',
E               'is': 'Amt für Gesundheit',
E               'ma': '1173',
E               'sc': '2021-06-13T00:00:00+02:00',
E               'tc': 'TestCenter',
E               'tg': '840539006',
E               'tr': '260415000',
E               'tt': 'LP217198-3'}]}

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Reactions:2
  • Comments:5 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
phubercommented, Jul 1, 2021

@vanlooverenkoen Sure, we’ll upload updated certificates by the end of the week!

0reactions
vanlooverenkoencommented, Jul 5, 2021

Looking good

Read more comments on GitHub >

github_iconTop Results From Across the Web

Page Validation Error Help - HTML & CSS - SitePoint Forums | Web ...
Greetings. I have a site that I've been developing for a while now using the wordpress format. At some point, the css no...
Read more >
Change the position of parsley-errors-list in parsleyjs
I am using parsleyjs.org to validate my forms. The plugin creates a ui.parsley-errors-list when an input has a validation error. The problem is ......
Read more >
vkCreateShaderModule runtime validation error : r/vulkan
I am using GLFW for the X11 window. If you need to see it, here is the repo. The shaders are in the...
Read more >
Angular Reactive Forms: trigger validation on submit
In this article we will learn different approaches of validating all form fields when user clicks on submit button for Angular Reactive ...
Read more >
struts-validation-error-handling-en.pdf - LaLiLuna
The action form class provides a method validate() which is called before the action class is executed. So you can validate your properties...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found