Resource spec characteristic value Data Model

Domain

The schema is part of the Domain

Description

A ResourceSpecCharacteristicValue object is used to define a set of attributes, each of which can be assigned to a corresponding set of attributes in a ResourceSpecCharacteristic object. The values of the attributes in the ResourceSpecCharacteristicValue object describe the values of the attributes that a corresponding ResourceSpecCharacteristic object can take on.

Data model

A JSON Schema corresponding to this data model can be found here.

The Data model is defined as shown below: - valueType : A kind of value that the characteristic can take on, such as numeric, text, and so forth - Optional - isDefault : Indicates if the value is the default value for a characteristic - Optional - value : A discrete value that the characteristic can take on, or the actual value of the characteristic - Optional - unitOfMeasure : A length, surface, volume, dry measure, liquid measure, money, weight, time, and the like. In general, a determinate quantity or magnitude of the kind designated, taken as a standard of comparison for others of the same kind, in assigning to them numerical values, as 1 foot, 1 yard, 1 mile, 1 square foot. - Optional - validFor : The period of time for which a value is applicable - Optional - valueFrom : The low range value that a characteristic can take on - Optional - valueTo : The upper range value that a characteristic can take on - Optional - rangeInterval : An indicator that specifies the inclusion or exclusion of the valueFrom and valueTo attributes. If applicable, possible values are "open", "closed", "closedBottom" and "closedTop". - Optional - regex : A regular expression constraint for given value - Optional

TMForum APIs that use this schema

Taking into consideration the snapshot of 04/02/2020 04:22:51 UTC the list of TMForum Open APIs that uses this schemas is:

Coming soon