You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(the last two fields are optional, the src field should be required)
However, the schema is poorly written in that it is missing the required property declaration and does not preclude additionalValues. Hence, an entry such as:
...,"icons": [
"url": "<some URL>,
],
...
will validate as src was not correctly required in the schema and additional properties are allowed.
Refine the schema so that it can better validate appD records.
The text was updated successfully, but these errors were encountered:
kriswest
changed the title
AppD schema does a poor job of validating icons, screenshots and other subschemas
AppD schema does a poor job of validating icons and screenshots
Jul 24, 2023
Area of Issue
[x] App Directory
Issue Description:
Icons in app appD records should have a format like:
(the last two fields are optional, the
src
field should be required)However, the schema is poorly written in that it is missing the required property declaration and does not preclude
additionalValues
. Hence, an entry such as:will validate as
src
was not correctly required in the schema and additional properties are allowed.Refine the schema so that it can better validate appD records.
The text was updated successfully, but these errors were encountered: