Fields
Shows the field definitions in MediaBeacon
Defined in: fields.js.
Constructor Attributes | Constructor Name and Description |
---|---|
Fields()
Displays all of the field definitions in Mediabeacon with their name mappings
|
Class Detail
Fields()
Displays all of the field definitions in Mediabeacon with their name mappings
- Returns:
- {fieldId: string; name: string; type: string; namespace: string; mapped_namespace: string; mapped_name: string; is_container: boolean}
/wf/restapi/v2/fields Parameters: Response: [ { "fieldId": "http://purl.org/dc/elements/1.1/ subject", "name": "subject", "type": "list_string", "namespace": "http://purl.org/dc/elements/1.1/", "mapped_namespace": "Dublin Core Properties", "mapped_name": "Keywords", "is_container": true }, { "fieldId": "http://purl.org/dc/elements/1.1/ title", "name": "title", "type": "string", "namespace": "http://purl.org/dc/elements/1.1/", "mapped_namespace": "Dublin Core Properties", "mapped_name": "Title", "is_container": false }, { "fieldId": "http://purl.org/dc/elements/1.1/ type", "name": "type", "type": "list_string", "namespace": "http://purl.org/dc/elements/1.1/", "mapped_namespace": "Dublin Core Properties", "mapped_name": "Document Type", "is_container": true },... ]