Skip to content

Commit

Permalink
[git-blame-ignore-rev] prettified schema files.
Browse files Browse the repository at this point in the history
  • Loading branch information
effigies committed Aug 19, 2022
1 parent 59ec7c7 commit aaccb5f
Show file tree
Hide file tree
Showing 53 changed files with 2,794 additions and 2,818 deletions.
478 changes: 239 additions & 239 deletions src/schema/meta/context.yaml

Large diffs are not rendered by default.

318 changes: 159 additions & 159 deletions src/schema/objects/columns.yaml

Large diffs are not rendered by default.

16 changes: 8 additions & 8 deletions src/schema/objects/entities.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -120,8 +120,8 @@ hemisphere:
type: string
format: label
enum:
- "L"
- "R"
- 'L'
- 'R'
inversion:
name: inv
display_name: Inversion Time
Expand Down Expand Up @@ -166,8 +166,8 @@ mtransfer:
respectively.
type: string
enum:
- "on"
- "off"
- 'on'
- 'off'
part:
name: part
display_name: Part
Expand All @@ -188,10 +188,10 @@ part:
omitted.
type: string
enum:
- mag
- phase
- real
- imag
- mag
- phase
- real
- imag
processing:
name: proc
display_name: Processed (on device)
Expand Down
4 changes: 2 additions & 2 deletions src/schema/objects/extensions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# This file describes valid file extensions in the specification.
ave:
value: .ave
display_name: AVE # not sure what ave stands for
display_name: AVE # not sure what ave stands for
description: |
File containing data averaged by segments of interest.
Expand Down Expand Up @@ -301,7 +301,7 @@ Any:
description: |
Any extension is allowed.
None:
value: ""
value: ''
display_name: No extension
description: |
A file with no extension.
Expand Down
Loading

0 comments on commit aaccb5f

Please sign in to comment.