# Ref and Examples

Test for issue #28


**Properties**

|Name|Type|Description|Required|
|----|----|-----------|--------|
|[**property**](#defsmyref)|`object`|My reffered Property<br/>||

**Example**

```json
{
    "property": {
        "sub_property1": 23,
        "sub_proerty2": 42
    }
}
```

   
<a name="defsmyref"></a>
## $defs/MyRef: object

My reffered Property


**Properties**

|Name|Type|Description|Required|
|----|----|-----------|--------|
|**sub\_property1**|`number`|My Sub Property 1<br/>||
|**sub\_proerty2**|`number`|My Sub Property 2<br/>Default: `42`<br/>||

**Example**

```json
{
    "sub_property1": 23,
    "sub_proerty2": 42
}
```


