{
  "type": "object",
  "properties": {
    "state": {
      "type": "string",
      "description": "The state that the membership should be in. Only `\"active\"` will be accepted.",
      "const": "active"
    }
  },
  "required": [
    "state"
  ],
  "$schema": "https://json-schema.org/draft/2019-09/schema"
}