Sha256: 80334a7691b9e4837c21b3a39a8909410e6ec3705f8a2cf6f4b41b3e0e129da1
Contents?: true
Size: 817 Bytes
Versions: 9
Compression:
Stored size: 817 Bytes
Contents
<schema name="spec.example" store="yes"> <!-- The full name of the contact --> <field name="name" type="string" analyzer="LCWhitespaceAnalyzer" usage="user" /> <!-- The email addresses. A json array: email address --> <field name="email" type="string" usage="user" /> <!-- The phone numbers. A json array: phone number --> <field name="telephone" type="string" usage="user" /> <!-- The addresses. A json array: address --> <field name="address" type="string" usage="user" /> <!-- The birthday of the contact--> <field name="birthday" type="date" /> <!-- A note for the contact--> <field name="note" type="text" usage="user" /> </schema>
Version data entries
9 entries across 9 versions & 3 rubygems