sdmx-rest
Version:
SDMX REST API client for JavaScript
18 lines (14 loc) • 476 B
JavaScript
// Generated by CoffeeScript 2.7.0
(function() {
// The constraints to take into account when generating the schema
var contexts;
contexts = {
DATA_STRUCTURE: 'datastructure',
METADATA_STRUCTURE: 'metadatastructure',
DATAFLOW: 'dataflow',
METADATA_FLOW: 'metadataflow',
PROVISION_AGREEMENT: 'provisionagreement',
METADATA_PROVISION_AGREEMENT: 'metadataprovisionagreement'
};
exports.SchemaContext = Object.freeze(contexts);
}).call(this);