import requests
url = "https://{FUSION HOST}/api/query-stages/schema"
headers = {"Authorization": "Basic <encoded-value>"}
response = requests.get(url, headers=headers)
print(response.text){}Fetch the configuration schemas for all query pipeline stage types.
import requests
url = "https://{FUSION HOST}/api/query-stages/schema"
headers = {"Authorization": "Basic <encoded-value>"}
response = requests.get(url, headers=headers)
print(response.text){}Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
OK
Represents a structured object type definition used in the Experience Manager.
Show child attributes
Additional properties that may be included in this object.
The category classification of this object type.
Defines the priority of this object type within its category.
Default values for this object type, if applicable.
A collection of definitions related to this object type.
Show child attributes
Show child attributes
string, number, integer, boolean, object, array, null, ref Show child attributes
string, number, integer, boolean, object, array, null, ref A human-readable description of the object type. This value is shown in the field's tooltip in the Rules Editor.
A list of valid enumeration values for this object type.
A collection of hints or suggestions related to this object type.
The maximum number of properties allowed for this object.
The minimum number of properties required for this object.
Defines a set of possible types that this object can be.
Show child attributes
string, number, integer, boolean, object, array, null, ref Show child attributes
string, number, integer, boolean, object, array, null, ref A list of properties defined for this object type.
Show child attributes
Show child attributes
string, number, integer, boolean, object, array, null, ref Show child attributes
string, number, integer, boolean, object, array, null, ref A list of required properties for this object type.
The user-friendly title of this object type.
Defines the primary data type of this object.
array, boolean, integer, null, number, object, ref, string Indicates whether this object type is considered unsafe.
Was this page helpful?