Predicate:
| readonly [
operator:
"="
|
"!="
|
"^="
|
"!^="
|
"$="
|
"!$="
|
"*="
|
"!*=",
operand: string,
]
| readonly [
operator:
">"
| "!>"
| ">="
| "!>="
| "<"
| "!<"
| "<="
| "!<=",
operand: number,
]
| readonly [
operator:
"#>"
| "!#>"
| "#>="
| "!#>="
| "#<"
| "!#<"
| "#<="
| "!#<=",
operand: number,
]
An adjacent operator and operand pair within an AllOf.