create table fields (
  name text not null,
  type text not null,
  description text,
  deprecation ,
  default text,
  required boolean not null,
  minimum bigint,
  maximum bigint,
  example text,
  attributes ,
  annotations 
);