Metadata-Version: 2.1
Name: superannotate_schemas
Version: 1.0.41
Summary: SuperAnnotate JSON Schemas
Home-page: https://www.superannotate.com/
Author: Vaghinak Basentsyan
Author-email: vaghinak@superannotate.con
License: MIT
Platform: UNKNOWN
Description-Content-Type: text/markdown

## Annotation Json Schemas
* [General info](#general-info)
* [Setup](#setup)

## General info
This project is SuperAnnotate annotations JSON schema generator.
	
## Setup
```
$ pip install superannotate_schemas
```

## Example
```
$ superannotate_schema validate <annotation_path>
$ superannotate_schema validate <annotation_path>, <annotation_path>
```
- To print validation report set --verbose True
- To store reports in the file set --report-path


