1
0
mirror of https://github.com/oceanprotocol/docs.git synced 2024-11-26 19:49:26 +01:00

use hometown instead of surname

This commit is contained in:
Alex Coseru 2022-02-11 19:45:10 +02:00 committed by GitHub
parent c31354e927
commit b520355324
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -386,12 +386,12 @@ An element looks like:
```json ```json
{ {
"name":"surname", "name":"hometown",
"type": "text", "type": "text",
"label": "Name", "label": "Hometown",
"required": true, "required": true,
"description":"Please fill your name", "description":"What is your hometown?",
"default": "NoName", "default": "Nowhere",
"options": [] "options": []
} }
``` ```
@ -412,12 +412,12 @@ Example:
```json ```json
[ [
{ {
"name":"surname", "name":"hometown",
"type": "text", "type": "text",
"label": "Name", "label": "Hometown",
"required": true, "required": true,
"default": "NoName" "default": "Nowhere"
"description":"Please fill your name" "description":"What is your hometown?"
}, },
{ {
"name":"age", "name":"age",