Browse Source

fixing minor mistakes

Bedeho Mender 6 years ago
parent
commit
cdbffad06f
1 changed files with 2 additions and 2 deletions
  1. 2 2
      reports/archive/1.md

+ 2 - 2
reports/archive/1.md

@@ -17,9 +17,9 @@ Bedeho
 
 ## Topics
 
-How content should be represented in the content directory is not specified in detail in the whitepaper, only sketched out conceptually, and Alex and Jens had proposed a general data model they wanted to review. This proposal was discussed and compared to another proposal that Bedeho already had had in mind, referred to as the "statially typed approach".
+How content should be represented in the content directory is not specified in detail in the whitepaper, only sketched out conceptually, and Alex and Jens had proposed a general data model they wanted to review, referred to as the "JSON approach". This proposal was discussed and compared to another proposal that Bedeho already had had in mind, referred to as the "statically typed approach".
 
-### The "json" approach
+### The "JSON approach"
 
 1. Each content item is not classified by type (e.g. video, music, episodic, film) explicitly, but rather contains a raw json of relevant properties, along with a reference to a json schema index kept on chain. This reference is a sort of implicit type definition. The only other runtime field would be any relevant set of data item ids, and the rationale for lifting them out of the json was for the runtime to enforce that the ids were in fact in the data directory.