{ "opencollection": "1.0.0", "info": { "name": "Akamai: API Endpoint Definition Access tokens Schemas API", "version": "2" }, "items": [ { "info": { "name": "Schemas", "type": "folder" }, "items": [ { "info": { "name": "Akamai Get a Schema for a Rule Format", "type": "http" }, "http": { "method": "GET", "url": "https://{hostname}/api-definitions/v2/schemas/products/:productId/:ruleFormat", "params": [ { "name": "productId", "value": "{{productId}}", "type": "path", "description": "Unique identifier for the product. See [ID prefixes](https://techdocs.akamai.com/property-mgr/reference/id-prefixes) for details on omitting the value's `prd_` prefix." }, { "name": "ruleFormat", "value": "{{ruleFormat}}", "type": "path", "description": "Name of the rule format. The rule format can be frozen to a specific version, or represent the `latest` set of behaviors and criteria." }, { "name": "accountSwitchKey", "value": "{{accountSwitchKey}}", "type": "query", "description": "For customers who manage more than one account, this [runs the operation from another account](https://techdocs.akamai.com/developer/docs/manage-many-accounts-with-one-api-client). The Identity and Access Management API provides a [list of available account switch keys](https://techdocs.akamai.com/iam-api/reference/get-client-account-switch-keys)." } ] }, "docs": "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](https://techdocs.akamai.com/property-mgr/reference/get-available-behaviors) and [List available criteria](https://" }, { "info": { "name": "Akamai Get a Schema for a Request", "type": "http" }, "http": { "method": "GET", "url": "https://{hostname}/api-definitions/v2/schemas/request/:filename", "params": [ { "name": "filename", "value": "{{filename}}", "type": "path", "description": "Schema's filename." }, { "name": "accountSwitchKey", "value": "{{accountSwitchKey}}", "type": "query", "description": "For customers who manage more than one account, this [runs the operation from another account](https://techdocs.akamai.com/developer/docs/manage-many-accounts-with-one-api-client). The Identity and Access Management API provides a [list of available account switch keys](https://techdocs.akamai.com/iam-api/reference/get-client-account-switch-keys)." } ] }, "docs": "Fetch the JSON schema for a particular request. Error messages about schema mismatches typically link the schema filename." } ] } ], "bundled": true }