You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ProjectionConfig:
description: A structured projection that allows for some configuration.
type: object
properties:
name:
description: >-
The name of the column to project or a reverse link specification,
see [API
Guide](https://xata.io/docs/concepts/data-model#links-and-relations).
type: string
columns:
$ref: '#/components/schemas/QueryColumnsProjection'
...
QueryColumnsProjection:
type: array
items:
oneOf:
- type: string
- $ref: '#/components/schemas/ProjectionConfig'
ObjectValue is going to be deprecated => manually removed from specs
ProjectionConfig => QueryColumnsProjection => ProjectionConfig => This has a legitimate use case. We'll deal with that later. Currently we removed the reference from QueryColumnsProjection manually.
The text was updated successfully, but these errors were encountered:
In the
workspace
scope spec, there are 2 cases where types are referencing themselves recursivelyand
@philkra clarified that
ObjectValue
is going to be deprecated => manually removed from specsProjectionConfig => QueryColumnsProjection => ProjectionConfig
=> This has a legitimate use case. We'll deal with that later. Currently we removed the reference fromQueryColumnsProjection
manually.The text was updated successfully, but these errors were encountered: