{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "policy-status", "type": "string", "description": "The policy status. See the [managing policies](https://docs.rootplatform.com/docs/policy-administration#policy-lifecycle) guide for more details on the policy lifecycle.", "enum": [ "pending_initial_payment", "active", "cancelled", "expired", "lapsed", "not_taken_up" ] }