|
10 | 10 | <table class="attributes"> |
11 | 11 | <tr id="schema-uuid"> |
12 | 12 | <td> |
13 | | - <code>uuid</code><br /> |
14 | | - <span class="type"> |
15 | | - string, |
16 | | - uuid |
17 | | - </span> |
18 | | - </td> |
19 | | - <td> |
20 | | - <p>The unique identifier for the application password.</p> |
| 13 | + <code>uuid</code> |
| 14 | + </td> |
| 15 | + <td> |
| 16 | + <p>The unique identifier for the application password.</p> |
| 17 | + <p class="type"> |
| 18 | + JSON data type: string, |
| 19 | + Format: uuid |
| 20 | + </p> |
21 | 21 | <p class="read-only">Read only</p> |
22 | 22 | <p class="context">Context: <code>view</code>, <code>edit</code>, <code>embed</code></p> |
23 | 23 | </td> |
24 | 24 | </tr> |
25 | 25 | <tr id="schema-app_id"> |
26 | 26 | <td> |
27 | | - <code>app_id</code><br /> |
28 | | - <span class="type"> |
29 | | - string, |
30 | | - uuid |
31 | | - </span> |
32 | | - </td> |
33 | | - <td> |
34 | | - <p>A UUID provided by the application to uniquely identify it. It is recommended to use an UUID v5 with the URL or DNS namespace.</p> |
| 27 | + <code>app_id</code> |
| 28 | + </td> |
| 29 | + <td> |
| 30 | + <p>A UUID provided by the application to uniquely identify it. It is recommended to use an UUID v5 with the URL or DNS namespace.</p> |
| 31 | + <p class="type"> |
| 32 | + JSON data type: string, |
| 33 | + Format: uuid |
| 34 | + </p> |
35 | 35 | <p class="context">Context: <code>view</code>, <code>edit</code>, <code>embed</code></p> |
36 | 36 | </td> |
37 | 37 | </tr> |
38 | 38 | <tr id="schema-name"> |
39 | 39 | <td> |
40 | | - <code>name</code><br /> |
41 | | - <span class="type"> |
42 | | - string </span> |
43 | | - </td> |
44 | | - <td> |
45 | | - <p>The name of the application password.</p> |
| 40 | + <code>name</code> |
| 41 | + </td> |
| 42 | + <td> |
| 43 | + <p>The name of the application password.</p> |
| 44 | + <p class="type"> |
| 45 | + JSON data type: string </p> |
46 | 46 | <p class="context">Context: <code>view</code>, <code>edit</code>, <code>embed</code></p> |
47 | 47 | </td> |
48 | 48 | </tr> |
49 | 49 | <tr id="schema-password"> |
50 | 50 | <td> |
51 | | - <code>password</code><br /> |
52 | | - <span class="type"> |
53 | | - string </span> |
54 | | - </td> |
55 | | - <td> |
56 | | - <p>The generated password. Only available after adding an application.</p> |
| 51 | + <code>password</code> |
| 52 | + </td> |
| 53 | + <td> |
| 54 | + <p>The generated password. Only available after adding an application.</p> |
| 55 | + <p class="type"> |
| 56 | + JSON data type: string </p> |
57 | 57 | <p class="read-only">Read only</p> |
58 | 58 | <p class="context">Context: <code>edit</code></p> |
59 | 59 | </td> |
60 | 60 | </tr> |
61 | 61 | <tr id="schema-created"> |
62 | 62 | <td> |
63 | | - <code>created</code><br /> |
64 | | - <span class="type"> |
65 | | - string, |
66 | | - datetime (<a href="https://core.trac.wordpress.org/ticket/41032">details</a>) |
67 | | - </span> |
68 | | - </td> |
69 | | - <td> |
70 | | - <p>The GMT date the application password was created.</p> |
| 63 | + <code>created</code> |
| 64 | + </td> |
| 65 | + <td> |
| 66 | + <p>The GMT date the application password was created.</p> |
| 67 | + <p class="type"> |
| 68 | + JSON data type: string, |
| 69 | + Format: datetime (<a href="https://core.trac.wordpress.org/ticket/41032">details</a>) |
| 70 | + </p> |
71 | 71 | <p class="read-only">Read only</p> |
72 | 72 | <p class="context">Context: <code>view</code>, <code>edit</code></p> |
73 | 73 | </td> |
74 | 74 | </tr> |
75 | 75 | <tr id="schema-last_used"> |
76 | 76 | <td> |
77 | | - <code>last_used</code><br /> |
78 | | - <span class="type"> |
79 | | - string or null, |
80 | | - datetime (<a href="https://core.trac.wordpress.org/ticket/41032">details</a>) |
81 | | - </span> |
82 | | - </td> |
83 | | - <td> |
84 | | - <p>The GMT date the application password was last used.</p> |
| 77 | + <code>last_used</code> |
| 78 | + </td> |
| 79 | + <td> |
| 80 | + <p>The GMT date the application password was last used.</p> |
| 81 | + <p class="type"> |
| 82 | + JSON data type: string or null, |
| 83 | + Format: datetime (<a href="https://core.trac.wordpress.org/ticket/41032">details</a>) |
| 84 | + </p> |
85 | 85 | <p class="read-only">Read only</p> |
86 | 86 | <p class="context">Context: <code>view</code>, <code>edit</code></p> |
87 | 87 | </td> |
88 | 88 | </tr> |
89 | 89 | <tr id="schema-last_ip"> |
90 | 90 | <td> |
91 | | - <code>last_ip</code><br /> |
92 | | - <span class="type"> |
93 | | - string or null, |
94 | | - ip |
95 | | - </span> |
96 | | - </td> |
97 | | - <td> |
98 | | - <p>The IP address the application password was last used by.</p> |
| 91 | + <code>last_ip</code> |
| 92 | + </td> |
| 93 | + <td> |
| 94 | + <p>The IP address the application password was last used by.</p> |
| 95 | + <p class="type"> |
| 96 | + JSON data type: string or null, |
| 97 | + Format: ip |
| 98 | + </p> |
99 | 99 | <p class="read-only">Read only</p> |
100 | 100 | <p class="context">Context: <code>view</code>, <code>edit</code></p> |
101 | 101 | </td> |
|
0 commit comments