19 lines
647 B
JSON
19 lines
647 B
JSON
{
|
|
"$schema": "http://json-schema.org/schema#",
|
|
"type": "object",
|
|
"properties": {
|
|
"url": {
|
|
"type": "string",
|
|
"pattern": "^(?:(?:https?)://)(?:(?:[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?\\.?)+(?:[a-zA-Z]{2,6}\\.?|[a-zA-Z0-9-]{2,}\\.?)?|\\d{1,3}\\.\\d{1,3}\\.\\d{1,3}\\.\\d{1,3})(?::\\d+)?(?:/?|[/?]\\S+)$",
|
|
"title": "Metronome service URL",
|
|
"description": "Api URL for talking to the Metronome scheduler."
|
|
},
|
|
"service_name": {
|
|
"type": "string",
|
|
"title": "Name of the metronome cluster",
|
|
"description": "The name of the metronome cluster."
|
|
}
|
|
},
|
|
"additionalProperties": false
|
|
}
|