Skip to content
Developer Preview

ContextPressureLevel

Context pressure level: hard threshold first, both inclusive >=. Open.

  • "blocked"
  • "normal"
  • "warning"
Source

schema/msp/experimental/msp.schema.json#/types/ContextPressureLevel

{
"description": "Context pressure level: hard threshold first, both\ninclusive `>=`. Open.",
"enum": [
"normal",
"warning",
"blocked"
],
"type": "string",
"x-msp-openness": "open"
}