iamxwk / odata-vocabularies

SAP Vocabularies for semantic markup of structured data published via OData (www.odata.org) services.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

odata-vocabularies

SAP Vocabularies for semantic markup of structured data published via OData services.

SAP Vocabularies

This repository defines the following SAP vocabularies:

These vocabularies complement the OASIS OData Vocabularies published by the OASIS OData Technical Committee.

Requirements

Each vocabulary in this repository is described by three files: the *.xml source file, an auto-generated equivalent *.json representation, and a *.md Markdown description, also auto-generated from the *.xml source.

No specific tools are needed to use these vocabulary files.

Contributors to this repository will need to run the generators, which require Node.js to be installed.

Download and Installation

The tools in this repository are only needed by contributors to refresh the *.json and *.md files after changing the *.xml source files. These tools require Node.js to be installed.

Installation

Clone or download this repository, go to its root folder, and type

npm install

Editing

Edit only the XML files, then refresh the JSON and Markdown files with

npm run build

Known Issues

No known issues.

How to obtain support

See CONTRIBUTING.md.

Contributing

See CONTRIBUTING.md.

License

Copyright (c) 2016 SAP SE or an SAP affiliate company. All rights reserved. This file is licensed under the Apache License Version 2.0, except as noted otherwise in the LICENSE file.

About

SAP Vocabularies for semantic markup of structured data published via OData (www.odata.org) services.

License:Apache License 2.0


Languages

Language:JavaScript 100.0%