jx/internal/resource/schemas/codec.schema.json
Matthew Rich 8094d1c063
Some checks are pending
Lint / golangci-lint (push) Waiting to run
Declarative Tests / test (push) Waiting to run
Declarative Tests / build-fedora (push) Waiting to run
Declarative Tests / build-ubuntu-focal (push) Waiting to run
add build support to container_image resource; add more testing
2024-09-19 08:11:57 +00:00

9 lines
237 B
JSON

{
"$id": "codec.schema.json",
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "codec",
"type": "string",
"description": "Supported serialization encode/decode formats",
"enum": [ "yaml", "json", "protobuf" ]
}