66 | | - data structure |
67 | | - field option |
68 | | - data |
| 66 | ==== Schema ==== |
| 67 | |
| 68 | Schema documents describe the data schema for a resource. |
| 69 | Clients can use these documents e.g. for automatic generation of forms. |
| 70 | |
| 71 | In the current S3 implementation, these documents can only be requested. Future versions may also accept submissions of such documents to auto-create database tables. |
| 72 | |
| 73 | ==== Field Options ==== |
| 74 | |
| 75 | Field options documents describe the currently acceptable options for fields in a resource. |
| 76 | Clients can use these documents e.g. for automatic generation and/or client-side validation of forms. |
| 77 | |
| 78 | === Data === |
| 79 | |
| 80 | Data documents provide the contents of resources. |