resources | | json | body | Array of resources associated with the channel to create. it Must respect the following format:
resources:[{
- name: (string, required) name of the resource, MUST be unique for a channel
- label: (string, optional) user friendly label of the resource
- description: (string, optional) description of the resource
- vtype: (string, optional) indicates the data type for this resource. MUST be one of ['any', 'number', 'string', 'object']
- sendOnSubscribe: (boolean, optional) indicates if clients should receive the most recent value of this resource upon subscription. default is false.
}] |