Thank you for reaching out to Microsoft Q&A forum!
Yes, there are limitations on the number of entries in the schema for Document Field Extraction in Azure AI Studio. These include limits on the total number of fields, character count, and schema complexity. Exceeding these can cause errors.
The error you're encountering indicates that the number of actions in the Operations parameter should be between 1 and 50. This means that your schema likely has more than 50 actions defined, which exceeds the allowed limit. To resolve this issue, you'll need to reduce the number of actions in your schema to 50 or fewer. If you need to handle more actions, consider breaking your schema into multiple parts or simplifying your approach.
After reproducing the issue, I found that I was able to create the schema without any errors when using a smaller number of entries. It seems that reducing the number of entries in the schema resolves the issue.
I hope you understand. Do let us know if you any further queries.
If this answers your query, do click Accept Answer
and Yes
for was this answer helpful.