{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "shard.yml", "description": "Metadata for projects managed by Shards", "type": "object", "properties": { "name": { "type": "string", "title": "project name", "description": "The name of the project", "maxLength": 50, "pattern": "^(?!.*__|.*--|.*crystal|[0-9_-])[a-z0-9_-]+(?