Skip to content

Commit

Permalink
Merge pull request #302 from zoj613/example
Browse files Browse the repository at this point in the history
Fix Example JSON document for Array metadata.
  • Loading branch information
joshmoore authored Jul 25, 2024
2 parents 6e5616c + 422c550 commit f6cb2ba
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/v3/core/v3.0.rst
Original file line number Diff line number Diff line change
Expand Up @@ -721,9 +721,9 @@ compressed using gzip compression prior to storage::
}
},
"codecs": [{
"name": "gzip",
"name": "bytes",
"configuration": {
"level": 1
"endian": "big"
}
}],
"fill_value": "NaN",
Expand Down Expand Up @@ -760,9 +760,9 @@ above, but using a (currently made up) extension data type::
}
},
"codecs": [{
"name": "gzip",
"name": "bytes",
"configuration": {
"level": 1
"endian": "big"
}
}],
"fill_value": null,
Expand Down

0 comments on commit f6cb2ba

Please sign in to comment.