Newer
Older
notebooks / behaverse / validators / test_array.schema.json
{
  "type": "array",
  "contains": {
    "type": "string",
    "enum": ["c1"]
  }
}