Hello
when the following field is present upon a schema, I am facing an issue when attempting to write data into the field.
"sampleField": {
"title": "Sample Array Field",
"description": "An example array field using a primitive type.",
"type": "array",
"items": {
"type": "string"
}
...