Contributors:
Index:
| { | |
| "$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", |
Contributors:
Index: