{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "site_list", "type": "object", "properties": { "site_list_id": { "type": "integer", "format": "int32", "example": 32 }, "assigned": { "type": "boolean" } }, "required": [ "site_list_id", "assigned" ] }