This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | openapi: 3.0.3 | |
| info: { title: DataGateway API, version: 1.0.0 } | |
| tags: | |
| - name: ingestion | |
| description: Ingest data from external sources | |
| paths: | |
| /data: | |
| post: | |
| summary: Ingest data payload (array) | |
| tags: [ingestion] | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | openapi: 3.0.3 | |
| info: { title: Hamlet Ingester API, version: 1.0.0 } | |
| tags: | |
| - name: ingestion | |
| description: Ingest data from eventbroker for Hamlet | |
| paths: | |
| /dataObject: | |
| post: | |
| tags: [ingestion] | |
| summary: Receive a single data object | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | openapi: 3.0.3 | |
| info: { title: Prospero Ingester API, version: 1.0.0 } | |
| tags: | |
| - name: ingestion | |
| description: Ingest data from eventbroker for Prospero | |
| paths: | |
| /dataObject: | |
| post: | |
| tags: [ingestion] | |
| summary: Receive a single data object | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | openapi: 3.0.3 | |
| info: { title: DataGateway API, version: 1.0.0 } | |
| tags: | |
| - name: ingestion | |
| description: Ingest data from external sources | |
| paths: | |
| /data: | |
| post: | |
| summary: Ingest data payload (array) | |
| tags: [ingestion] |