jx/internal/folio/schemas/codec.schema.json

9 lines
237 B
JSON
Raw Permalink Normal View History

2024-09-19 07:57:26 +00:00
{
"$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" ]
}