diff --git a/jc/parsers/cbt.py b/jc/parsers/cbt.py index 5b75e8d0..e0559485 100644 --- a/jc/parsers/cbt.py +++ b/jc/parsers/cbt.py @@ -35,6 +35,22 @@ Schema: } ] +Schema (raw): + + [ + { + "key": string, + "cells": [ + { + "column_family": string, + "column": string, + "timestamp": string, + "value": string + } + ] + } + ] + Examples: $ cbt -project=$PROJECT -instance=$INSTANCE lookup $TABLE foo | jc --cbt -p