Skip to content

Commit

Permalink
Merge pull request VKCOM#180 from VKCOM/release_5_122
Browse files Browse the repository at this point in the history
API 5.122
  • Loading branch information
aotd1 authored Jul 13, 2020
2 parents 0310700 + 1399648 commit 9e07276
Show file tree
Hide file tree
Showing 6 changed files with 2,398 additions and 1,534 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,20 @@

This repository contains JSON Schema documents explaining all the VK.COM API objects and methods mentioned [here](https://vk.com/dev).

JSON Schema standard specifications and the most common usage scenarios could be found here: http://json-schema.org/
JSON Schema standard specifications and the most common usage scenarios could be found here: http://json-schema.org/

These schemes are compatible with JSON Schema version draft-06 and VK API [version](https://vk.com/dev/versions) 5.116.
These schemes are compatible with JSON Schema version draft-07 and VK API [version](https://vk.com/dev/versions) 5.122.

[![Packagist](https://img.shields.io/packagist/v/vkcom/vk-api-schema.svg)](https://packagist.org/packages/vkcom/vk-api-schema)

## Structure

Repository contains four .json files.
Repository contains several .json files.
* "methods.json" describes all of VK API methods (could be found at [this page](https://vk.com/dev/methods)).
* "objects.json" describes objects which are used in methods responses.
* "responses.json" describes methods responses structure.
* "schema.json" describes additional keywords used in our implementation, such as "method", "error", "parameter" and others so to extend the canonical specification for our needs.
* "errors.json" describes possible method errors.
* "schema.json" describes additional keywords used in our implementation, such as "method", "error", "parameter" and others so to extend the canonical specification for our needs.

## Samples

Expand Down
Loading

0 comments on commit 9e07276

Please sign in to comment.