{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "ContactCategory", "description": "ContactCategory", "type": "object", "properties": { "categoryName": { "type": "string", "description": "Category name." }, "id": { "type": "integer", "format": "int64", "description": "Unique identifier." } } }