{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "ReaderPairingCode", "description": "The pairing code is a 8 or 9 character alphanumeric string that is displayed on a SumUp Device after initiating the pairing. It is used to link the physical device to the created pairing.", "type": "string", "example": "4WLFDSBF", "maxLength": 9, "minLength": 8 }