ForgeRock · Schema

Certification

An access certification campaign

Access ManagementAuthenticationAuthorizationIdentity GovernanceIdentity ManagementOpenID Connect

Properties

Name Type Description
_id string
name string Campaign name
description string Campaign description
type string Certification type
status string Campaign status
stages array Review stages with deadlines and reviewers
entitlementFilter object Filter to select which entitlements to include
createdDate string
closedDate string
View JSON Schema on GitHub

JSON Schema

forgerock-certification-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/Certification",
  "title": "Certification",
  "type": "object",
  "description": "An access certification campaign",
  "properties": {
    "_id": {
      "type": "string",
      "readOnly": true
    },
    "name": {
      "type": "string",
      "description": "Campaign name"
    },
    "description": {
      "type": "string",
      "description": "Campaign description"
    },
    "type": {
      "type": "string",
      "description": "Certification type",
      "enum": [
        "identity",
        "roleDefinition",
        "roleMembership",
        "entitlementOwner"
      ]
    },
    "status": {
      "type": "string",
      "description": "Campaign status",
      "enum": [
        "draft",
        "active",
        "closed",
        "expired",
        "cancelled"
      ]
    },
    "stages": {
      "type": "array",
      "description": "Review stages with deadlines and reviewers",
      "items": {
        "type": "object",
        "properties": {
          "name": {
            "type": "string"
          },
          "deadline": {
            "type": "string",
            "format": "date-time"
          },
          "reviewers": {
            "type": "array",
            "items": {
              "type": "string"
            }
          }
        }
      }
    },
    "entitlementFilter": {
      "type": "object",
      "description": "Filter to select which entitlements to include"
    },
    "createdDate": {
      "type": "string",
      "format": "date-time",
      "readOnly": true
    },
    "closedDate": {
      "type": "string",
      "format": "date-time",
      "readOnly": true
    }
  }
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/forgerock-certification"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.