6 Commits

Author SHA1 Message Date
bc039bbe5c 2.2.1 2020-05-16 13:18:56 +02:00
0cb411c985 Merge pull request #12 from 67P/chore/move_to_org_repo
Move npm package to @kosmos namespace
2020-05-16 13:16:55 +02:00
d9e3b8fbb8 Add npm link/version to README 2020-05-16 13:11:50 +02:00
3ea17ce47c Move package to @kosmos namespace 2020-05-16 13:05:43 +02:00
e850c0be4c Update README 2020-05-13 17:03:26 +02:00
f7a8e72d56 Add release-drafter config 2020-05-13 17:01:52 +02:00
3 changed files with 10 additions and 9 deletions

4
.github/release-drafter.yml vendored Normal file
View File

@@ -0,0 +1,4 @@
template: |
## Changes
$CHANGES

View File

@@ -1,5 +1,7 @@
This repository/module contains [JSON Schema](https://json-schema.org/) definitions as well as examples for
[Kosmos](https://kosmos.org) data formats.
[![npm](https://img.shields.io/npm/v/@kosmos/schemas)](https://www.npmjs.com/package/@kosmos/schemas)
This repository/module contains [JSON Schema](https://json-schema.org/)
definitions as well as examples for [Kosmos](https://kosmos.org) data formats.
## Usage
@@ -24,8 +26,3 @@ if (result) {
console.log(tv4.error);
}
```
## TODO
* Add script for publishing both human- and machine-readable schemas to
https://schema.kosmos.org

View File

@@ -1,6 +1,6 @@
{
"name": "kosmos-schemas",
"version": "2.2.0",
"name": "@kosmos/schemas",
"version": "2.2.1",
"description": "JSON-LD schemas for Kosmos data formats",
"main": "index.js",
"scripts": {