Skip to content

Conversation

mfori
Copy link
Member

@mfori mfori commented Oct 7, 2025

Number input property in input schema

This adds support for number with floating point typed properties in input schema.

"integerProperty": {
  "title": "Integer property",
  "description": "Accept only integers",
  "type": "integer",
  "editor": "number"
},
"numberProperty": {
  "title": "Number property",
  "description": "Accepts float numbers too",
  "type": "number",
  "editor": "number",
}

@mfori mfori self-assigned this Oct 7, 2025
@mfori mfori added the t-console Issues with this label are in the ownership of the console team. label Oct 7, 2025
@github-actions github-actions bot added this to the 125th sprint - Console team milestone Oct 7, 2025
@github-actions github-actions bot added the tested Temporary label used only programatically for some analytics. label Oct 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
t-console Issues with this label are in the ownership of the console team. tested Temporary label used only programatically for some analytics.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant