interface
SchemaFieldConditionPredicate
interface SchemaFieldConditionPredicate { ... }A scoped equals, notEquals, or oneOf scalar comparison.
Source packages/protocol/src/generated.ts:565
scope"document" | "sibling"- The scope value.
pathstring- The path value.
operator"equals" | "notEquals" | "oneOf"- The operator value.
valuesSchemaFieldConditionValue[]- The values value.