UNPKG

supersonic-models

Version:

Supersonic models and API specifications

21 lines (20 loc) 378 B
type: object description: Customer details required: - email - firstName - lastName properties: email: type: string format: email example: john-doe@gmail.com description: Customer e-mail firstName: type: string example: John description: Customer first name lastName: type: string example: Doe description: Customer last name