Entity Data - JSON Samples

Below are a few samples of what ASN Search data looks like. In red are the field names and in green are the values. Please refer to Field Names and Types for details on how these fields are indexed and available for search.

Standard Document Entity in JSON

{
  "id": "d10003fb",
    "data": {
      "date_copyright":["2010"],
      "date_valid":["2010"],
      "description":["These Standards define what students should understand and be able to do in their study of mathematics..."],
      "education_level":["K","1","2","3","4","5","6","7","8","9","10","11","12"],
      "has_child":["true"],
      "identifier":["http://asn.jesandco.org/resources/D10003FB","http://purl.org/ASN/resources/D10003FB"],
      "jurisdiction":["Common Core State Standards"],
      "publication_status":["Published"],
      "rights":["© Copyright 2010. National Governors Association Center for Best Practices and Council of Chief State School..."],
      "subject":["Math"],
      "title":["Common Core State Standards for Mathematics"],
      "type":["Standard Document"]
    }
}

Statement Entity in JSON

{
  "id":"s114343a",
  "data":{
    "alt_statement_notation":["1.OA.3"],
    "authority_status":["Original"],
    "comment":["If 8 + 3 = 11 is known, then 3 + 8 = 11 is also known. (Commutative property of addition.)","Students need..."],
    "description":["Operations and Algebraic Thinking","Understand and apply...","Apply properties of operations..."],
    "education_level":["1"],
    "exact_match":["FC21412A7C92444EA50B30A09729330F","http://corestandards.org/Math/Content/1/OA/B/3"],
    "has_child":["false"],
    "identifier":["http://asn.jesandco.org/resources/S114343A" , "http://purl.org/ASN/resources/S114343A"],
    "indexing_status":["Indexable Statement"],
    "is_child_of":["http://asn.jesandco.org/resources/S114342E"],
    "is_part_of":["http://asn.jesandco.org/resources/D10003FB"],
    "jurisdiction":["Common Core State Standards"],
    "list_id":["3."],
    "publication_status":["Published"],
    "statement_label":["Standard"],
    "statement_notation":["CCSS.Math.Content.1.OA.B.3"],
    "subject":["Math"],
    "type":["Statement"]
  }
}