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
Within Strapi I have created several components which have some required properties. Somehow in the JSON there is no required prop inside the object. Inside the single type the component has the required prop but inside the component it self the properties don't have a required prop. Here are some example images:
Additional context
As you can see from the images pageTitle and metaDescription are required the seoHead component. In the single type the whole seoHead component is wrapped inside a required array. But when I look inside the JSON from the component there are no required props at pageTitle and metaDescription.
Suggested improvements or fixes
When a field is set to required inside Strapi the documentation adds a required property to the JSON
Related issue(s)/PR(s)
No response
The text was updated successfully, but these errors were encountered:
Link to the documentation page or resource
https://cms-strapi.amv.nl/api/swagger
Describe the bug
Within Strapi I have created several components which have some required properties. Somehow in the JSON there is no required prop inside the object. Inside the single type the component has the required prop but inside the component it self the properties don't have a required prop. Here are some example images:
Additional context
As you can see from the images
pageTitle
andmetaDescription
are required the seoHead component. In the single type the whole seoHead component is wrapped inside a required array. But when I look inside the JSON from the component there are no required props atpageTitle
andmetaDescription
.Suggested improvements or fixes
When a field is set to required inside Strapi the documentation adds a required property to the JSON
Related issue(s)/PR(s)
No response
The text was updated successfully, but these errors were encountered: