afv-library/skills/getting-metadata-api-context/data/metadata_api/DataSource.json

29 lines
754 B
JSON

{
"sections": [
"title",
"description",
"file_information",
"directory_location",
"fields"
],
"title": "DataSource - Metadata API",
"description": "Used to represent the system where the data was sourced. This object is always needed when creating a Data Stream Definition.",
"file_information": ".dataSource",
"directory_location": "mktDataSources",
"fields_columns": [
"type",
"description"
],
"fields": {
"masterLabel": {
"type": "string",
"description": "The UI name for the Data Source.",
"required": true
},
"prefix": {
"type": "string",
"description": "Prefix for the Data Source to make Data Source Object records unique.",
"required": true
}
}
}