# AppPropertySchema

## Extends

- `AppPropertySchema`

### keys?

```ts
optional keys: string[];
```

The property keys schema

#### Inherited from

```ts
bkper.AppPropertySchema.keys
```

***

### values?

```ts
optional values: string[];
```

The property values schema

#### Inherited from

```ts
bkper.AppPropertySchema.values
```
