removedInput schema / properties / currency_code / anyOf
Removed value: -[
- {
- "type": "string"
- },
- {
- "type": "null"
- }
-]
addedInput schema / properties / currency_code / type
Added value: +"string"
removedInput schema / properties / description / anyOf
Removed value: -[
- {
- "type": "string"
- },
- {
- "type": "null"
- }
-]
addedInput schema / properties / description / type
Added value: +"string"
removedInput schema / properties / formula / anyOf
Removed value: -[
- {
- "type": "string"
- },
- {
- "type": "null"
- }
-]
addedInput schema / properties / formula / type
Added value: +"string"
removedInput schema / properties / name / anyOf
Removed value: -[
- {
- "type": "string"
- },
- {
- "type": "null"
- }
-]
addedInput schema / properties / name / type
Added value: +"string"
changedInput schema / properties / options / anyOf
Previous value: -[
- {
- "properties": {
- "choices": {
- "items": {
- "properties": {
- "color": {
- "description": "The hex color code for the choice (e.g. #ff0000).",
- "type": "string"
- },
- "value": {
- "description": "The display value of the choice. For 'dropdown' fields, this is the value that will be set on entities when this choice is selected.",
- "type": "string"
- }
- },
- "type": "object"
- },
- "type": "array"
- }
- },
- "type": "object"
- },
- {
- "properties": {
- "color": {
- "description": "The hex color code for the rating icons (e.g. #ff0000).",
- "type": "string"
- },
- "icon": {
- "description": "The icon to use for the rating, e.g. 'star', 'heart', etc.",
- "type": "string"
- }
- },
- "type": "object"
- },
- {
- "properties": {
- "decimals": {
- "description": "The number of decimal places to allow for number-decimal custom fields.",
- "type": "integer"
- }
- },
- "type": "object"
- },
- {
- "type": "null"
- }
-]New value: +[
+ {
+ "properties": {
+ "choices": {
+ "items": {
+ "properties": {
+ "color": {
+ "description": "The hex color code for the choice (e.g. #ff0000).",
+ "type": "string"
+ },
+ "value": {
+ "description": "The display value of the choice. For 'dropdown' fields, this is the value that will be set on entities when this choice is selected.",
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ "type": "array"
+ }
+ },
+ "type": "object"
+ },
+ {
+ "properties": {
+ "color": {
+ "description": "The hex color code for the rating icons (e.g. #ff0000).",
+ "type": "string"
+ },
+ "icon": {
+ "description": "The icon to use for the rating, e.g. 'star', 'heart', etc.",
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ {
+ "properties": {
+ "decimals": {
+ "description": "The number of decimal places to allow for number-decimal custom fields.",
+ "type": "integer"
+ }
+ },
+ "type": "object"
+ }
+]
removedInput schema / properties / required / anyOf
Removed value: -[
- {
- "type": "boolean"
- },
- {
- "type": "null"
- }
-]
addedInput schema / properties / required / type
Added value: +"boolean"
removedInput schema / properties / unit / anyOf
Removed value: -[
- {
- "enum": [
- "currency",
- "duration",
- "date",
- "percent",
- "currency/duration",
- "duration/currency"
- ],
- "type": "string"
- },
- {
- "type": "null"
- }
-]
addedInput schema / properties / unit / enum
Added value: +[
+ "currency",
+ "duration",
+ "date",
+ "percent",
+ "currency/duration",
+ "duration/currency"
+]
addedInput schema / properties / unit / type
Added value: +"string"