Logo
Akamai APIs API Documentation

Schemas

Number of APIs: 2


1. Get a schema for a rule format

GET https://{{host}}/papi/v1/schemas/products/:productId/:ruleFormat

Get the JSON schema for the given product and rule format, which you can use to validate a rule tree object. Note that your rule tree may still fail to activate if you specify features that are optional within the schema for a product but not currently supported on your contract. To validate the set of currently available features you want to activate, run List available behaviors and List available criteria.



2. Get a schema for a request

GET https://{{host}}/papi/v1/schemas/request/:filename

Fetch the JSON schema for a particular request. Error messages about schema mismatches typically link the schema filename.



ENDPOINTS