UNPKG

meshblu-google-vision

Version:

[![Build Status](https://travis-ci.org/octoblu/meshblu-google-vision.svg?branch=master)](https://travis-ci.org/octoblu/meshblu-google-vision) [![Code Climate](https://codeclimate.com/github/octoblu/meshblu-google-vision/badges/gpa.svg)](https://codeclimat

35 lines (34 loc) 493 B
{ "type": "object", "required": [ "version", "creator", "entries" ], "properties": { "version": { "type": "string" }, "creator": { "$ref": "#creator" }, "browser": { "$ref": "#creator" }, "pages": { "type": "array", "items": { "$ref": "#page" } }, "entries": { "type": "array", "items": { "$ref": "#entry" } }, "comment": { "type": "string" } } }