Mohammed.Original post
Web Developer
every time i set the type to String[] i get an error that said : {
"detail": "Failed to create quiz: Invalid document structure: Attribute "options['0']" has invalid type. Value must be a valid string and no longer than 5000 chars"
}
Summary
Developers are trying to set a dictionary value to an attribute in a collection but are encountering an error when setting the type to String[]. The error message states that the attribute "options['0']" must be a valid string and no longer than 5000 characters.