Deriveevaluationcontextschema Client
Infer the schema of the evaluation context for a specific set of clients, that has previously been used to resolve one or more flags.
Documentation Index
Fetch the complete documentation index at: https://confidence-auth-testing.mintlify.io/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
The list of clients to infer the schema for. If empty, returns schema for all clients that the caller has permissions to.
Filter the available options by finding only options that can be used in combination with this existing schema.
For instance if field country is selected, only find schemas where country exists.
Response
OK
The client specific derived schemas.
The schema created by merging the schema from all clients.
True if the number of schema entries exceeded the processing limit and the result may be incomplete. Use evaluation context field overrides to manually define missing fields.

