This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"$schema": "http://json-schema.org/draft-07/schema#", | |
"$id": "http://dazn.com/manifest.schema.json", | |
"title": "dazn-manifest", | |
"type": "object", | |
"additionalProperties": false, | |
"description": "A YAML file which describes the contents of a code repository in a machine readable format.", | |
"properties": { | |
"dazn-manifest": { | |
"title": "version", |