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.
- Host: GitHub
- URL: https://github.com/antvis/ntv-schema
- Owner: antvis
- License: mit
- Created: 2022-11-09T16:50:07.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-09-09T15:01:54.000Z (almost 3 years ago)
- Last Synced: 2024-10-29T21:05:31.267Z (over 1 year ago)
- Size: 275 KB
- Stars: 0
- Watchers: 15
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.