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
- Host: GitHub
- URL: https://github.com/freight-trust/global
- Owner: freight-trust
- License: mpl-2.0
- Created: 2020-06-28T20:12:46.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-10-15T12:23:31.000Z (over 5 years ago)
- Last Synced: 2025-07-08T07:53:15.348Z (12 months ago)
- Topics: deliveredby, json, json-ld, json-schema, json-schemas, parser, registry, schema, xml-schema, xsd
- Language: HTML
- Homepage:
- Size: 11.9 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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