FileMetadataDto
identifierstringrequired
Example: 
45f38abb-e7d7-4cf1-ac19-ac447466b8f5fileSizeInBytesnumberrequired
Example: 
1000fileNamestringrequired
Example: 
1744033172435-file.csvoriginalFileNamestringrequired
Example: 
file.csvmediaTypestringrequired
Example: 
text/csvpresentInLastCheckbooleanrequired
Example: 
truecsvw objectrequired
@contextstring[]required
Example: 
["http://example.com/csvw.json"]tables object
urlstringrequired
Example: 
http://example.com/table.csvtableSchema object
columnsstring[]
Example: 
[{"name":"http://example.com/tableSchema.json"}]dialectobject
Example: 
{"header":true}datasetIdstring
Example: 
dataset-123FileMetadataDto
{
  "identifier": "45f38abb-e7d7-4cf1-ac19-ac447466b8f5",
  "fileSizeInBytes": 1000,
  "fileName": "1744033172435-file.csv",
  "originalFileName": "file.csv",
  "mediaType": "text/csv",
  "presentInLastCheck": true,
  "csvw": {
    "@context": [
      "http://example.com/csvw.json"
    ],
    "tables": {
      "url": "http://example.com/table.csv",
      "tableSchema": {
        "columns": [
          {
            "name": "http://example.com/tableSchema.json"
          }
        ]
      },
      "dialect": {
        "header": true
      }
    }
  },
  "datasetId": "dataset-123"
}