Skip to content

Commit 875af93

Browse files
committed
Use new schema URLs
1 parent 0f59bde commit 875af93

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

Diff for: _pages/create/examples.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ examples:
2828
```
2929
3030
Please refer to
31-
[the updated JSON schema for `examples.yaml`](https://raw.githubusercontent.com/opengeospatial/bblocks-postprocess/master/ogc/bblocks/examples-schema.yaml)
31+
[the updated JSON schema for `examples.yaml`](https://raw.githubusercontent.com/opengeospatial/bblocks-postprocess/master/ogc/bblocks/schemas/examples.schema.yaml)
3232
for more information.
3333

3434
The `examples.yaml` file in `my-building-block` can be used as a template.

Diff for: _pages/create/structure.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ The following image summarizes the general usage of a building block:
1212
The `_sources` directory will contain the sources for the building blocks inside this repository.
1313

1414
- `bblock.json`: Contains the metadata for the building block. Please refer to this
15-
[JSON schema](https://raw.githubusercontent.com/opengeospatial/bblocks-postprocess/master/ogc/bblocks/metadata-schema.yaml)
15+
[JSON schema](https://raw.githubusercontent.com/opengeospatial/bblocks-postprocess/master/ogc/bblocks/schemas/metadata.schema.yaml)
1616
for more information.
1717
- `description.md`: Human-readable, Markdown document with the description of this building block.
1818
See [Adding documentation](documentation) for more information.

Diff for: _pages/create/validation.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Test cases defines in the `tests/` subdirectory of each building block get valid
1515
can be added in `tests.yaml` as a list of objects with a `ref` property pointing to the test resource's location,
1616
and optionally defining the `output-filename` and/or `require-fail` properties (for more information, see the
1717
example `tests.yaml` file provided in the template and
18-
[the JSON Schema for `tests.yaml`](https://github.com/opengeospatial/bblocks-postprocess/blob/master/ogc/bblocks/extra-tests-schema.yaml){:target="_blank"}.
18+
[the JSON Schema for `tests.yaml`](https://github.com/opengeospatial/bblocks-postprocess/blob/master/ogc/bblocks/schemas/tests.schema.yaml){:target="_blank"}.
1919

2020
In each case, the `/build/tests/` directory contains a set of validation outputs.
2121

Diff for: _pages/index.markdown

+3-3
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ This is the documentation for the OGC Building Blocks framework, a **specificati
99
This supports the FAIR principles for **specifications** - with every specification being a component that can be
1010
re-used. For more discussion see [Design Principles](overview/principles)
1111

12-
Building Blocks can be used to **add documentation** to existing specification components, or to **design** and *
13-
*assemble** reusable specification components cost-effectively using a test-driven approach.
12+
Building Blocks can be used to **add documentation** to existing specification components, or to **design** and
13+
**assemble** reusable specification components cost-effectively using a test-driven approach.
1414

15-
Building Blocks are _"technology agnostic"_ - i.e. may be various [types](overview/types) - however an emphasis is
15+
Building Blocks are *technology-agnostic* - i.e. may be various [types](overview/types) - however an emphasis is
1616
support for semantically annotated JSON schemas for use in OGC API definitions.
1717

1818
Building Blocks can be organised into [registers](overview/registers) for convenience, each repository creating a local

0 commit comments

Comments
 (0)