# sustainability-schema

> JSON schema for open software project sustainability resources

Latest version **2.0.0** (published 2019-08-25) · BlueOak-1.0.0 license · 0 weekly downloads

## Install

```sh
npm install sustainability-schema
pnpm add sustainability-schema
yarn add sustainability-schema
bun add sustainability-schema
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 2.0.0 |
| Published | 2019-08-25 |
| First published | 2019-04-12 |
| Weekly downloads | 0 |
| License | BlueOak-1.0.0 |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Unpacked size | 5.1 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 1 |
| Author | Kyle E. Mitchell |
| Maintainers | kemitchell |

## Links

- npm: https://www.npmjs.com/package/sustainability-schema
- Repository: https://github.com/kemitchell/sustainability-schema.json
- Homepage: https://github.com/kemitchell/sustainability-schema.json#readme
- Issues: https://github.com/kemitchell/sustainability-schema.json/issues
- npm.io page: https://npm.io/package/sustainability-schema

## Recent versions

- 2.0.0 (latest) — 2019-08-25
- 1.1.0 — 2019-04-13
- 1.0.0 — 2019-04-12
- 1.0.0-beta.4 — 2019-04-12
- 1.0.0-beta.3 — 2019-04-12
- 1.0.0-beta.2 — 2019-04-12
- 1.0.0-beta.1 — 2019-04-12

## README

JSON schema for open software project sustainability resources

This package exports a JSON schema for sustainability objects.

The `definitions` property of the schema contains all sub-schemas that you might like to load individually:

- `project`
- `contributor`
- `contributorReference`

This package treats the exposure of those sub-schemas as part of its public API for semantic versioning.

You can validate data against the schema using libraries like [ajv](https://www.npmjs.com/package/ajv).

---
_Source: https://npm.io/package/sustainability-schema · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
