{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "OfficerDateOfBirth", "required": [ "month", "year" ], "properties": { "month": { "description": "The month the officer was born in.", "type": "integer" }, "year": { "description": "The year the officer was born in.", "type": "integer" } } }