Skip to content

Instantly share code, notes, and snippets.

@ivos
Created April 13, 2020 12:02
Show Gist options
  • Save ivos/40e7594a97f575358d52d8e94e398a29 to your computer and use it in GitHub Desktop.
Save ivos/40e7594a97f575358d52d8e94e398a29 to your computer and use it in GitHub Desktop.
## Order

### Attributes:

- Customer (mandatory string): Planet Express
- Order date (mandatory date): 2020-02-20
- Items (1:n `OrderItem`)

## Order item

### Attributes:

- Goods (mandatory string): Beer
- Quantity (mandatory integer): 12
- Price (mandatory decimal): 4.4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment