Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion docs/schema.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,12 @@

## Example

An example of the schema can be found below and the description of the keys after the example.
!!! note

An example of the schema can be found below and the description of the keys after the example.
For a full real-life example, you can refer to the `ias-o3a.json` file
in the [IAS O3a catalog release page](https://zenodo.org/records/14853304).


```json
{
Expand Down
2 changes: 2 additions & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,6 @@ markdown_extensions:
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- admonition
- pymdownx.details
- pymdownx.superfences