{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/AttributesFieldFilter",
"title": "AttributesFieldFilter",
"allOf": [
{
"title": "AttributesFieldFilter",
"description": "Filters on the resource's `attributes` field. Filters must use dot-notation to identify\nthe attribute key that will be used to filter the results. For example:\n\n\n - `filter[attributes.owner]`\n - `filter[attributes.owner][neq]=kong`\n - `filter[attributes.env]=dev`\n - `filter[attributes.env][ocontains]=dev,test`\n"
},
{
"$ref": "#/components/schemas/StringFieldFilter"
}
]
}