@nju33/json-schema
Version:
[](https://www.npmjs.com/package/@nju33/json-schema)
20 lines (19 loc) • 451 B
JSON
{
"$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"]
}
}
}
}
}
}