
META-INF.resources.sxp_blueprint_admin.schemas.parameter-configuration.schema.json Maven / Gradle / Ivy
{
"$id": "parameter-configuration.schema.json",
"$schema": "http://json-schema.org/draft-07/schema#",
"definitions": {
"Parameter": {
"properties": {
"defaultValue": {
"type": "object"
},
"format": {
"type": "string"
},
"max": {
"type": "object"
},
"min": {
"type": "object"
},
"type": {
"enum": [
"Boolean",
"Date",
"Double",
"Float",
"Integer",
"IntegerArray",
"Long",
"LongArray",
"String",
"StringArray",
"TimeRange"
],
"type": "string"
}
},
"type": "object"
}
},
"properties": {
"parameters": {
"additionalProperties": {
"$ref": "#/definitions/Parameter"
},
"type": "object"
}
},
"type": "object"
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy