Root Insurance · Schema

application-alteration-hook

InsuranceAuto InsuranceTelematicsEmbedded InsurancePolicy AdministrationClaimsUsage-Based InsuranceInsurtech

Properties

Name Type Description
product_module_definition_alteration_hook_id string Must be a UUID. Unique identifier of the alteration hook definition.
product_module_definition_id string Must be a UUID. Unique identifier of the product module definition.
schema_id string Must be a UUID. Unique identifier of the schema linked to this alteration hook.
key string The unique key of the alteration hook.
name string The display name of the alteration hook.
type string The alteration hook type.
created_at string The date/time at which the alteration hook was created.
created_by objectnull `null` is allowed. An object indicating the user or API key that created the alteration hook definition.
productModuleDefinitionSchema objectnull Optional schema metadata for the alteration hook.
View JSON Schema on GitHub

JSON Schema

application-alteration-hook.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "application-alteration-hook",
  "type": "object",
  "required": [
    "product_module_definition_alteration_hook_id",
    "product_module_definition_id",
    "schema_id",
    "key",
    "name",
    "type",
    "created_at",
    "created_by"
  ],
  "properties": {
    "product_module_definition_alteration_hook_id": {
      "type": "string",
      "description": "Must be a UUID. Unique identifier of the alteration hook definition."
    },
    "product_module_definition_id": {
      "type": "string",
      "description": "Must be a UUID. Unique identifier of the product module definition."
    },
    "schema_id": {
      "type": "string",
      "description": "Must be a UUID. Unique identifier of the schema linked to this alteration hook."
    },
    "key": {
      "type": "string",
      "description": "The unique key of the alteration hook."
    },
    "name": {
      "type": "string",
      "description": "The display name of the alteration hook."
    },
    "type": {
      "type": "string",
      "description": "The alteration hook type."
    },
    "created_at": {
      "type": "string",
      "format": "date-time",
      "description": "The date/time at which the alteration hook was created."
    },
    "created_by": {
      "type": [
        "object",
        "null"
      ],
      "description": "`null` is allowed. An object indicating the user or API key that created the alteration hook definition."
    },
    "productModuleDefinitionSchema": {
      "type": [
        "object",
        "null"
      ],
      "description": "Optional schema metadata for the alteration hook.",
      "properties": {
        "product_module_definition_schema_id": {
          "type": "string"
        },
        "json": {
          "type": "object",
          "additionalProperties": true
        },
        "created_at": {
          "type": "string",
          "format": "date-time"
        },
        "created_by": {
          "type": [
            "object",
            "null"
          ]
        },
        "type": {
          "type": [
            "string",
            "null"
          ]
        }
      },
      "additionalProperties": true
    }
  },
  "example": {
    "product_module_definition_alteration_hook_id": "2cbbc377-e142-4986-8871-29b0a4c23353",
    "product_module_definition_id": "9b7b43f4-9ab8-4e37-b42b-59d5595f3983",
    "schema_id": "18f7e13a-f4f4-4b10-86ec-2973dfe77732",
    "key": "update_cover_amount",
    "name": "Update cover amount",
    "type": "application",
    "created_at": "2026-01-28T09:17:05.101Z",
    "created_by": {
      "type": "user",
      "id": "00000000-0000-0000-0000-000000000001"
    },
    "productModuleDefinitionSchema": {
      "product_module_definition_schema_id": "18f7e13a-f4f4-4b10-86ec-2973dfe77732",
      "json": {
        "type": "object",
        "properties": {
          "cover_amount": {
            "type": "integer"
          }
        }
      },
      "created_at": "2026-01-28T09:15:45.100Z",
      "created_by": {
        "type": "user",
        "id": "00000000-0000-0000-0000-000000000001"
      },
      "type": "application_alteration"
    }
  }
}

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/application-alteration-hook"
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 form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

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