examples/invoice/invoice.schema.yaml in kwalify-0.5.1 vs examples/invoice/invoice.schema.yaml in kwalify-0.6.0

- old
+ new

@@ -1,13 +1,14 @@ ### ### Kwalify schema example for invoice ### -### $Rev: 41 $ -### $Release: 0.5.1 $ +### $Rev: 51 $ +### $Release: 0.6.0 $ ### copyright(c) 2005 kuwata-lab all rights reserved. ### type: map +classname: Invoice required: yes mapping: "invoice": { type: int, required: yes, unique: yes } "date": { type: date, required: yes } "bill-to": &customer