← Back to schema index

PlanQuotaState

Validation quota state for the plan in force: how many it includes, how many have been used, how many remain, and when the count resets.

Properties

FieldTypeDescription
plan_slugstringActive plan identifier.
plan_namestringHuman-readable name of the active plan.
limitintegerValidations included in the plan per calendar month.
usedintegerValidations consumed in the current month.
remainingintegerValidations remaining in the current month.
resets_atstring (date-time)ISO 8601 timestamp in UTC with explicit `Z` suffix. Example: `"2026-05-01T05:14:38Z"`. Every datetime field uses this shape. The descriptor at `meta.datetime` makes the contract runtime-assertable.

Used in operations

  • GET /v1/api/usage
  • GET /v1/admin/users
  • POST /v1/admin/users
  • PUT /v1/admin/users/{id}
  • PUT /v1/admin/users/{id}/suspend
  • GET /v1/admin/roles/{role}/users

Referenced by schemas