ForgeRock · Schema

ScriptList

Access ManagementAuthenticationAuthorizationIdentity GovernanceIdentity ManagementOAuthOpenID Connect

Properties

Name Type Description
result array
resultCount integer
View JSON Schema on GitHub

JSON Schema

forgerock-scriptlist-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ScriptList",
  "title": "ScriptList",
  "type": "object",
  "properties": {
    "result": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/Script"
      }
    },
    "resultCount": {
      "type": "integer"
    }
  }
}