An open API service indexing awesome lists of open source software.

https://github.com/antvis/ntv-schema

Standard JSON Schema and TS types for Narrative Text Vis.
https://github.com/antvis/ntv-schema

Last synced: 4 months ago
JSON representation

Standard JSON Schema and TS types for Narrative Text Vis.

Awesome Lists containing this project

README

          

# ntv-schema

English | [简体中文](./README.zh-CN.md)

JSON schema for explain data text specification, can used for ([@antv/ava-react NarrativeTextVis](https://github.com/antvis/AVA/tree/master/packages/ava-react)).

## Url format

```
https://antv.vision/ntv-schema/[version].json
```

[version] defines the version of the library for which you get the schema. Under specified versions match the latest version of the unspecified part. For example v1 matches the latest major release, v1.1 matches the latest minor release, and v1.1.1 matches an exact version.
For example https://antv.github.io/text-schema/v3.json will serve https://vega.github.io/text-schema/v3.0.0.json.