fix schema path
Some checks failed
Lint / golangci-lint (push) Failing after 10m23s
Releases / build (push) Failing after 35s
Declarative Tests / test (push) Successful in 1m12s

This commit is contained in:
Matthew Rich 2024-04-03 12:48:30 -07:00
parent 371b7e6b03
commit 6ba3a8f0f8

View File

@ -36,8 +36,8 @@ Read the state of an existing resource (URI) and generate a YAML representation
Resources:
* [file](examples/file.yaml) [schema](internal/resource/file.jsonschema)
* [user](examples/user.yaml) [schema](internal/resource/user.jsonschema)
* [package](examples/package.yaml) [schema](internal/resource/package.jsonschema)
* [container](examples/container.yaml) [schema](internal/resource/container.jsonschema)
* [network_route](examples/network_route.yaml) [schema](internal/resource/network_route.jsonschema)
* [file](examples/file.yaml) [schema](internal/resource/schemas/file.jsonschema)
* [user](examples/user.yaml) [schema](internal/resource/schemas/user.jsonschema)
* [package](examples/package.yaml) [schema](internal/resource/schemas/package.jsonschema)
* [container](examples/container.yaml) [schema](internal/resource/schemas/container.jsonschema)
* [network_route](examples/network_route.yaml) [schema](internal/resource/schemas/network_route.jsonschema)