Skip to content

Commit

Permalink
chore: clarify field descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
jgadling committed Oct 8, 2024
1 parent 405fb63 commit a40a2f6
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 32 deletions.
21 changes: 11 additions & 10 deletions apiv2/database/migrations/versions/20241008_125739_autogenerated.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

24 changes: 6 additions & 18 deletions apiv2/graphql_api/types/frame.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 2 additions & 4 deletions apiv2/schema/schema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1656,13 +1656,11 @@ classes:
- api_frame_is_gain_corrected
range: boolean
s3_frame_path:
description: Path to a directory containing data for this entity as an S3 url
description: S3 path to the frame file
range: string
required: true
https_frame_path:
description:
Path to a directory containing data for this entity as an HTTPS
url
description: HTTPS path to the frame file
range: string
required: true
PerSectionAlignmentParameters:
Expand Down

0 comments on commit a40a2f6

Please sign in to comment.