{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "RepresentativesArray", "properties": { "name": { "maxLength": 100, "type": "string", "description": "First name and last name" }, "pesel": { "type": "string", "maxLength": 11, "minLength": 11, "description": "Explicit identifier - PESEL" } } }