Skip to content

Commit

Permalink
First commit
Browse files Browse the repository at this point in the history
  • Loading branch information
michele_launi committed Nov 24, 2022
1 parent 722b717 commit 818bd2a
Show file tree
Hide file tree
Showing 18 changed files with 3,577 additions and 0 deletions.
53 changes: 53 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
# These are some examples of commonly ignored file patterns.
# You should customize this list as applicable to your project.
# Learn more about .gitignore:
# https://www.atlassian.com/git/tutorials/saving-changes/gitignore

# Node artifact files
local/
node_modules/
dist/
externalInterfaces.md
.vscode

# Compiled Java class files
*.class

# Compiled Python bytecode
*.py[cod]

# Log files
*.log

# Package files
*.jar

# Maven
target/
dist/

# JetBrains IDE
.idea/

# Unit test reports
TEST*.xml

# Generated by MacOS
.DS_Store

# Generated by Windows
Thumbs.db

# Applications
*.app
*.exe
*.war

# Large media files
*.mp4
*.tiff
*.avi
*.flv
*.mov
*.wmv

15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Datastore API Specification

Here you can find all the versions of Datastore API Specification.

## Repository structure

- [Datastore API Guide](./docs/dpdGuide.md) **(WIP)**
- [Datastore API Specification v1.0.0](./versions/1.0.0.md)
- [Datastore API JSON Schema v1.0.0](./schemas/1.0.0-DRAFT/docs/html/schema.html)

## Repository roadmap

- Define specification v1.0.0
- Define the JSON Schema
- Add some examples
419 changes: 419 additions & 0 deletions examples/example.json

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions schemas/latest/docs/html/schema.html

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions schemas/latest/docs/html/schema_doc.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 818bd2a

Please sign in to comment.