{ "$schema": "http://json-schema.org/schema", "$id": "AddNapi", "title": "", "type": "object", "properties": { "project": { "description": "The name of the project", "$default": { "$source": "projectName", "index": 0 } } }, "required": [] }