# Subscribe - Attribuly SS

## OpenAPI Specification

```yaml
openapi: 3.0.1
info:
  title: ''
  description: ''
  version: 1.0.0
paths: {}
components:
  schemas:
    Subscribe - Attribuly SS:
      type: object
      properties:
        type:
          type: string
        attributes:
          type: object
          properties:
            time:
              type: string
            value:
              type: integer
            value_currency:
              type: string
            unique_id:
              type: string
            properties:
              type: object
              properties:
                URL:
                  type: string
                  description: Url
              required:
                - URL
              x-apifox-orders:
                - URL
            metric:
              type: object
              properties:
                data:
                  type: object
                  properties:
                    type:
                      type: string
                    attributes:
                      type: object
                      properties:
                        name:
                          type: string
                        service:
                          type: string
                      required:
                        - name
                        - service
                      x-apifox-orders:
                        - name
                        - service
                  required:
                    - type
                    - attributes
                  x-apifox-orders:
                    - type
                    - attributes
              required:
                - data
              x-apifox-orders:
                - data
            profile:
              type: object
              properties:
                data:
                  type: object
                  properties:
                    type:
                      type: string
                    attributes:
                      type: object
                      properties:
                        email:
                          type: string
                        phone_number:
                          type: string
                        first_name:
                          type: string
                        last_name:
                          type: string
                        location:
                          type: object
                          properties:
                            address1:
                              type: string
                            address2:
                              type: string
                            city:
                              type: string
                            country:
                              type: string
                            region:
                              type: string
                            zip:
                              type: string
                          required:
                            - address1
                            - address2
                            - city
                            - country
                            - region
                            - zip
                          x-apifox-orders:
                            - address1
                            - address2
                            - city
                            - country
                            - region
                            - zip
                      required:
                        - email
                        - phone_number
                        - first_name
                        - last_name
                        - location
                      x-apifox-orders:
                        - email
                        - phone_number
                        - first_name
                        - last_name
                        - location
                  required:
                    - type
                    - attributes
                  x-apifox-orders:
                    - type
                    - attributes
              required:
                - data
              x-apifox-orders:
                - data
          required:
            - time
            - value
            - value_currency
            - unique_id
            - properties
            - metric
            - profile
          x-apifox-orders:
            - time
            - value
            - value_currency
            - unique_id
            - properties
            - metric
            - profile
      required:
        - type
        - attributes
      x-apifox-orders:
        - type
        - attributes
      x-apifox-folder: ''
  securitySchemes: {}
servers:
  - url: https://data-api.test.attribuly.com
    description: test
  - url: https://data.api.attribuly.com
    description: prod
security: []

```
