# Untitled undefined type in Extensible Schema

```txt
https://example.com/schemas/extensible#/definitions/second
```




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

## second Type

unknown

# undefined Properties

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

## bar

A horse walks into it.


`bar`

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

### bar Type

`string`

### bar Examples

```json
"whoo"
```

```json
"hoo"
```
