MurmurationsNetwork / MurmurationsProtocol

Murmurations is a distributed data sharing protocol
https://murmurations.network
GNU General Public License v3.0
10 stars 1 forks source link

Schema Translator (Lens) #65

Open geoffturk opened 3 months ago

geoffturk commented 3 months ago

Example:
https://www.inkandswitch.com/cambria/

Inputs:

  1. Validate fromContent with fromSchema => err, continue
  2. Translate fromContent with translationLens => err, toContent
  3. Validate toContent with toSchema => err, return toContent

Outputs: