Socket
Book a DemoInstallSign in
Socket

@comapeo/schema

Package Overview
Dependencies
Maintainers
4
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@comapeo/schema

JSON Schema and TypeScript types for CoMapeo

2.1.1
latest
Source
npmnpm
Version published
Weekly downloads
1.2K
53.39%
Maintainers
4
Weekly downloads
 
Created
Source

@comapeo/schema

JSON Schema and TypeScript types for CoMapeo.

Original draft: https://hackmd.io/wlMcMM65TmuPXGYOEbOR2g#

Table of Contents

Install

npm install --save @comapeo/schema

Usage

JS validation functions

import { validate } from '@comapeo/schema'

const testObservation = {
  /* ... */
}

const isValid = validate('observation', testObservation)
// returns true if validates against schema, false otherwise.

TypeScript types

import type { Observation } from '@comapeo/schema'

const myObs: Observation = {
  /* ... */
}

API

Adding new values

  • Find the JSON schema inside schemas/{name}/v1.json
  • Add your fields with descriptions
  • Update the corresponding protocol buffer schema inside proto/{name}/v1.proto
  • Add the new field to src/lib/decode-conversions.js and src/lib/encode-conversions.js
  • Run npm run build to build the types and encoders.
  • Add the field to test/fixtures/good-docs-completed.js
  • If there is extra validation happening add a failing doc to test/fixtures/bad-docs.js
  • Run npm run test and make sure tests and linting pass

Maintainers

@digidem

License

MIT © 2024 Awana Digital

FAQs

Package last updated on 27 Aug 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.