# Untitled object in ProjectConfig Schema

```txt
https://ns.adobe.com/helix/config/project#/properties/access/properties/require
```



| Abstract            | Extensible | Status         | Identifiable | Custom Properties | Additional Properties | Access Restrictions | Defined In                                                                        |
| :------------------ | :--------- | :------------- | :----------- | :---------------- | :-------------------- | :------------------ | :-------------------------------------------------------------------------------- |
| Can be instantiated | No         | Unknown status | No           | Forbidden         | Forbidden             | none                | [project-config.schema.json\*](project-config.schema.json "open original schema") |

## require Type

`object` ([Details](project-config-properties-siteaccessconfig-properties-require.md))

# require Properties

| Property                  | Type   | Required | Nullable       | Defined by                                                                                                                                                    |
| :------------------------ | :----- | :------- | :------------- | :------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| [repository](#repository) | Merged | Required | cannot be null | [ProjectConfig](project-config-defs-stringorarray.md "https://ns.adobe.com/helix/config/project#/properties/access/properties/require/properties/repository") |

## repository

The list of owner/repo pointers to projects that are allowed to use this content.

`repository`

*   is required

*   Type: merged type ([Details](project-config-defs-stringorarray.md))

*   cannot be null

*   defined in: [ProjectConfig](project-config-defs-stringorarray.md "https://ns.adobe.com/helix/config/project#/properties/access/properties/require/properties/repository")

### repository Type

merged type ([Details](project-config-defs-stringorarray.md))

one (and only one) of

*   [Untitled string in ProjectConfig](project-config-defs-stringorarray-oneof-0.md "check type definition")

*   [Untitled array in ProjectConfig](project-config-defs-stringorarray-oneof-1.md "check type definition")

### repository Examples

```yaml
adobe/*

```

```yaml
hlxsites/wknd

```
