5 Commits

Author SHA1 Message Date
basti 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
basti d9e3b8fbb8 Add npm link/version to README 2020-05-16 13:11:50 +02:00
basti 3ea17ce47c Move package to @kosmos namespace 2020-05-16 13:05:43 +02:00
basti e850c0be4c Update README 2020-05-13 17:03:26 +02:00
basti f7a8e72d56 Add release-drafter config 2020-05-13 17:01:52 +02:00
3 changed files with 9 additions and 8 deletions
+4
View File
@@ -0,0 +1,4 @@
template: |
## Changes
$CHANGES
+4 -7
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
+1 -1
View File
@@ -1,5 +1,5 @@
{
"name": "kosmos-schemas",
"name": "@kosmos/schemas",
"version": "2.2.0",
"description": "JSON-LD schemas for Kosmos data formats",
"main": "index.js",