diff --git a/app/views/docs/attribute-model.phtml b/app/views/docs/attribute-model.phtml new file mode 100644 index 000000000..c596dbb64 --- /dev/null +++ b/app/views/docs/attribute-model.phtml @@ -0,0 +1,70 @@ +

Properties

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
keystringAttribute key.
typestringAttribute type.
statusstringAttribute status. Possible values: available, processing, deleting, stuck, or failed
requiredbooleanIs attribute required?
arraybooleanIs attribute an array?
+ +

Examples

+ +

Appwrite has many types of attributes that extend the properties of this generic attribute object. To view examples, visit the page for your specific attribute type.

+

+attributeBoolean +

+

+attributeInteger +

+

+attributeFloat +

+

+attributeEmail +

+

+attributeEnum +

+

+attributeUrl +

+

+attributeIp +

+

+attributeDatetime +

+

+attributeRelationship +

+

+attributeString +

\ No newline at end of file