Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,8 @@
# Graph metadata used for generating client code files
This repository contains scripts used to capture metadata from the Microsoft Graph service and the captured metadata. We use this metadata to generate code files for .Net, Java, TypeScript, PHP, and other languages.
This repository contains scripts used to capture metadata from the Microsoft Graph service and the captured metadata.
We use this metadata to generate code files for .Net, Java, TypeScript, PHP, and other languages.

Here's a partial list of what you can find in some of the project's folders:

- `schema` - the files handed off, via a sync process, directly from the runtime engine of Microsoft Graph.
- `openapi` - OpenAPI format descriptions of the Microsoft Graph
Loading
Loading