Skip to content

Commit

Permalink
updated schema
Browse files Browse the repository at this point in the history
  • Loading branch information
rmathis committed Jun 23, 2021
1 parent 329c3c8 commit 40dd2c1
Showing 1 changed file with 22 additions and 24 deletions.
46 changes: 22 additions & 24 deletions ui/public/assets/schema/attribute/attribute.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,30 +54,6 @@
"minLength": 1,
"maxLength": 255
},
"persistValue": {
"type": "string",
"title": "label.entity-attribute-persist-value",
"description": "tooltip.entity-attribute-persist-value",
"minLength": 1,
"maxLength": 255
},
"persistType": {
"type": "string",
"title": "label.entity-attribute-persist-type",
"description": "tooltip.entity-attribute-persist-type",
"minLength": 1,
"maxLength": 255,
"enum": [
"boolean",
"string",
"number"
],
"enumNames": [
"boolean",
"string",
"number"
]
},
"displayName": {
"type": "string",
"title": "label.entity-attribute-display-name",
Expand Down Expand Up @@ -122,10 +98,32 @@
"description": "tooltip.entity-attribute-default",
"type": "string",
"default": "true",
"enum": [
"true",
"false"
],
"enumNames": [
"True",
"False"
]
},
"persistValue": {
"type": "string",
"title": "label.entity-attribute-persist-value",
"description": "tooltip.entity-attribute-persist-value",
"minLength": 1,
"maxLength": 255
},
"persistType": {
"type": "string",
"title": "label.entity-attribute-persist-type",
"description": "tooltip.entity-attribute-persist-type",
"default": "string"
},
"invert": {
"type": "boolean",
"title": "label.entity-attribute-invert",
"description": "tooltip.entity-attribute-invert"
}
}
},
Expand Down

0 comments on commit 40dd2c1

Please sign in to comment.