# Untitled undefined type in Extending Schema

```txt
https://example.com/schemas/extending#/allOf/0
```




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

## 0 Type

unknown

# undefined Properties

| Property    | Type     | Required | Nullable       | Defined by                                                                                                                |
| :---------- | -------- | -------- | -------------- | :------------------------------------------------------------------------------------------------------------------------ |
| [bar](#bar) | `string` | Optional | cannot be null | [Extending](deepextending-allof-0-properties-bar.md "https&#x3A;//example.com/schemas/extending#/allOf/0/properties/bar") |

## bar

A horse walks into it.


`bar`

-   is optional
-   Type: `string`
-   cannot be null
-   defined in: [Extending](deepextending-allof-0-properties-bar.md "https&#x3A;//example.com/schemas/extending#/allOf/0/properties/bar")

### bar Type

`string`

### bar Examples

```json
"whoo"
```

```json
"hoo"
```
