{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "Project", "type": "object", "properties": { "id": { "type": "integer" }, "title": { "type": "string" }, "description": { "type": "string" }, "slug": { "type": "string" } } }