Inspect orb and applying or separating aspect fields
Request and response shapes
Input shape
{ fields: { includeAspects: true; maxRows?: number } }Output shape
{ projection: { aspects: Array<{ fromBody: string; toBody: string; aspect: string; angle: number; orb: number; applying?: boolean; separating?: boolean }> } }Examples
Request example
{
"fields": {
"includeAspects": true,
"maxRows": 80
}
}Response example
{
"projection": {
"aspects": [
{
"fromBody": "SUN",
"toBody": "MOON",
"aspect": "trine",
"angle": 120,
"orb": 0.4,
"applying": true
}
]
}
}Common validation errors
- maxRows must be between 1 and 200.
Related questions
- aspect orb fields
- applying versus separating
- aspect JSON schema