> ISPO SDK documentation. [HTML](https://ispo.ai/docs/types/core.Supporting_types.SchemaProperties.html) · [Documentation index](https://ispo.ai/docs/llms.txt)

# Type Alias SchemaProperties<S>

```typescript
SchemaProperties: S extends {
    properties: infer P extends Readonly<Record<string, JsonSchema>>;
}
    ? P
    : {}
```

Types: [S](#s), [JsonSchema](core.Supporting_types.JsonSchema.md)

#### Type Parameters

*   <a id="s"></a>S extends [JsonSchema](core.Supporting_types.JsonSchema.md)
