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

https://github.com/freight-trust/global

schema registry global
https://github.com/freight-trust/global

deliveredby json json-ld json-schema json-schemas parser registry schema xml-schema xsd

Last synced: 2 months ago
JSON representation

schema registry global

Awesome Lists containing this project

README

          

# Global Schema Registry

Schema registry global

## Overview

## Configuration

### XML namespace
```javascript
"xmlComplete.schemaMapping":
[
{
"xmlns": "https://github.com/freight-trust",
"xsdUri": "https://freight-trust.s3.amazonaws.com/cdn/Schema.xsd",
"strict": true // shows errors instead of tips
}
]
```
### Using `schemaLocation` or `noNamespaceSchemaLocation` attribute directly in edited file
```xml

```

### Supported URI protocols

| Protocol | Description | Example
|:---------:|:-------------------------------:|:---------------------------------:
| `data` | XSD encoded directly in link | `data:text/plain;base64,SGVsbG8sIFdvcmxkIQ%3D%3D`
| `file` | XSD from local storage | `file:///c:/windows/example.ini`
| `ftp` | XSD from ftp server | `ftp://ftp.kernel.org/pub/site/README`
| `http` | XSD from http server | `http://www.example.com/path/to/name`
| `https` | XSD from https server | `https://www.example.com/path/to/name`

## Examples

## License
MPL-2.0
Copyrights are owned by their respective owners