Skip to content

Commit

Permalink
Updating JSON files
Browse files Browse the repository at this point in the history
  • Loading branch information
jlblcc committed Mar 25, 2017
1 parent ab30e19 commit 327b151
Show file tree
Hide file tree
Showing 2 changed files with 130 additions and 0 deletions.
65 changes: 65 additions & 0 deletions resources/json/adiwg_entityType.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,65 @@
{
"codelistType": "staticList",
"codelistName": "adiwg_entityType",
"source": "Alaska Data Integration working group",
"sourceName": "ADIwg_EntityType",
"extensible": true,
"description": "individual or organization entity type",
"codelist": [
{
"code": "001",
"codeName": "academic",
"description": "any university, college, or school of education"
},
{
"code": "002",
"codeName": "consortium",
"description": "an association of several businesses or organizations"
},
{
"code": "003",
"codeName": "federal",
"description": "any branch or level of the federal government"
},
{
"code": "004",
"codeName": "lcc",
"description": "any Landscape Conservation Cooperative"
},
{
"code": "005",
"codeName": "foundation",
"description": "any organization supported by an endowment"
},
{
"code": "006",
"codeName": "local",
"description": "any local government including county, municipality, borough, city"
},
{
"code": "007",
"codeName": "nonProfit",
"description": "any not-for-profit business or organization"
},
{
"code": "008",
"codeName": "private",
"description": "any for-profit business or organization"
},
{
"code": "009",
"codeName": "research",
"description": "any for-profit organization whose primary focus is conducting research or consulting"
},
{
"code": "010",
"codeName": "state",
"description": "any branch or department of state or provincial government "
},
{
"code": "011",
"codeName": "tribal",
"description": "any organization of indigenous people"
}
]
}
65 changes: 65 additions & 0 deletions resources/json/mdcodes.json
Original file line number Diff line number Diff line change
Expand Up @@ -9014,6 +9014,71 @@
}
]
},
"adiwg_entityType": {
"codelistType": "staticList",
"codelistName": "adiwg_entityType",
"source": "Alaska Data Integration working group",
"sourceName": "ADIwg_EntityType",
"extensible": true,
"description": "individual or organization entity type",
"codelist": [
{
"code": "001",
"codeName": "academic",
"description": "any university, college, or school of education"
},
{
"code": "002",
"codeName": "consortium",
"description": "an association of several businesses or organizations"
},
{
"code": "003",
"codeName": "federal",
"description": "any branch or level of the federal government"
},
{
"code": "004",
"codeName": "lcc",
"description": "any Landscape Conservation Cooperative"
},
{
"code": "005",
"codeName": "foundation",
"description": "any organization supported by an endowment"
},
{
"code": "006",
"codeName": "local",
"description": "any local government including county, municipality, borough, city"
},
{
"code": "007",
"codeName": "nonProfit",
"description": "any not-for-profit business or organization"
},
{
"code": "008",
"codeName": "private",
"description": "any for-profit business or organization"
},
{
"code": "009",
"codeName": "research",
"description": "any for-profit organization whose primary focus is conducting research or consulting"
},
{
"code": "010",
"codeName": "state",
"description": "any branch or department of state or provincial government "
},
{
"code": "011",
"codeName": "tribal",
"description": "any organization of indigenous people"
}
]
},
"adiwg_metadataRepository": {
"codelistType": "staticList",
"codelistName": "adiwg_metadataRepository",
Expand Down

0 comments on commit 327b151

Please sign in to comment.