Skip to content

Commit d72cef4

Browse files
authored
Use default behavior (list of values) instead of schema (#11)
* Use default behavior (list of values) instead of schema Origin: stac-utils/pystac#372
1 parent d0acc12 commit d72cef4

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

fields.json

+1-4
Original file line numberDiff line numberDiff line change
@@ -507,10 +507,7 @@
507507
"label": "DOI",
508508
"format": "DOI"
509509
},
510-
"sci:citation": {
511-
"label": "Citation",
512-
"summary": "s"
513-
},
510+
"sci:citation": "Citation",
514511
"sci:publications": {
515512
"label": "Publications",
516513
"summary": false,

0 commit comments

Comments
 (0)