Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://api-sandbox.featherhq.com/v1/policies/expression-schema \ --header 'x-api-key: <api-key>'
{ "predicates": [ { "name": "<string>", "signature": "<string>", "description": "<string>" } ], "operators": [ "<string>" ], "common_fields": [ { "path": "<string>", "type": "<string>", "description": "<string>", "namespace": false } ], "points": [ { "content_paths": [ { "path": "<string>", "type": "<string>", "description": "<string>", "namespace": false } ] } ] }
Successful Response
The full authoring surface for the expression check DSL.
expression
Show child attributes
Was this page helpful?