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
I am try to validate product data json with Amazon Product Type Definitions schema. but I have two problems.
First One: This is part of footwear_size property, there is 3 attribute are required. size, size_class, size_system.
I check the amazon documents they says ve ara use 2019-09 schema then i use Draft201909Validator for validating. ( also i try another ones.)
First Problem is ValidationError return only base attribute 3 time footwear_size, i cant see size, size_class, size_system attributes.
Second Is: schema says if size_system == eu_footwear_size_system then required age_group. But age_group not appear required errors.
Here is product data json part.
This discussion was converted from issue #1375 on June 27, 2025 12:14.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I am try to validate product data json with Amazon Product Type Definitions schema. but I have two problems.
First One: This is part of footwear_size property, there is 3 attribute are required. size, size_class, size_system.
I check the amazon documents they says ve ara use 2019-09 schema then i use Draft201909Validator for validating. ( also i try another ones.)
First Problem is ValidationError return only base attribute 3 time footwear_size, i cant see size, size_class, size_system attributes.
Second Is: schema says if size_system == eu_footwear_size_system then required age_group. But age_group not appear required errors.
Here is product data json part.
Here is schema if then part.
and i am attaching full schema.
schema.json
Any one can help me ?
Beta Was this translation helpful? Give feedback.
All reactions