From 73610f6654a62337c8edede48118e83bcb38aadf Mon Sep 17 00:00:00 2001 From: Alex Grintsvayg Date: Thu, 24 Feb 2022 09:21:43 -0500 Subject: [PATCH] move wallet jsonschema --- README.md | 5 ++++- {v2/json => jsonschema}/wallet.json | 0 2 files changed, 4 insertions(+), 1 deletion(-) rename {v2/json => jsonschema}/wallet.json (100%) diff --git a/README.md b/README.md index b317d55..78703a3 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,12 @@ # LBRY Types -Cross-language definitions for standard LBRY types. +Cross-language definitions for standard LBRY types. `v1/` contains the old proto2 files. `v2/` contains the new proto3 files. See the README.md file in each dir for instructions on using each. +`jsonschema/` contains the definition of the wallet file. + + ## License MIT diff --git a/v2/json/wallet.json b/jsonschema/wallet.json similarity index 100% rename from v2/json/wallet.json rename to jsonschema/wallet.json