{"id":15023874,"url":"https://github.com/sap/odata-vocabularies","last_synced_at":"2025-04-11T12:21:07.389Z","repository":{"id":37708977,"uuid":"223921099","full_name":"SAP/odata-vocabularies","owner":"SAP","description":"SAP Vocabularies for semantic markup of structured data published via OData (www.odata.org) services.","archived":false,"fork":false,"pushed_at":"2025-04-07T06:02:11.000Z","size":9884,"stargazers_count":179,"open_issues_count":34,"forks_count":65,"subscribers_count":11,"default_branch":"main","last_synced_at":"2025-04-07T07:22:11.124Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://sap.github.io/odata-vocabularies","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/SAP.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-11-25T10:24:28.000Z","updated_at":"2025-04-05T10:25:08.000Z","dependencies_parsed_at":"2023-10-26T14:32:51.171Z","dependency_job_id":"242643bb-0499-4769-8d9d-ac95a1398d51","html_url":"https://github.com/SAP/odata-vocabularies","commit_stats":{"total_commits":635,"total_committers":17,"mean_commits":37.35294117647059,"dds":"0.21574803149606303","last_synced_commit":"4e50dfc8a70a189798903c8972ee18c850a8e7b4"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SAP%2Fodata-vocabularies","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SAP%2Fodata-vocabularies/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SAP%2Fodata-vocabularies/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SAP%2Fodata-vocabularies/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SAP","download_url":"https://codeload.github.com/SAP/odata-vocabularies/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248400654,"owners_count":21097311,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-09-24T19:59:33.750Z","updated_at":"2025-04-11T12:21:07.377Z","avatar_url":"https://github.com/SAP.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# odata-vocabularies\n\nSAP Vocabularies for semantic markup of structured data published via [OData](https://www.odata.org) services.\n\n## SAP Vocabularies\n\nThis repository defines the following SAP vocabularies:\n\n- [Analytics: Analytical resources](vocabularies/Analytics.md)\n- [CodeList: Code Lists](vocabularies/CodeList.md)\n- [Common: Semantics common to all types of APIs](vocabularies/Common.md)\n- [Communication: Contact information based on vCard](vocabularies/Communication.md)\n- [DataIntegration: Data Integration](vocabularies/DataIntegration.md)\n- [DirectEdit: Terms for Direct-Edit User Interfaces](vocabularies/DirectEdit.md) - _experimental_\n- [EntityRelationship: Terms to document relationships outside of the current API context](vocabularies/EntityRelationship.md) - _experimental_\n- [Graph: SAP Graph](vocabularies/Graph.md) - _experimental_\n- [Hierarchy: Hierarchies](vocabularies/Hierarchy.md) - _experimental_\n- [HTML5: Rendering directives for UI5](vocabularies/HTML5.md)\n- [ODM: One Domain Model](vocabularies/ODM.md)\n- [Offline: Terms for Offline OData](vocabularies/Offline.md) - _experimental_\n- [PDF: PDF response format](vocabularies/PDF.md)\n- [PersonalData: Personal data / GDPR](vocabularies/PersonalData.md)\n- [Session: Sticky Sessions](vocabularies/Session.md)\n- [UI: Representing data in user interfaces](vocabularies/UI.md)\n\nThese vocabularies complement the [OASIS OData Vocabularies](https://github.com/oasis-tcs/odata-vocabularies) published by the [OASIS OData Technical Committee](https://www.oasis-open.org/committees/odata).\n\nTo learn how to construct an annotation value from a term definition, or vice versa, look here:\n\n- [Annotation Cheat-Sheet for CSDL JSON](https://oasis-tcs.github.io/odata-vocabularies/docs/annotation-cheat-sheet-json.html)\n- [Annotation Cheat-Sheet for CSDL XML](https://oasis-tcs.github.io/odata-vocabularies/docs/annotation-cheat-sheet.html)\n- [Annotation Cheat-Sheet for CAP CDS](https://sap.github.io/odata-vocabularies/docs/annotation-cheat-sheet-cap.html)\n\nVocabulary-based annotations fully replace the old [SAP Annotations for OData Version 2.0](docs/v2-annotations.md)\n\n## Requirements\n\nEach 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.\n\nNo specific tools are needed to use these vocabulary files.\n\nContributors to this repository will need to run the generators, which require [Node.js](https://nodejs.org/) to be installed.\n\n## Download and Installation\n\nThe 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](https://nodejs.org/) to be installed.\n\nTo run the tools, you will need to [install](https://pandoc.org/installing.html) [Pandoc](https://pandoc.org).\n\n### Installation\n\nClone or download this repository, go to its root folder, and type\n\n```sh\nnpm install\n```\n\n### Editing\n\nEdit only the XML files, then refresh the JSON and Markdown files with\n\n```sh\nnpm run build\n```\n\n## Known Issues\n\nNo known issues.\n\n## How to obtain support\n\nSee [CONTRIBUTING.md](CONTRIBUTING.md).\n\n## Contributing\n\nSee [CONTRIBUTING.md](CONTRIBUTING.md).\n\n## Licensing\n\nPlease see our [LICENSE](./LICENSE) for copyright and license information. Detailed information including third-party components and their licensing/copyright information is available via the [REUSE tool](https://api.reuse.software/info/github.com/SAP/odata-vocabularies).\n\n[![REUSE status](https://api.reuse.software/badge/github.com/SAP/odata-vocabularies)](https://api.reuse.software/info/github.com/SAP/odata-vocabularies)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsap%2Fodata-vocabularies","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsap%2Fodata-vocabularies","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsap%2Fodata-vocabularies/lists"}