Skip to content

Commit

Permalink
project(dataverse): new data spec
Browse files Browse the repository at this point in the history
  • Loading branch information
merunga committed Sep 22, 2023
1 parent 8202898 commit 4055e55
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions projects/02-dataverse-explorers/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -507,17 +507,17 @@ debe ser la siguiente:

* `extraInfo`: Y por último un campo libre opcional, similar a `facts`. Si lo
necesitas, aquí puedes poner cualquier otro tipo de información en formato
donde puedes poner otra info que necesites en formato `"nombre": "valor"`.
Por ejemplo:
donde puedes poner otra info que necesites en formato `"nombre": "valor"`,
pero sin restricciones sobre el tipo de dato del valor. Por ejemplo:

```json
"extraInfo": {
"imagePrompt": "Un texto bien, bien largo...",
"writings": [
"Libro 1",
"Libro 2",
"Libro 3",
"Libro 4"
"Vol. 1",
"Vol. 2",
"Vol. 3",
"Vol. 4"
]
}
```
Expand Down

0 comments on commit 4055e55

Please sign in to comment.