You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
the-bastion/json-schema/plugins/alive.jsonschema

13 lines
283 B

{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://ovh.github.io/the-bastion/schemas/plugins/alive",
"type": "object",
"allowAdditionalProperties": false,
"properties": {
"waited_for": {
"type": "integer",
"minimum": 0
}
}
}