All Downloads are FREE. Search and download functionalities are using the official Maven repository.

schemas.schema-form.json Maven / Gradle / Ivy

There is a newer version: 4.5.5
Show newest version
{
  "type": "object",
  "id": "urn:jsonschema:io:gravitee:plugin:endpoint:mock:configuration:MockEndpointConnectorConfiguration",
  "additionalProperties": false,
  "properties": {
    "messageInterval": {
      "type": "integer",
      "title": "Interval between messages publication",
      "description": "Interval between messages publication, in milliseconds.",
      "default": 1000
    },
    "messageContent": {
      "type": "string",
      "title": "Content of published messages",
      "description": "Content of published messages. Will be suffixed with message index.",
      "default": "mock message"
    },
    "messageCount": {
      "type": "integer",
      "title": "Count of published messages",
      "description": "Count of published messages. If not specified, there is no limit."
    }
  },
  "required": [
    "messageContent",
    "messageInterval"
  ]
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy