# SearchEntry Collection

- [1. SearchEntry Collection > SearchEntry](#items)
  - [1.1. Property `SearchEntry Collection > SearchEntry > title`](#items_title)
  - [1.2. Property `SearchEntry Collection > SearchEntry > conference`](#items_conference)
  - [1.3. Property `SearchEntry Collection > SearchEntry > category`](#items_category)
  - [1.4. Property `SearchEntry Collection > SearchEntry > year`](#items_year)
  - [1.5. Property `SearchEntry Collection > SearchEntry > badges`](#items_badges)
    - [1.5.1. SearchEntry Collection > SearchEntry > badges > badges items](#items_badges_items)
  - [1.6. Property `SearchEntry Collection > SearchEntry > artifact_urls`](#items_artifact_urls)
    - [1.6.1. SearchEntry Collection > SearchEntry > artifact_urls > artifact_urls items](#items_artifact_urls_items)
  - [1.7. Property `SearchEntry Collection > SearchEntry > doi_url`](#items_doi_url)
  - [1.8. Property `SearchEntry Collection > SearchEntry > authors`](#items_authors)
    - [1.8.1. SearchEntry Collection > SearchEntry > authors > authors items](#items_authors_items)
  - [1.9. Property `SearchEntry Collection > SearchEntry > affiliations`](#items_affiliations)
    - [1.9.1. SearchEntry Collection > SearchEntry > affiliations > affiliations items](#items_affiliations_items)
  - [1.10. Property `SearchEntry Collection > SearchEntry > paper_url`](#items_paper_url)
    - [1.10.1. Property `SearchEntry Collection > SearchEntry > paper_url > anyOf > item 0`](#items_paper_url_anyOf_i0)
    - [1.10.2. Property `SearchEntry Collection > SearchEntry > paper_url > anyOf > item 1`](#items_paper_url_anyOf_i1)
  - [1.11. Property `SearchEntry Collection > SearchEntry > appendix_url`](#items_appendix_url)
    - [1.11.1. Property `SearchEntry Collection > SearchEntry > appendix_url > anyOf > item 0`](#items_appendix_url_anyOf_i0)
    - [1.11.2. Property `SearchEntry Collection > SearchEntry > appendix_url > anyOf > item 1`](#items_appendix_url_anyOf_i1)
  - [1.12. Property `SearchEntry Collection > SearchEntry > award`](#items_award)
    - [1.12.1. Property `SearchEntry Collection > SearchEntry > award > anyOf > item 0`](#items_award_anyOf_i0)
    - [1.12.2. Property `SearchEntry Collection > SearchEntry > award > anyOf > item 1`](#items_award_anyOf_i1)

**Title:** SearchEntry Collection

|              |         |
| ------------ | ------- |
| **Type**     | `array` |
| **Required** | No      |

**Description:** A single searchable artifact entry with enriched author and affiliation data.

|                      | Array restrictions |
| -------------------- | ------------------ |
| **Min items**        | N/A                |
| **Max items**        | N/A                |
| **Items unicity**    | False              |
| **Additional items** | False              |
| **Tuple validation** | See below          |

| Each item of this array must be | Description                                                                   |
| ------------------------------- | ----------------------------------------------------------------------------- |
| [SearchEntry](#items)           | A single searchable artifact entry with enriched author and affiliation data. |

## <a name="items"></a>1. SearchEntry Collection > SearchEntry

**Title:** SearchEntry

|                           |                     |
| ------------------------- | ------------------- |
| **Type**                  | `object`            |
| **Required**              | No                  |
| **Additional properties** | Not allowed         |
| **Defined in**            | #/$defs/SearchEntry |

**Description:** A single searchable artifact entry with enriched author and affiliation data.

| Property                                 | Pattern | Type             | Deprecated | Definition | Title/Description |
| ---------------------------------------- | ------- | ---------------- | ---------- | ---------- | ----------------- |
| + [title](#items_title )                 | No      | string           | No         | -          | Title             |
| + [conference](#items_conference )       | No      | string           | No         | -          | Conference        |
| + [category](#items_category )           | No      | enum (of string) | No         | -          | Category          |
| + [year](#items_year )                   | No      | integer          | No         | -          | Year              |
| + [badges](#items_badges )               | No      | array of string  | No         | -          | Badges            |
| + [artifact_urls](#items_artifact_urls ) | No      | array of string  | No         | -          | Artifact Urls     |
| + [doi_url](#items_doi_url )             | No      | string           | No         | -          | Doi Url           |
| + [authors](#items_authors )             | No      | array of string  | No         | -          | Authors           |
| + [affiliations](#items_affiliations )   | No      | array of string  | No         | -          | Affiliations      |
| - [paper_url](#items_paper_url )         | No      | Combination      | No         | -          | Paper Url         |
| - [appendix_url](#items_appendix_url )   | No      | Combination      | No         | -          | Appendix Url      |
| - [award](#items_award )                 | No      | Combination      | No         | -          | Award             |

### <a name="items_title"></a>1.1. Property `SearchEntry Collection > SearchEntry > title`

**Title:** Title

|              |          |
| ------------ | -------- |
| **Type**     | `string` |
| **Required** | Yes      |

**Description:** Paper title.

### <a name="items_conference"></a>1.2. Property `SearchEntry Collection > SearchEntry > conference`

**Title:** Conference

|              |          |
| ------------ | -------- |
| **Type**     | `string` |
| **Required** | Yes      |

**Description:** Conference abbreviation.

### <a name="items_category"></a>1.3. Property `SearchEntry Collection > SearchEntry > category`

**Title:** Category

|              |                    |
| ------------ | ------------------ |
| **Type**     | `enum (of string)` |
| **Required** | Yes                |

**Description:** Research domain.

Must be one of:
* "systems"
* "security"

### <a name="items_year"></a>1.4. Property `SearchEntry Collection > SearchEntry > year`

**Title:** Year

|              |           |
| ------------ | --------- |
| **Type**     | `integer` |
| **Required** | Yes       |

**Description:** Publication year.

### <a name="items_badges"></a>1.5. Property `SearchEntry Collection > SearchEntry > badges`

**Title:** Badges

|              |                   |
| ------------ | ----------------- |
| **Type**     | `array of string` |
| **Required** | Yes               |

**Description:** Artifact evaluation badges. Canonical values: 'available', 'functional', 'reproduced', 'reusable', 'replicated'.

|                      | Array restrictions |
| -------------------- | ------------------ |
| **Min items**        | N/A                |
| **Max items**        | N/A                |
| **Items unicity**    | False              |
| **Additional items** | False              |
| **Tuple validation** | See below          |

| Each item of this array must be     | Description |
| ----------------------------------- | ----------- |
| [badges items](#items_badges_items) | -           |

#### <a name="items_badges_items"></a>1.5.1. SearchEntry Collection > SearchEntry > badges > badges items

|              |          |
| ------------ | -------- |
| **Type**     | `string` |
| **Required** | No       |

### <a name="items_artifact_urls"></a>1.6. Property `SearchEntry Collection > SearchEntry > artifact_urls`

**Title:** Artifact Urls

|              |                   |
| ------------ | ----------------- |
| **Type**     | `array of string` |
| **Required** | Yes               |

**Description:** All artifact-related URLs (repositories, archives, DOIs).

|                      | Array restrictions |
| -------------------- | ------------------ |
| **Min items**        | N/A                |
| **Max items**        | N/A                |
| **Items unicity**    | False              |
| **Additional items** | False              |
| **Tuple validation** | See below          |

| Each item of this array must be                   | Description |
| ------------------------------------------------- | ----------- |
| [artifact_urls items](#items_artifact_urls_items) | -           |

#### <a name="items_artifact_urls_items"></a>1.6.1. SearchEntry Collection > SearchEntry > artifact_urls > artifact_urls items

|              |          |
| ------------ | -------- |
| **Type**     | `string` |
| **Required** | No       |

### <a name="items_doi_url"></a>1.7. Property `SearchEntry Collection > SearchEntry > doi_url`

**Title:** Doi Url

|              |          |
| ------------ | -------- |
| **Type**     | `string` |
| **Required** | Yes      |

**Description:** Paper DOI URL. Empty string if not available.

### <a name="items_authors"></a>1.8. Property `SearchEntry Collection > SearchEntry > authors`

**Title:** Authors

|              |                   |
| ------------ | ----------------- |
| **Type**     | `array of string` |
| **Required** | Yes               |

**Description:** Author names (DBLP disambiguation suffixes removed).

|                      | Array restrictions |
| -------------------- | ------------------ |
| **Min items**        | N/A                |
| **Max items**        | N/A                |
| **Items unicity**    | False              |
| **Additional items** | False              |
| **Tuple validation** | See below          |

| Each item of this array must be       | Description |
| ------------------------------------- | ----------- |
| [authors items](#items_authors_items) | -           |

#### <a name="items_authors_items"></a>1.8.1. SearchEntry Collection > SearchEntry > authors > authors items

|              |          |
| ------------ | -------- |
| **Type**     | `string` |
| **Required** | No       |

### <a name="items_affiliations"></a>1.9. Property `SearchEntry Collection > SearchEntry > affiliations`

**Title:** Affiliations

|              |                   |
| ------------ | ----------------- |
| **Type**     | `array of string` |
| **Required** | Yes               |

**Description:** Sorted unique institution affiliations of all authors.

|                      | Array restrictions |
| -------------------- | ------------------ |
| **Min items**        | N/A                |
| **Max items**        | N/A                |
| **Items unicity**    | False              |
| **Additional items** | False              |
| **Tuple validation** | See below          |

| Each item of this array must be                 | Description |
| ----------------------------------------------- | ----------- |
| [affiliations items](#items_affiliations_items) | -           |

#### <a name="items_affiliations_items"></a>1.9.1. SearchEntry Collection > SearchEntry > affiliations > affiliations items

|              |          |
| ------------ | -------- |
| **Type**     | `string` |
| **Required** | No       |

### <a name="items_paper_url"></a>1.10. Property `SearchEntry Collection > SearchEntry > paper_url`

**Title:** Paper Url

|                           |                  |
| ------------------------- | ---------------- |
| **Type**                  | `combining`      |
| **Required**              | No               |
| **Additional properties** | Any type allowed |
| **Default**               | `null`           |

**Description:** Paper DOI or direct link.

| Any of(Option)                      |
| ----------------------------------- |
| [item 0](#items_paper_url_anyOf_i0) |
| [item 1](#items_paper_url_anyOf_i1) |

#### <a name="items_paper_url_anyOf_i0"></a>1.10.1. Property `SearchEntry Collection > SearchEntry > paper_url > anyOf > item 0`

|              |          |
| ------------ | -------- |
| **Type**     | `string` |
| **Required** | No       |

#### <a name="items_paper_url_anyOf_i1"></a>1.10.2. Property `SearchEntry Collection > SearchEntry > paper_url > anyOf > item 1`

|              |        |
| ------------ | ------ |
| **Type**     | `null` |
| **Required** | No     |

### <a name="items_appendix_url"></a>1.11. Property `SearchEntry Collection > SearchEntry > appendix_url`

**Title:** Appendix Url

|                           |                  |
| ------------------------- | ---------------- |
| **Type**                  | `combining`      |
| **Required**              | No               |
| **Additional properties** | Any type allowed |
| **Default**               | `null`           |

**Description:** Supplementary materials URL.

| Any of(Option)                         |
| -------------------------------------- |
| [item 0](#items_appendix_url_anyOf_i0) |
| [item 1](#items_appendix_url_anyOf_i1) |

#### <a name="items_appendix_url_anyOf_i0"></a>1.11.1. Property `SearchEntry Collection > SearchEntry > appendix_url > anyOf > item 0`

|              |          |
| ------------ | -------- |
| **Type**     | `string` |
| **Required** | No       |

#### <a name="items_appendix_url_anyOf_i1"></a>1.11.2. Property `SearchEntry Collection > SearchEntry > appendix_url > anyOf > item 1`

|              |        |
| ------------ | ------ |
| **Type**     | `null` |
| **Required** | No     |

### <a name="items_award"></a>1.12. Property `SearchEntry Collection > SearchEntry > award`

**Title:** Award

|                           |                  |
| ------------------------- | ---------------- |
| **Type**                  | `combining`      |
| **Required**              | No               |
| **Additional properties** | Any type allowed |
| **Default**               | `null`           |

**Description:** Award designation, if any.

| Any of(Option)                  |
| ------------------------------- |
| [item 0](#items_award_anyOf_i0) |
| [item 1](#items_award_anyOf_i1) |

#### <a name="items_award_anyOf_i0"></a>1.12.1. Property `SearchEntry Collection > SearchEntry > award > anyOf > item 0`

|              |          |
| ------------ | -------- |
| **Type**     | `string` |
| **Required** | No       |

#### <a name="items_award_anyOf_i1"></a>1.12.2. Property `SearchEntry Collection > SearchEntry > award > anyOf > item 1`

|              |        |
| ------------ | ------ |
| **Type**     | `null` |
| **Required** | No     |

----------------------------------------------------------------------------------------------------------------------------
Generated using [json-schema-for-humans](https://github.com/coveooss/json-schema-for-humans) on 2026-04-07 at 10:52:22 +0000
