Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| bc039bbe5c | |||
| 0cb411c985 | |||
| d9e3b8fbb8 | |||
| 3ea17ce47c | |||
| e850c0be4c | |||
| f7a8e72d56 |
4
.github/release-drafter.yml
vendored
Normal file
4
.github/release-drafter.yml
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
template: |
|
||||
## Changes
|
||||
|
||||
$CHANGES
|
||||
11
README.md
11
README.md
@@ -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.
|
||||
[](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,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": {
|
||||
|
||||
Reference in New Issue
Block a user