entity:
  name: Bunny
  resource: /bunny
  properties:
    -
      name: name
      type: string
      description: Name of the bunny
    -
      name: weight
      type: number
      description: Weight of the bunny
    -
      name: fluffiness
      type: number
      description: Fluffiness of the bunny
      constraints:
        - .constraints.between(0,1)
