---
title: "PropertiesBasicResource"
url: "https://apiportal.six-group.com/apis/settlement-info-reporting-ch-v1/versions/52cbfb5f-8e19-42e4-a1fa-bded916e761f/schemas/PropertiesBasicResource"
---

> Full API specification: https://apiportal.six-group.com/apis/settlement-info-reporting-ch-v1/versions/52cbfb5f-8e19-42e4-a1fa-bded916e761f.md

# PropertiesBasicResource

Properties of any resource.

## OpenAPI definition

```yaml
openapi: 3.0.2
info:
  title: Security Settlement Information - External API
  version: 1.0.7
servers:
  - url: https://api.six-group.com/custody/cockpit/setlInfo/v1
  - url: https://api.p2p.six-group.com/custody/cockpit/setlInfo/v1
  - url: https://api.fip.six-group.com/custody/cockpit/setlInfo/v1
components:
  schemas:
    PropertiesBasicResource:
      required:
        - id
        - type
      type: object
      properties:
        id:
          type: string
          description: Identifier of the resource
          format: uuid
        type:
          maxLength: 255
          minLength: 1
          type: string
          description: Type of the resource.
      description: Properties of any resource.
```
