The contract defines 5 schemas that model the data the API accepts and returns. The most detailed are Error (4 properties), ErrorDetail (2 properties), SubmitJobResponse (2 properties), BulkImportRequest (2 properties). Each schema is shown below with its type and property counts.
Error
object
Error represents the standard API error response.
4 properties
BulkImportRequest
object
BulkImportRequest represents the multipart form data for bulk import operations.
2 properties
ImportMetadata
object
ImportMetadata represents the optional JSON metadata in a bulk import request.
1 property
SubmitJobResponse
object
ImportResponse represents the response after submitting an import job. This is named SubmitJobResponse in the OpenAPI spec.
2 properties
ErrorDetail
object
ErrorDetail represents error details in the delete response.
2 properties
Specification
The full machine-readable OpenAPI contract behind this narrative.