https://github.com/exasol/schemas
XML and JSON schemas for validators
https://github.com/exasol/schemas
edml exasol exasol-document-mapping-language exasol-integration json-schema specification xml-schema
Last synced: 2 months ago
JSON representation
XML and JSON schemas for validators
- Host: GitHub
- URL: https://github.com/exasol/schemas
- Owner: exasol
- License: mit
- Created: 2020-09-07T12:05:08.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-03-14T09:17:28.000Z (2 months ago)
- Last Synced: 2025-03-14T09:24:19.772Z (2 months ago)
- Topics: edml, exasol, exasol-document-mapping-language, exasol-integration, json-schema, specification, xml-schema
- Language: Python
- Homepage: https://schemas.exasol.com
- Size: 328 KB
- Stars: 2
- Watchers: 7
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
README
# Schema Collection
This repository hosts a collection of XML and JSON schemas. These schemas are primarily designed for validators and Integrated Development Environments (IDEs) that support auto-completion, enhancing the development experience.
## Schemas
The repository includes various schemas such as:
- **Exasol Document Mapping Language (EDML):** A schema for mapping documents in Exasol.
- **Exasol Error Code Report (error_code_report):** Used as common error reporting format within Exasol.
- **Exasol Project Metrics (project-metrics):** A schema for tracking project metrics within Exasol.## Information for Users
For detailed information on these schemas, visit [schemas.exasol.com](https://schemas.exasol.com).
To explore the most current local versions, check the [subdirectories](schemas) of the schema you are interested in.## Information for Developers
* [Changelog](doc/changes.md)
* [Develper Guide](doc/developer_guide.md)