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

1036 correct appd schema for images and screenshots #1037

Commits on Jul 24, 2023

  1. Correct issue in appd details field's schema, error in example and im…

    …prove test
    
    - the details field of the appD schema is using `oneOf` to combine subschemas, however, this requires them to be distinct and non-verlapping. This should be `anyOf` instead as this prevents validation errors when the element conforms to multiple subschemas.
    - commas were removed from email fields in the fdc3-workbench example as these fail validation
    - The test was improved by adding multiple examples and providing better output from it.
    kriswest committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    2bf01ce View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    01f9c6d View commit details
    Browse the repository at this point in the history
  3. Changelog

    kriswest committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    b40ad2a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7781b7b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    624efe9 View commit details
    Browse the repository at this point in the history