{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/Vehicle", "title": "Vehicle", "type": "object", "properties": { "registrationPlate": { "maxLength": 50, "minLength": 0, "type": "string" } } }