diff --git a/specs/ingestion/common/schemas/destination.yml b/specs/ingestion/common/schemas/destination.yml index 46c1fa97a7..f3a1270e3a 100644 --- a/specs/ingestion/common/schemas/destination.yml +++ b/specs/ingestion/common/schemas/destination.yml @@ -41,7 +41,6 @@ DestinationCreate: - type - name - input - - authenticationID DestinationCreateResponse: type: object diff --git a/specs/ingestion/common/schemas/source.yml b/specs/ingestion/common/schemas/source.yml index f81a65ed95..3438a345fc 100644 --- a/specs/ingestion/common/schemas/source.yml +++ b/specs/ingestion/common/schemas/source.yml @@ -39,7 +39,6 @@ SourceCreate: - type - name - input - - authenticationID SourceCreateResponse: type: object @@ -154,7 +153,7 @@ SourceJSON: MappingTypeCSV: type: string - enum: ['string','integer','float','boolean','json'] + enum: ['string', 'integer', 'float', 'boolean', 'json'] SourceCSV: type: object