Skip to content

Commit

Permalink
Sync v3 spec with v2 spec
Browse files Browse the repository at this point in the history
  • Loading branch information
bcorrie committed Mar 26, 2024
1 parent 53beedb commit b503100
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions specs/airr-schema-openapi3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -344,9 +344,9 @@ Attributes:
FileObject:
type: object
properties:
file_type:
format:
type: string
description: The file format for the file (e.g. json, tsv)
description: The file format for the file (e.g. json, tsv).
nullable: true
compression:
type: string
Expand All @@ -356,6 +356,14 @@ FileObject:
type: string
description: The name of the file
nullable: true
checksum:
type: string
description: MD5 checksum of the file.
nullable: true
version:
type: string
description: Version stamp for the file (if any).
nullable: true

# AIRR DataSet specification
# An AIRR DataSet consists of tags for types of AIRR Schema Objects and a set of files that hold data in the AIRR format
Expand Down

0 comments on commit b503100

Please sign in to comment.