fix: parameter config rectification

This commit is contained in:
2024-01-05 10:33:06 +08:00
parent 223c314591
commit c00e2d6c56
4 changed files with 118 additions and 118 deletions

View File

@@ -15,7 +15,7 @@ nrf:
access: "read-write"
filter: "0~65535"
display: "Service Port"
comment: "0~65535"
comment: ""
- name: "scheme"
type: "enum"
value: "0"
@@ -33,32 +33,32 @@ nrf:
access: "read-only"
filter: '1~256'
display: "Index"
comment: "1~256"
comment: ""
- name: "nfType"
type: "string"
value: ''
access: "read-only"
filter: '^.{1,128}$'
display: "NF Type"
comment: "1~128"
comment: ""
- name: "status"
type: "string"
value: ''
access: "read-only"
filter: '^.{1,128}$'
display: "Status"
comment: "1~128"
comment: ""
- name: "nfId"
type: "string"
value: ''
access: "read-only"
filter: '^.{1,128}$'
display: "NF ID"
comment: "1~128"
comment: ""
- name: "ipAddress"
type: "string"
value: ''
access: "read-only"
filter: '^.{1,128}$'
display: "IP Address"
comment: "1~128"
comment: ""