UNPKG

@nju33/json-schema

Version:

[![@nju33/json-schema](https://badgen.net/npm/v/@nju33/json-schema?icon=npm)](https://www.npmjs.com/package/@nju33/json-schema)

20 lines (19 loc) 451 B
{ "$schema": "http://json-schema.org/draft-07/schema", "title": "JSON schema for .circleci/config.yml", "definitions": { "default": { "type": "array", "items": { "type": "object", "properties": { "xcode": { "description": "The version of Xcode that is installed on the virtual machine", "type": "string", "examples": ["9.0"] } } } } } }