{% extends "docs/docs_base.html" %} {% block doc_title %}Crash Reporting Dictionary / {{ dataset }} / {{ field_name }}{% endblock %} {% block main_content %}
Crash Reporting Data Dictionary / {{ dataset }} {% for breadcrumb in field_path_breadcrumbs %} {% if breadcrumb[1] == "[]" %} / [] {% else %} / {{ breadcrumb[1] }} {% endif %} {% endfor %}
| dataset | {{ dataset }} |
|---|---|
| description | {{ description | safe }} |
| type | {{ type }} |
| array contents |
{% if "object" not in field_data.get("items", {}).get("type", "") %}
{{ field_data.get("items", {}).get("type") }}
{% else %}
|
| object contents |
|
| super search field |
{{ search_field }}
({{ search_field_query_type }})
|
| example data from last 7 days |
{% if example_data %}
{% for item in example_data %}
{{ item|string|truncate(100, killwords=True, end="...") }} |
| super search field | This field is not indexed. |
| source annotation |
{{ source_annotation }}
|
| data reviews |
|
| related processed field |
{% if processed_field %}
{{ processed_field }}
{% endif %}
|
| products that emitted this field in last 7 days | {% if products_for_field %} {{ products_for_field|join(', ') }} {% else %} None. {% endif %} |
| permissions |
{{ permissions|join(', ') }} {% if "protected" in permissions %}This field is protected data. See Protected Data Access for details. {% endif %} |
Do you see errors in this documentation? Please tell us by filing a bug or {% if dataset == "annotation" %} fix the field data in the raw crash schema . {% elif dataset == "processed" %} fix the field data in the processed crash schema . {% endif %}