{ "description": "The configuration data for setting the global realization state barrier", "extends": { "$ref": "RevisionedResource }, "id": "RealizationStateBarrierConfig", "module_id": "RealizationStateBarrier", "properties": { "_links": { "description": "The server will populate this field when returing the resource. Ignored on PUT and POST.", "items": { "$ref": "ResourceLink }, "readonly": true, "title": "References related to this resource", "type": "array" }, "_revision": { "description": "The _revision property describes the current revision of the resource. To prevent clients from overwriting each other's changes, PUT operations must include the current _revision of the resource, which clients should obtain by issuing a GET operation. If the _revision provided in a PUT request is missing or stale, the operation will be rejected.", "title": "Generation of this resource config", "type": "int" }, "_schema": { "readonly": true, "title": "Schema for this resource", "type": "string" }, "_self": { "$ref": "SelfResourceLink, "readonly": true, "title": "Link to this resource" }, "interval": { "description": "The interval in milliseconds used for auto incrementing the barrier number", "minimum": 0, "readonly": false, "required": true, "title": "Interval in milliseconds", "type": "integer" } }, "type": "object" }