Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 233 Bytes

IPLD-Data-Model-v1.md

File metadata and controls

17 lines (13 loc) · 233 Bytes

[WIP] IPLD Data Model

Simple Types

  • Boolean
  • Null
  • String
  • Integer
  • Float
  • Array
  • Object (Hash Map)
  • Binary

Link Type

This type represents a link to another IPLD Block. The link reference is a CID.