Page Menu
Home
Code
Search
Configure Global Search
Log In
Files
F211409
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
1 KB
Subscribers
None
View Options
diff --git a/dev/auth.xsd b/dev/auth.xsd
new file mode 100644
--- /dev/null
+++ b/dev/auth.xsd
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="utf-8"?>
+<xs:schema id="AuthSchema" xmlns="" xmlns:xs="http://www.w3.org/2001/XMLSchema">
+ <xs:element name="auth">
+ <xs:complexType>
+ <xs:sequence>
+ <xs:element name="status" type="xs:integer" minOccurs="1" maxOccurs="1" />
+ <xs:element name="perso" minOccurs="0" maxOccurs="1">
+ <xs:complexType>
+ <xs:sequence>
+ <xs:element name="id" type="xs:int" minOccurs="1" maxOccurs="1" />
+ <xs:element name="nickname" type="xs:string" minOccurs="1" maxOccurs="1" />
+ <xs:element name="name" type="xs:string" minOccurs="1" maxOccurs="1" />
+ <xs:element name="onBoard" type="xs:boolean" minOccurs="1" maxOccurs="1" />
+ <xs:element name="location_local" type="xs:string" minOccurs="0" maxOccurs="1" />
+ </xs:sequence>
+ </xs:complexType>
+ </xs:element>
+ </xs:sequence>
+ </xs:complexType>
+ </xs:element>
+</xs:schema>
\ No newline at end of file
File Metadata
Details
Attached
Mime Type
text/x-diff
Expires
Sat, Nov 23, 10:59 (1 d, 14 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
20800
Default Alt Text
(1 KB)
Attached To
rZEDHG ZedLegacy
Event Timeline
Log In to Comment