{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/NamespaceDefinitionEnumNoDefault", "title": "NamespaceDefinitionEnumNoDefault", "type": "string", "description": "Define the location where the data will be stored in the destination", "enum": [ "source", "destination", "custom_format" ], "x-speakeasy-component": true }