Skip to content

Commit

Permalink
docs: adapt to new schema name
Browse files Browse the repository at this point in the history
Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com>
  • Loading branch information
henryiii committed Oct 18, 2023
1 parent 7f57b18 commit b83f463
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,5 +75,5 @@ repos:
files: ^src/uhi/resources/histogram.json$
- id: check-jsonschema
name: Validate Histogram examples
args: [--schemafile, src/uhi/resources/histogram.json]
args: [--schemafile, src/uhi/resources/histogram.schema.json]
files: ^tests/resources/.*\.json
4 changes: 2 additions & 2 deletions docs/serialization.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,14 +111,14 @@ eventually, but are not valid by themselves.

## Rendered schema

```{jsonschema} ../src/uhi/resources/histogram.json
```{jsonschema} ../src/uhi/resources/histogram.schema.json
```


## Full schema

The full schema is below:

```{literalinclude} ../src/uhi/resources/histogram.json
```{literalinclude} ../src/uhi/resources/histogram.schema.json
:language: json
```

0 comments on commit b83f463

Please sign in to comment.