github.com/optim-corp/cios-golang-sdk@v0.5.1/openapi/components/resourceowner-component.openapi.yml (about)

     1  openapi: 3.0.3
     2  info:
     3    title: Resource Owner Component
     4    description: Component
     5    version: 1.0.0
     6  
     7  paths: {}
     8  
     9  components:
    10    schemas:
    11      MultipleResourceOwner:
    12        type: object
    13        required:
    14          - total
    15          - resource_owners
    16        properties:
    17          total:
    18            type: integer
    19            format: int64
    20          resource_owners:
    21            type: array
    22            items:
    23              $ref: '#/components/schemas/ResourceOwner'
    24      ResourceOwner:
    25        type: object
    26        required:
    27          - id
    28          - profile
    29          - type
    30        properties:
    31          id:
    32            type: string
    33          group_id:
    34            type: string
    35          user_id:
    36            type: string
    37          author_id:
    38            type: string
    39          profile:
    40            type: object
    41            properties:
    42              display_name:
    43                type: string
    44              website:
    45                type: string
    46          type:
    47            type: string