Whether you're setting this override for a source or destination
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ActorTypeEnum", "title": "ActorTypeEnum", "description": "Whether you're setting this override for a source or destination", "enum": [ "source", "destination" ], "x-speakeasy-component": true }