Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
133 changes: 121 additions & 12 deletions spec/MicroWaveDeviceInventory.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27342,6 +27342,7 @@ paths:
- 'file-profile-1-0:PROFILE_NAME_TYPE_FILE_PROFILE'
- 'integer-profile-1-0:PROFILE_NAME_TYPE_INTEGER_PROFILE'
- 'string-profile-1-0:PROFILE_NAME_TYPE_STRING_PROFILE'
- 'mapping-profile-1-0:PROFILE_NAME_TYPE_MAPPING_PROFILE'
action-profile-1-0:action-profile-pac:
type: object
required:
Expand Down Expand Up @@ -27396,6 +27397,7 @@ paths:
- 'file-profile-1-0:PROFILE_NAME_TYPE_FILE_PROFILE'
- 'integer-profile-1-0:PROFILE_NAME_TYPE_INTEGER_PROFILE'
- 'string-profile-1-0:PROFILE_NAME_TYPE_STRING_PROFILE'
- 'mapping-profile-1-0:PROFILE_NAME_TYPE_MAPPING_PROFILE'
response-profile-1-0:response-profile-pac:
type: object
required:
Expand Down Expand Up @@ -27457,6 +27459,7 @@ paths:
- 'file-profile-1-0:PROFILE_NAME_TYPE_FILE_PROFILE'
- 'integer-profile-1-0:PROFILE_NAME_TYPE_INTEGER_PROFILE'
- 'string-profile-1-0:PROFILE_NAME_TYPE_STRING_PROFILE'
- 'mapping-profile-1-0:PROFILE_NAME_TYPE_MAPPING_PROFILE'
file-profile-1-0:file-profile-pac:
type: object
required:
Expand Down Expand Up @@ -27504,6 +27507,7 @@ paths:
- 'file-profile-1-0:PROFILE_NAME_TYPE_FILE_PROFILE'
- 'integer-profile-1-0:PROFILE_NAME_TYPE_INTEGER_PROFILE'
- 'string-profile-1-0:PROFILE_NAME_TYPE_STRING_PROFILE'
- 'mapping-profile-1-0:PROFILE_NAME_TYPE_MAPPING_PROFILE'
integer-profile-1-0:integer-profile-pac:
type: object
required:
Expand Down Expand Up @@ -27549,6 +27553,7 @@ paths:
- 'file-profile-1-0:PROFILE_NAME_TYPE_FILE_PROFILE'
- 'integer-profile-1-0:PROFILE_NAME_TYPE_INTEGER_PROFILE'
- 'string-profile-1-0:PROFILE_NAME_TYPE_STRING_PROFILE'
- 'mapping-profile-1-0:PROFILE_NAME_TYPE_MAPPING_PROFILE'
string-profile-1-0:string-profile-pac:
type: object
required:
Expand All @@ -27575,18 +27580,68 @@ paths:
properties:
string-value:
type: string
example:
- uuid: 'xy-15-3-2-integer-p-000'
profile-name: 'integer-profile-1-0:PROFILE_NAME_TYPE_INTEGER_PROFILE'
integer-profile-1-0:integer-profile-pac:
integer-profile-capability:
integer-name: 'maximumNumberOfEntries'
purpose: 'Limiting the number of entries for controlling the storage consumption and access response time'
unit: 'records'
minimum: 0
maximum: 1000000
integer-profile-configuration:
integer-value: 1000000
- description: 'mapping profile'
type: object
required:
- uuid
- profile-name
- mapping-profile-1-0:string-profile-pac
properties:
uuid:
type: string
profile-name:
type: string
enum:
- 'action-profile-1-0:PROFILE_NAME_TYPE_ACTION_PROFILE'
- 'response-profile-1-0:PROFILE_NAME_TYPE_GENERIC_RESPONSE_PROFILE'
- 'file-profile-1-0:PROFILE_NAME_TYPE_FILE_PROFILE'
- 'integer-profile-1-0:PROFILE_NAME_TYPE_INTEGER_PROFILE'
- 'string-profile-1-0:PROFILE_NAME_TYPE_STRING_PROFILE'
- 'mapping-profile-1-0:PROFILE_NAME_TYPE_MAPPING_PROFILE'
mapping-profile-1-0:string-profile-pac:
type: object
required:
- mapping-profile-capability
- mapping-profile-configuration
properties:
mapping-profile-capability:
type: object
required:
- mapping-name
properties:
mapping-name:
type: string
purpose:
type: string
mapping-profile-configuration:
type: object
required:
- mapping-list
properties:
mapping-list:
type: array
items:
type: object
required:
- regex-string
- map-to-string
properties:
regex-string:
type: string
map-to-string:
type: string
example:
- uuid: 'xy-15-3-2-integer-p-000'
profile-name: 'integer-profile-1-0:PROFILE_NAME_TYPE_INTEGER_PROFILE'
integer-profile-1-0:integer-profile-pac:
integer-profile-capability:
integer-name: 'maximumNumberOfEntries'
purpose: 'Limiting the number of entries for controlling the storage consumption and access response time'
unit: 'records'
minimum: 0
maximum: 1000000
integer-profile-configuration:
integer-value: 1000000
logical-termination-point:
type: array
uniqueItems: true
Expand Down Expand Up @@ -28537,6 +28592,7 @@ paths:
- 'file-profile-1-0:PROFILE_NAME_TYPE_FILE_PROFILE'
- 'integer-profile-1-0:PROFILE_NAME_TYPE_INTEGER_PROFILE'
- 'string-profile-1-0:PROFILE_NAME_TYPE_STRING_PROFILE'
- 'mapping-profile-1-0:PROFILE_NAME_TYPE_MAPPING_PROFILE'
action-profile-1-0:action-profile-pac:
type: object
required:
Expand Down Expand Up @@ -28591,6 +28647,7 @@ paths:
- 'file-profile-1-0:PROFILE_NAME_TYPE_FILE_PROFILE'
- 'integer-profile-1-0:PROFILE_NAME_TYPE_INTEGER_PROFILE'
- 'string-profile-1-0:PROFILE_NAME_TYPE_STRING_PROFILE'
- 'mapping-profile-1-0:PROFILE_NAME_TYPE_MAPPING_PROFILE'
response-profile-1-0:response-profile-pac:
type: object
required:
Expand Down Expand Up @@ -28652,6 +28709,7 @@ paths:
- 'file-profile-1-0:PROFILE_NAME_TYPE_FILE_PROFILE'
- 'integer-profile-1-0:PROFILE_NAME_TYPE_INTEGER_PROFILE'
- 'string-profile-1-0:PROFILE_NAME_TYPE_STRING_PROFILE'
- 'mapping-profile-1-0:PROFILE_NAME_TYPE_MAPPING_PROFILE'
file-profile-1-0:file-profile-pac:
type: object
required:
Expand Down Expand Up @@ -28699,6 +28757,7 @@ paths:
- 'file-profile-1-0:PROFILE_NAME_TYPE_FILE_PROFILE'
- 'integer-profile-1-0:PROFILE_NAME_TYPE_INTEGER_PROFILE'
- 'string-profile-1-0:PROFILE_NAME_TYPE_STRING_PROFILE'
- 'mapping-profile-1-0:PROFILE_NAME_TYPE_MAPPING_PROFILE'
integer-profile-1-0:integer-profile-pac:
type: object
required:
Expand Down Expand Up @@ -28770,6 +28829,56 @@ paths:
properties:
string-value:
type: string
- description: 'mapping profile'
type: object
required:
- uuid
- profile-name
- mapping-profile-1-0:string-profile-pac
properties:
uuid:
type: string
profile-name:
type: string
enum:
- 'action-profile-1-0:PROFILE_NAME_TYPE_ACTION_PROFILE'
- 'response-profile-1-0:PROFILE_NAME_TYPE_GENERIC_RESPONSE_PROFILE'
- 'file-profile-1-0:PROFILE_NAME_TYPE_FILE_PROFILE'
- 'integer-profile-1-0:PROFILE_NAME_TYPE_INTEGER_PROFILE'
- 'string-profile-1-0:PROFILE_NAME_TYPE_STRING_PROFILE'
- 'mapping-profile-1-0:PROFILE_NAME_TYPE_MAPPING_PROFILE'
mapping-profile-1-0:string-profile-pac:
type: object
required:
- mapping-profile-capability
- mapping-profile-configuration
properties:
mapping-profile-capability:
type: object
required:
- mapping-name
properties:
mapping-name:
type: string
purpose:
type: string
mapping-profile-configuration:
type: object
required:
- mapping-list
properties:
mapping-list:
type: array
items:
type: object
required:
- regex-string
- map-to-string
properties:
regex-string:
type: string
map-to-string:
type: string
example:
core-model-1-4:profile:
uuid: 'xy-15-3-2-action-p-000'
Expand Down
Loading