This is the repository for the so-called "Generic" schemas, schemas which CMR reads in to drive the dynamic ingest/index/search code.
Source
xxxxxxxxxx
{
"MetadataSpecification": {
"URL": "https://cdn.earthdata.nasa.gov/generic/config/v0.0.1",
"Name": "Generic-Config",
"Version": "0.0.1"
},
"Generic": {
"Name": "Order Option",
"Version": "1.0.0"
},
"SubConceptType": "OO",
"Indexes":
[
{
"Description": "Name",
"Field": ".Name",
"Name": "Name",
"Mapping": "string"
}, {
"Description": "Id - This is the old ECHO 10 GUID.",
"Field": ".Id",
"Name": "Id",
"Mapping": "string"
}
]
}