Root Schema : Collection of all checkpoints for a distribution path
Type: object
Title: Collection of all checkpoints for a distribution path
Show Source
{
"title":"Collection of all checkpoints for a distribution path",
"type":"object",
"properties":{
"$schema":{
"enum":[
"ogg:distPathCheckpoints"
]
},
"current":{
"description":"Single checkpoint for a distribution path",
"type":"object",
"properties":{
"input":{
"description":"Optional checkpoint details for each input",
"type":"array",
"items":{
"description":"Checkpoint details for a single input",
"x-oneOf":[
{
"type":"object",
"properties":{
"starting":{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"x-oneOf":[
{
"type":"string",
"pattern":"^[0-9]{4}[-](0[1-9]|1[0-2])[-](0[1-9]|[12][0-9]|3[01])[tT ]([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)([.][0-9]{1,6})?([zZ]|[+-][0-9][0-9]:[0-5][0-9])$",
"minLength":"20",
"maxLength":"32"
},
{
"type":"null"
}
]
},
"name":{
"description":"The name of the trail",
"type":"string",
"pattern":"^[A-Za-z][A-Za-z0-9]$",
"minLength":"2",
"maxLength":"2"
},
"path":{
"description":"The path where trail data is stored",
"type":"string",
"minLength":"1",
"maxLength":"4096"
},
"sequence":{
"description":"Trail file sequence number",
"type":"integer",
"minimum":"0",
"maximum":"999999999",
"default":"0"
},
"offset":{
"x-oneOf":[
{
"description":"Special value for BEGIN NOW",
"enum":[
"-2"
]
},
{
"description":"Offset in trail sequence file",
"type":"integer",
"minimum":"0",
"maximum":"2147483647"
}
]
},
"sequenceLength":{
"description":"Number of digits in sequence file name",
"enum":[
"6",
"9"
]
},
"sequenceLengthFlip":{
"description":"Indicates sequence number length will change",
"type":"boolean"
}
},
"required":[
"timestamp",
"name",
"sequence",
"offset",
"sequenceLength",
"sequenceLengthFlip"
],
"additionalProperties":false
},
"current":{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"x-oneOf":[
{
"type":"string",
"pattern":"^[0-9]{4}[-](0[1-9]|1[0-2])[-](0[1-9]|[12][0-9]|3[01])[tT ]([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)([.][0-9]{1,6})?([zZ]|[+-][0-9][0-9]:[0-5][0-9])$",
"minLength":"20",
"maxLength":"32"
},
{
"type":"null"
}
]
},
"name":{
"description":"The name of the trail",
"type":"string",
"pattern":"^[A-Za-z][A-Za-z0-9]$",
"minLength":"2",
"maxLength":"2"
},
"path":{
"description":"The path where trail data is stored",
"type":"string",
"minLength":"1",
"maxLength":"4096"
},
"sequence":{
"description":"Trail file sequence number",
"type":"integer",
"minimum":"0",
"maximum":"999999999",
"default":"0"
},
"offset":{
"x-oneOf":[
{
"description":"Special value for BEGIN NOW",
"enum":[
"-2"
]
},
{
"description":"Offset in trail sequence file",
"type":"integer",
"minimum":"0",
"maximum":"2147483647"
}
]
},
"sequenceLength":{
"description":"Number of digits in sequence file name",
"enum":[
"6",
"9"
]
},
"sequenceLengthFlip":{
"description":"Indicates sequence number length will change",
"type":"boolean"
}
},
"required":[
"timestamp",
"name",
"sequence",
"offset",
"sequenceLength",
"sequenceLengthFlip"
],
"additionalProperties":false
}
},
"required":[
"starting",
"current"
],
"additionalProperties":false
},
{
"type":"object",
"properties":{
"starting":{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"x-oneOf":[
{
"type":"string",
"pattern":"^[0-9]{4}[-](0[1-9]|1[0-2])[-](0[1-9]|[12][0-9]|3[01])[tT ]([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)([.][0-9]{1,6})?([zZ]|[+-][0-9][0-9]:[0-5][0-9])$",
"minLength":"20",
"maxLength":"32"
},
{
"type":"null"
}
]
},
"name":{
"description":"The name of the file",
"type":"string",
"minLength":"1",
"maxLength":"4096"
},
"offset":{
"description":"Offset in file",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000"
}
},
"required":[
"timestamp",
"name",
"offset"
],
"additionalProperties":false
},
"current":{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"x-oneOf":[
{
"type":"string",
"pattern":"^[0-9]{4}[-](0[1-9]|1[0-2])[-](0[1-9]|[12][0-9]|3[01])[tT ]([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)([.][0-9]{1,6})?([zZ]|[+-][0-9][0-9]:[0-5][0-9])$",
"minLength":"20",
"maxLength":"32"
},
{
"type":"null"
}
]
},
"name":{
"description":"The name of the file",
"type":"string",
"minLength":"1",
"maxLength":"4096"
},
"offset":{
"description":"Offset in file",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000"
}
},
"required":[
"timestamp",
"name",
"offset"
],
"additionalProperties":false
}
},
"required":[
"starting",
"current"
],
"additionalProperties":false
},
{
"type":"object",
"properties":{
"starting":{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"x-oneOf":[
{
"type":"string",
"pattern":"^[0-9]{4}[-](0[1-9]|1[0-2])[-](0[1-9]|[12][0-9]|3[01])[tT ]([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)([.][0-9]{1,6})?([zZ]|[+-][0-9][0-9]:[0-5][0-9])$",
"minLength":"20",
"maxLength":"32"
},
{
"type":"null"
}
]
},
"name":{
"description":"The name of the table",
"x-anyOf":[
{
"type":"string",
"pattern":"^([^.*?\"]{1,128}|[\"].{1,128}[\"])$",
"minLength":"1",
"maxLength":"130"
},
{
"x-anyOf":[
{
"type":"string",
"pattern":"^([^.*?\"]{1,128}|[\"].{1,128}[\"])[.]([^.*?\"]{1,128}|[\"].{1,128}[\"])$",
"minLength":"3",
"maxLength":"261"
},
{
"type":"string",
"pattern":"^([^.*?\"]{1,128}|[\"].{1,128}[\"])[.]([^.*?\"]{1,128}|[\"].{1,128}[\"])[.]([^.*?\"]{1,128}|[\"].{1,128}[\"])$",
"minLength":"5",
"maxLength":"392"
}
]
}
]
},
"sequence":{
"description":"Record number from table",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000"
}
},
"required":[
"timestamp",
"name",
"sequence"
],
"additionalProperties":false
},
"current":{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"x-oneOf":[
{
"type":"string",
"pattern":"^[0-9]{4}[-](0[1-9]|1[0-2])[-](0[1-9]|[12][0-9]|3[01])[tT ]([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)([.][0-9]{1,6})?([zZ]|[+-][0-9][0-9]:[0-5][0-9])$",
"minLength":"20",
"maxLength":"32"
},
{
"type":"null"
}
]
},
"name":{
"description":"The name of the table",
"x-anyOf":[
{
"type":"string",
"pattern":"^([^.*?\"]{1,128}|[\"].{1,128}[\"])$",
"minLength":"1",
"maxLength":"130"
},
{
"x-anyOf":[
{
"type":"string",
"pattern":"^([^.*?\"]{1,128}|[\"].{1,128}[\"])[.]([^.*?\"]{1,128}|[\"].{1,128}[\"])$",
"minLength":"3",
"maxLength":"261"
},
{
"type":"string",
"pattern":"^([^.*?\"]{1,128}|[\"].{1,128}[\"])[.]([^.*?\"]{1,128}|[\"].{1,128}[\"])[.]([^.*?\"]{1,128}|[\"].{1,128}[\"])$",
"minLength":"5",
"maxLength":"392"
}
]
}
]
},
"sequence":{
"description":"Record number from table",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000"
}
},
"required":[
"timestamp",
"name",
"sequence"
],
"additionalProperties":false
}
},
"required":[
"starting",
"current"
],
"additionalProperties":false
},
{
"type":"object",
"properties":{
"starting":{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"x-oneOf":[
{
"type":"string",
"pattern":"^[0-9]{4}[-](0[1-9]|1[0-2])[-](0[1-9]|[12][0-9]|3[01])[tT ]([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)([.][0-9]{1,6})?([zZ]|[+-][0-9][0-9]:[0-5][0-9])$",
"minLength":"20",
"maxLength":"32"
},
{
"type":"null"
}
]
},
"csn":{
"x-oneOf":[
{
"x-oneOf":[
{
"description":"System Change Number(Normal Format) for Oracle Database.",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000",
"example":"6488359"
},
{
"description":"System Change Number(Alternate Format) for Oracle Database.",
"type":"string",
"pattern":"[0-9]+[.][0-9]+",
"minLength":"3",
"maxLength":"64",
"example":"6488359.3456712"
}
]
},
{
"type":"null"
}
]
},
"thread":{
"description":"Integrated capture thread number",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"sequence":{
"description":"Archive log sequence",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"offset":{
"description":"Archive log offset",
"type":"integer",
"minimum":"0",
"maximum":"2147483647"
},
"name":{
"description":"The name of the archive log",
"x-oneOf":[
{
"type":"string",
"minLength":"1",
"maxLength":"4096"
},
{
"type":"null"
}
]
}
},
"required":[
"timestamp",
"csn",
"thread",
"sequence",
"offset",
"name"
],
"additionalProperties":false
},
"current":{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"x-oneOf":[
{
"type":"string",
"pattern":"^[0-9]{4}[-](0[1-9]|1[0-2])[-](0[1-9]|[12][0-9]|3[01])[tT ]([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)([.][0-9]{1,6})?([zZ]|[+-][0-9][0-9]:[0-5][0-9])$",
"minLength":"20",
"maxLength":"32"
},
{
"type":"null"
}
]
},
"csn":{
"x-oneOf":[
{
"x-oneOf":[
{
"description":"System Change Number(Normal Format) for Oracle Database.",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000",
"example":"6488359"
},
{
"description":"System Change Number(Alternate Format) for Oracle Database.",
"type":"string",
"pattern":"[0-9]+[.][0-9]+",
"minLength":"3",
"maxLength":"64",
"example":"6488359.3456712"
}
]
},
{
"type":"null"
}
]
},
"thread":{
"description":"Integrated capture thread number",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"sequence":{
"description":"Archive log sequence",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"offset":{
"description":"Archive log offset",
"type":"integer",
"minimum":"0",
"maximum":"2147483647"
},
"name":{
"description":"The name of the archive log",
"x-oneOf":[
{
"type":"string",
"minLength":"1",
"maxLength":"4096"
},
{
"type":"null"
}
]
}
},
"required":[
"timestamp",
"csn",
"thread",
"sequence",
"offset",
"name"
],
"additionalProperties":false
},
"recovery":{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"x-oneOf":[
{
"type":"string",
"pattern":"^[0-9]{4}[-](0[1-9]|1[0-2])[-](0[1-9]|[12][0-9]|3[01])[tT ]([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)([.][0-9]{1,6})?([zZ]|[+-][0-9][0-9]:[0-5][0-9])$",
"minLength":"20",
"maxLength":"32"
},
{
"type":"null"
}
]
},
"csn":{
"x-oneOf":[
{
"x-oneOf":[
{
"description":"System Change Number(Normal Format) for Oracle Database.",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000",
"example":"6488359"
},
{
"description":"System Change Number(Alternate Format) for Oracle Database.",
"type":"string",
"pattern":"[0-9]+[.][0-9]+",
"minLength":"3",
"maxLength":"64",
"example":"6488359.3456712"
}
]
},
{
"type":"null"
}
]
},
"thread":{
"description":"Integrated capture thread number",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"sequence":{
"description":"Archive log sequence",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"offset":{
"description":"Archive log offset",
"type":"integer",
"minimum":"0",
"maximum":"2147483647"
},
"name":{
"description":"The name of the archive log",
"x-oneOf":[
{
"type":"string",
"minLength":"1",
"maxLength":"4096"
},
{
"type":"null"
}
]
}
},
"required":[
"timestamp",
"csn",
"thread",
"sequence",
"offset",
"name"
],
"additionalProperties":false
},
"boundedRecoveryBegin":{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"x-oneOf":[
{
"type":"string",
"pattern":"^[0-9]{4}[-](0[1-9]|1[0-2])[-](0[1-9]|[12][0-9]|3[01])[tT ]([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)([.][0-9]{1,6})?([zZ]|[+-][0-9][0-9]:[0-5][0-9])$",
"minLength":"20",
"maxLength":"32"
},
{
"type":"null"
}
]
},
"csn":{
"x-oneOf":[
{
"x-oneOf":[
{
"description":"System Change Number(Normal Format) for Oracle Database.",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000",
"example":"6488359"
},
{
"description":"System Change Number(Alternate Format) for Oracle Database.",
"type":"string",
"pattern":"[0-9]+[.][0-9]+",
"minLength":"3",
"maxLength":"64",
"example":"6488359.3456712"
}
]
},
{
"type":"null"
}
]
},
"thread":{
"description":"Integrated capture thread number",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"sequence":{
"description":"Archive log sequence",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"offset":{
"description":"Archive log offset",
"type":"integer",
"minimum":"0",
"maximum":"2147483647"
},
"name":{
"description":"The name of the archive log",
"x-oneOf":[
{
"type":"string",
"minLength":"1",
"maxLength":"4096"
},
{
"type":"null"
}
]
}
},
"required":[
"timestamp",
"csn",
"thread",
"sequence",
"offset",
"name"
],
"additionalProperties":false
},
"boundedRecoveryPrevious":{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"x-oneOf":[
{
"type":"string",
"pattern":"^[0-9]{4}[-](0[1-9]|1[0-2])[-](0[1-9]|[12][0-9]|3[01])[tT ]([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)([.][0-9]{1,6})?([zZ]|[+-][0-9][0-9]:[0-5][0-9])$",
"minLength":"20",
"maxLength":"32"
},
{
"type":"null"
}
]
},
"csn":{
"x-oneOf":[
{
"x-oneOf":[
{
"description":"System Change Number(Normal Format) for Oracle Database.",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000",
"example":"6488359"
},
{
"description":"System Change Number(Alternate Format) for Oracle Database.",
"type":"string",
"pattern":"[0-9]+[.][0-9]+",
"minLength":"3",
"maxLength":"64",
"example":"6488359.3456712"
}
]
},
{
"type":"null"
}
]
},
"thread":{
"description":"Integrated capture thread number",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"sequence":{
"description":"Archive log sequence",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"offset":{
"description":"Archive log offset",
"type":"integer",
"minimum":"0",
"maximum":"2147483647"
},
"name":{
"description":"The name of the archive log",
"x-oneOf":[
{
"type":"string",
"minLength":"1",
"maxLength":"4096"
},
{
"type":"null"
}
]
}
},
"required":[
"timestamp",
"csn",
"thread",
"sequence",
"offset",
"name"
],
"additionalProperties":false
},
"boundedRecoveryEnd":{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"x-oneOf":[
{
"type":"string",
"pattern":"^[0-9]{4}[-](0[1-9]|1[0-2])[-](0[1-9]|[12][0-9]|3[01])[tT ]([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)([.][0-9]{1,6})?([zZ]|[+-][0-9][0-9]:[0-5][0-9])$",
"minLength":"20",
"maxLength":"32"
},
{
"type":"null"
}
]
},
"csn":{
"x-oneOf":[
{
"x-oneOf":[
{
"description":"System Change Number(Normal Format) for Oracle Database.",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000",
"example":"6488359"
},
{
"description":"System Change Number(Alternate Format) for Oracle Database.",
"type":"string",
"pattern":"[0-9]+[.][0-9]+",
"minLength":"3",
"maxLength":"64",
"example":"6488359.3456712"
}
]
},
{
"type":"null"
}
]
},
"thread":{
"description":"Integrated capture thread number",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"sequence":{
"description":"Archive log sequence",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"offset":{
"description":"Archive log offset",
"type":"integer",
"minimum":"0",
"maximum":"2147483647"
},
"name":{
"description":"The name of the archive log",
"x-oneOf":[
{
"type":"string",
"minLength":"1",
"maxLength":"4096"
},
{
"type":"null"
}
]
}
},
"required":[
"timestamp",
"csn",
"thread",
"sequence",
"offset",
"name"
],
"additionalProperties":false
}
},
"required":[
"starting",
"current",
"recovery"
],
"additionalProperties":false
}
]
},
"minItems":"0",
"maxItems":"128"
},
"output":{
"description":"Optional checkpoint details for each trail output",
"type":"array",
"items":{
"type":"object",
"properties":{
"current":{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"x-oneOf":[
{
"type":"string",
"pattern":"^[0-9]{4}[-](0[1-9]|1[0-2])[-](0[1-9]|[12][0-9]|3[01])[tT ]([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)([.][0-9]{1,6})?([zZ]|[+-][0-9][0-9]:[0-5][0-9])$",
"minLength":"20",
"maxLength":"32"
},
{
"type":"null"
}
]
},
"name":{
"description":"The name of the trail",
"type":"string",
"pattern":"^[A-Za-z][A-Za-z0-9]$",
"minLength":"2",
"maxLength":"2"
},
"path":{
"description":"The path where trail data is stored",
"type":"string",
"minLength":"1",
"maxLength":"4096"
},
"sequence":{
"description":"Trail file sequence number",
"type":"integer",
"minimum":"0",
"maximum":"999999999",
"default":"0"
},
"offset":{
"x-oneOf":[
{
"description":"Special value for BEGIN NOW",
"enum":[
"-2"
]
},
{
"description":"Offset in trail sequence file",
"type":"integer",
"minimum":"0",
"maximum":"2147483647"
}
]
},
"sequenceLength":{
"description":"Number of digits in sequence file name",
"enum":[
"6",
"9"
]
},
"sequenceLengthFlip":{
"description":"Indicates sequence number length will change",
"type":"boolean"
}
},
"required":[
"timestamp",
"name",
"sequence",
"offset",
"sequenceLength",
"sequenceLengthFlip"
],
"additionalProperties":false
}
},
"required":[
"current"
],
"additionalProperties":false
},
"minItems":"0",
"maxItems":"128"
}
},
"additionalProperties":false
}
},
"additionalProperties":false
}
Nested Schema : current
Type: object
Single checkpoint for a distribution path
Show Source
{
"description":"Single checkpoint for a distribution path",
"type":"object",
"properties":{
"input":{
"description":"Optional checkpoint details for each input",
"type":"array",
"items":{
"description":"Checkpoint details for a single input",
"x-oneOf":[
{
"type":"object",
"properties":{
"starting":{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"x-oneOf":[
{
"type":"string",
"pattern":"^[0-9]{4}[-](0[1-9]|1[0-2])[-](0[1-9]|[12][0-9]|3[01])[tT ]([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)([.][0-9]{1,6})?([zZ]|[+-][0-9][0-9]:[0-5][0-9])$",
"minLength":"20",
"maxLength":"32"
},
{
"type":"null"
}
]
},
"name":{
"description":"The name of the trail",
"type":"string",
"pattern":"^[A-Za-z][A-Za-z0-9]$",
"minLength":"2",
"maxLength":"2"
},
"path":{
"description":"The path where trail data is stored",
"type":"string",
"minLength":"1",
"maxLength":"4096"
},
"sequence":{
"description":"Trail file sequence number",
"type":"integer",
"minimum":"0",
"maximum":"999999999",
"default":"0"
},
"offset":{
"x-oneOf":[
{
"description":"Special value for BEGIN NOW",
"enum":[
"-2"
]
},
{
"description":"Offset in trail sequence file",
"type":"integer",
"minimum":"0",
"maximum":"2147483647"
}
]
},
"sequenceLength":{
"description":"Number of digits in sequence file name",
"enum":[
"6",
"9"
]
},
"sequenceLengthFlip":{
"description":"Indicates sequence number length will change",
"type":"boolean"
}
},
"required":[
"timestamp",
"name",
"sequence",
"offset",
"sequenceLength",
"sequenceLengthFlip"
],
"additionalProperties":false
},
"current":{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"x-oneOf":[
{
"type":"string",
"pattern":"^[0-9]{4}[-](0[1-9]|1[0-2])[-](0[1-9]|[12][0-9]|3[01])[tT ]([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)([.][0-9]{1,6})?([zZ]|[+-][0-9][0-9]:[0-5][0-9])$",
"minLength":"20",
"maxLength":"32"
},
{
"type":"null"
}
]
},
"name":{
"description":"The name of the trail",
"type":"string",
"pattern":"^[A-Za-z][A-Za-z0-9]$",
"minLength":"2",
"maxLength":"2"
},
"path":{
"description":"The path where trail data is stored",
"type":"string",
"minLength":"1",
"maxLength":"4096"
},
"sequence":{
"description":"Trail file sequence number",
"type":"integer",
"minimum":"0",
"maximum":"999999999",
"default":"0"
},
"offset":{
"x-oneOf":[
{
"description":"Special value for BEGIN NOW",
"enum":[
"-2"
]
},
{
"description":"Offset in trail sequence file",
"type":"integer",
"minimum":"0",
"maximum":"2147483647"
}
]
},
"sequenceLength":{
"description":"Number of digits in sequence file name",
"enum":[
"6",
"9"
]
},
"sequenceLengthFlip":{
"description":"Indicates sequence number length will change",
"type":"boolean"
}
},
"required":[
"timestamp",
"name",
"sequence",
"offset",
"sequenceLength",
"sequenceLengthFlip"
],
"additionalProperties":false
}
},
"required":[
"starting",
"current"
],
"additionalProperties":false
},
{
"type":"object",
"properties":{
"starting":{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"x-oneOf":[
{
"type":"string",
"pattern":"^[0-9]{4}[-](0[1-9]|1[0-2])[-](0[1-9]|[12][0-9]|3[01])[tT ]([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)([.][0-9]{1,6})?([zZ]|[+-][0-9][0-9]:[0-5][0-9])$",
"minLength":"20",
"maxLength":"32"
},
{
"type":"null"
}
]
},
"name":{
"description":"The name of the file",
"type":"string",
"minLength":"1",
"maxLength":"4096"
},
"offset":{
"description":"Offset in file",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000"
}
},
"required":[
"timestamp",
"name",
"offset"
],
"additionalProperties":false
},
"current":{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"x-oneOf":[
{
"type":"string",
"pattern":"^[0-9]{4}[-](0[1-9]|1[0-2])[-](0[1-9]|[12][0-9]|3[01])[tT ]([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)([.][0-9]{1,6})?([zZ]|[+-][0-9][0-9]:[0-5][0-9])$",
"minLength":"20",
"maxLength":"32"
},
{
"type":"null"
}
]
},
"name":{
"description":"The name of the file",
"type":"string",
"minLength":"1",
"maxLength":"4096"
},
"offset":{
"description":"Offset in file",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000"
}
},
"required":[
"timestamp",
"name",
"offset"
],
"additionalProperties":false
}
},
"required":[
"starting",
"current"
],
"additionalProperties":false
},
{
"type":"object",
"properties":{
"starting":{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"x-oneOf":[
{
"type":"string",
"pattern":"^[0-9]{4}[-](0[1-9]|1[0-2])[-](0[1-9]|[12][0-9]|3[01])[tT ]([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)([.][0-9]{1,6})?([zZ]|[+-][0-9][0-9]:[0-5][0-9])$",
"minLength":"20",
"maxLength":"32"
},
{
"type":"null"
}
]
},
"name":{
"description":"The name of the table",
"x-anyOf":[
{
"type":"string",
"pattern":"^([^.*?\"]{1,128}|[\"].{1,128}[\"])$",
"minLength":"1",
"maxLength":"130"
},
{
"x-anyOf":[
{
"type":"string",
"pattern":"^([^.*?\"]{1,128}|[\"].{1,128}[\"])[.]([^.*?\"]{1,128}|[\"].{1,128}[\"])$",
"minLength":"3",
"maxLength":"261"
},
{
"type":"string",
"pattern":"^([^.*?\"]{1,128}|[\"].{1,128}[\"])[.]([^.*?\"]{1,128}|[\"].{1,128}[\"])[.]([^.*?\"]{1,128}|[\"].{1,128}[\"])$",
"minLength":"5",
"maxLength":"392"
}
]
}
]
},
"sequence":{
"description":"Record number from table",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000"
}
},
"required":[
"timestamp",
"name",
"sequence"
],
"additionalProperties":false
},
"current":{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"x-oneOf":[
{
"type":"string",
"pattern":"^[0-9]{4}[-](0[1-9]|1[0-2])[-](0[1-9]|[12][0-9]|3[01])[tT ]([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)([.][0-9]{1,6})?([zZ]|[+-][0-9][0-9]:[0-5][0-9])$",
"minLength":"20",
"maxLength":"32"
},
{
"type":"null"
}
]
},
"name":{
"description":"The name of the table",
"x-anyOf":[
{
"type":"string",
"pattern":"^([^.*?\"]{1,128}|[\"].{1,128}[\"])$",
"minLength":"1",
"maxLength":"130"
},
{
"x-anyOf":[
{
"type":"string",
"pattern":"^([^.*?\"]{1,128}|[\"].{1,128}[\"])[.]([^.*?\"]{1,128}|[\"].{1,128}[\"])$",
"minLength":"3",
"maxLength":"261"
},
{
"type":"string",
"pattern":"^([^.*?\"]{1,128}|[\"].{1,128}[\"])[.]([^.*?\"]{1,128}|[\"].{1,128}[\"])[.]([^.*?\"]{1,128}|[\"].{1,128}[\"])$",
"minLength":"5",
"maxLength":"392"
}
]
}
]
},
"sequence":{
"description":"Record number from table",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000"
}
},
"required":[
"timestamp",
"name",
"sequence"
],
"additionalProperties":false
}
},
"required":[
"starting",
"current"
],
"additionalProperties":false
},
{
"type":"object",
"properties":{
"starting":{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"x-oneOf":[
{
"type":"string",
"pattern":"^[0-9]{4}[-](0[1-9]|1[0-2])[-](0[1-9]|[12][0-9]|3[01])[tT ]([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)([.][0-9]{1,6})?([zZ]|[+-][0-9][0-9]:[0-5][0-9])$",
"minLength":"20",
"maxLength":"32"
},
{
"type":"null"
}
]
},
"csn":{
"x-oneOf":[
{
"x-oneOf":[
{
"description":"System Change Number(Normal Format) for Oracle Database.",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000",
"example":"6488359"
},
{
"description":"System Change Number(Alternate Format) for Oracle Database.",
"type":"string",
"pattern":"[0-9]+[.][0-9]+",
"minLength":"3",
"maxLength":"64",
"example":"6488359.3456712"
}
]
},
{
"type":"null"
}
]
},
"thread":{
"description":"Integrated capture thread number",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"sequence":{
"description":"Archive log sequence",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"offset":{
"description":"Archive log offset",
"type":"integer",
"minimum":"0",
"maximum":"2147483647"
},
"name":{
"description":"The name of the archive log",
"x-oneOf":[
{
"type":"string",
"minLength":"1",
"maxLength":"4096"
},
{
"type":"null"
}
]
}
},
"required":[
"timestamp",
"csn",
"thread",
"sequence",
"offset",
"name"
],
"additionalProperties":false
},
"current":{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"x-oneOf":[
{
"type":"string",
"pattern":"^[0-9]{4}[-](0[1-9]|1[0-2])[-](0[1-9]|[12][0-9]|3[01])[tT ]([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)([.][0-9]{1,6})?([zZ]|[+-][0-9][0-9]:[0-5][0-9])$",
"minLength":"20",
"maxLength":"32"
},
{
"type":"null"
}
]
},
"csn":{
"x-oneOf":[
{
"x-oneOf":[
{
"description":"System Change Number(Normal Format) for Oracle Database.",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000",
"example":"6488359"
},
{
"description":"System Change Number(Alternate Format) for Oracle Database.",
"type":"string",
"pattern":"[0-9]+[.][0-9]+",
"minLength":"3",
"maxLength":"64",
"example":"6488359.3456712"
}
]
},
{
"type":"null"
}
]
},
"thread":{
"description":"Integrated capture thread number",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"sequence":{
"description":"Archive log sequence",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"offset":{
"description":"Archive log offset",
"type":"integer",
"minimum":"0",
"maximum":"2147483647"
},
"name":{
"description":"The name of the archive log",
"x-oneOf":[
{
"type":"string",
"minLength":"1",
"maxLength":"4096"
},
{
"type":"null"
}
]
}
},
"required":[
"timestamp",
"csn",
"thread",
"sequence",
"offset",
"name"
],
"additionalProperties":false
},
"recovery":{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"x-oneOf":[
{
"type":"string",
"pattern":"^[0-9]{4}[-](0[1-9]|1[0-2])[-](0[1-9]|[12][0-9]|3[01])[tT ]([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)([.][0-9]{1,6})?([zZ]|[+-][0-9][0-9]:[0-5][0-9])$",
"minLength":"20",
"maxLength":"32"
},
{
"type":"null"
}
]
},
"csn":{
"x-oneOf":[
{
"x-oneOf":[
{
"description":"System Change Number(Normal Format) for Oracle Database.",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000",
"example":"6488359"
},
{
"description":"System Change Number(Alternate Format) for Oracle Database.",
"type":"string",
"pattern":"[0-9]+[.][0-9]+",
"minLength":"3",
"maxLength":"64",
"example":"6488359.3456712"
}
]
},
{
"type":"null"
}
]
},
"thread":{
"description":"Integrated capture thread number",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"sequence":{
"description":"Archive log sequence",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"offset":{
"description":"Archive log offset",
"type":"integer",
"minimum":"0",
"maximum":"2147483647"
},
"name":{
"description":"The name of the archive log",
"x-oneOf":[
{
"type":"string",
"minLength":"1",
"maxLength":"4096"
},
{
"type":"null"
}
]
}
},
"required":[
"timestamp",
"csn",
"thread",
"sequence",
"offset",
"name"
],
"additionalProperties":false
},
"boundedRecoveryBegin":{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"x-oneOf":[
{
"type":"string",
"pattern":"^[0-9]{4}[-](0[1-9]|1[0-2])[-](0[1-9]|[12][0-9]|3[01])[tT ]([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)([.][0-9]{1,6})?([zZ]|[+-][0-9][0-9]:[0-5][0-9])$",
"minLength":"20",
"maxLength":"32"
},
{
"type":"null"
}
]
},
"csn":{
"x-oneOf":[
{
"x-oneOf":[
{
"description":"System Change Number(Normal Format) for Oracle Database.",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000",
"example":"6488359"
},
{
"description":"System Change Number(Alternate Format) for Oracle Database.",
"type":"string",
"pattern":"[0-9]+[.][0-9]+",
"minLength":"3",
"maxLength":"64",
"example":"6488359.3456712"
}
]
},
{
"type":"null"
}
]
},
"thread":{
"description":"Integrated capture thread number",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"sequence":{
"description":"Archive log sequence",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"offset":{
"description":"Archive log offset",
"type":"integer",
"minimum":"0",
"maximum":"2147483647"
},
"name":{
"description":"The name of the archive log",
"x-oneOf":[
{
"type":"string",
"minLength":"1",
"maxLength":"4096"
},
{
"type":"null"
}
]
}
},
"required":[
"timestamp",
"csn",
"thread",
"sequence",
"offset",
"name"
],
"additionalProperties":false
},
"boundedRecoveryPrevious":{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"x-oneOf":[
{
"type":"string",
"pattern":"^[0-9]{4}[-](0[1-9]|1[0-2])[-](0[1-9]|[12][0-9]|3[01])[tT ]([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)([.][0-9]{1,6})?([zZ]|[+-][0-9][0-9]:[0-5][0-9])$",
"minLength":"20",
"maxLength":"32"
},
{
"type":"null"
}
]
},
"csn":{
"x-oneOf":[
{
"x-oneOf":[
{
"description":"System Change Number(Normal Format) for Oracle Database.",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000",
"example":"6488359"
},
{
"description":"System Change Number(Alternate Format) for Oracle Database.",
"type":"string",
"pattern":"[0-9]+[.][0-9]+",
"minLength":"3",
"maxLength":"64",
"example":"6488359.3456712"
}
]
},
{
"type":"null"
}
]
},
"thread":{
"description":"Integrated capture thread number",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"sequence":{
"description":"Archive log sequence",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"offset":{
"description":"Archive log offset",
"type":"integer",
"minimum":"0",
"maximum":"2147483647"
},
"name":{
"description":"The name of the archive log",
"x-oneOf":[
{
"type":"string",
"minLength":"1",
"maxLength":"4096"
},
{
"type":"null"
}
]
}
},
"required":[
"timestamp",
"csn",
"thread",
"sequence",
"offset",
"name"
],
"additionalProperties":false
},
"boundedRecoveryEnd":{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"x-oneOf":[
{
"type":"string",
"pattern":"^[0-9]{4}[-](0[1-9]|1[0-2])[-](0[1-9]|[12][0-9]|3[01])[tT ]([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)([.][0-9]{1,6})?([zZ]|[+-][0-9][0-9]:[0-5][0-9])$",
"minLength":"20",
"maxLength":"32"
},
{
"type":"null"
}
]
},
"csn":{
"x-oneOf":[
{
"x-oneOf":[
{
"description":"System Change Number(Normal Format) for Oracle Database.",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000",
"example":"6488359"
},
{
"description":"System Change Number(Alternate Format) for Oracle Database.",
"type":"string",
"pattern":"[0-9]+[.][0-9]+",
"minLength":"3",
"maxLength":"64",
"example":"6488359.3456712"
}
]
},
{
"type":"null"
}
]
},
"thread":{
"description":"Integrated capture thread number",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"sequence":{
"description":"Archive log sequence",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"offset":{
"description":"Archive log offset",
"type":"integer",
"minimum":"0",
"maximum":"2147483647"
},
"name":{
"description":"The name of the archive log",
"x-oneOf":[
{
"type":"string",
"minLength":"1",
"maxLength":"4096"
},
{
"type":"null"
}
]
}
},
"required":[
"timestamp",
"csn",
"thread",
"sequence",
"offset",
"name"
],
"additionalProperties":false
}
},
"required":[
"starting",
"current",
"recovery"
],
"additionalProperties":false
}
]
},
"minItems":"0",
"maxItems":"128"
},
"output":{
"description":"Optional checkpoint details for each trail output",
"type":"array",
"items":{
"type":"object",
"properties":{
"current":{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"x-oneOf":[
{
"type":"string",
"pattern":"^[0-9]{4}[-](0[1-9]|1[0-2])[-](0[1-9]|[12][0-9]|3[01])[tT ]([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)([.][0-9]{1,6})?([zZ]|[+-][0-9][0-9]:[0-5][0-9])$",
"minLength":"20",
"maxLength":"32"
},
{
"type":"null"
}
]
},
"name":{
"description":"The name of the trail",
"type":"string",
"pattern":"^[A-Za-z][A-Za-z0-9]$",
"minLength":"2",
"maxLength":"2"
},
"path":{
"description":"The path where trail data is stored",
"type":"string",
"minLength":"1",
"maxLength":"4096"
},
"sequence":{
"description":"Trail file sequence number",
"type":"integer",
"minimum":"0",
"maximum":"999999999",
"default":"0"
},
"offset":{
"x-oneOf":[
{
"description":"Special value for BEGIN NOW",
"enum":[
"-2"
]
},
{
"description":"Offset in trail sequence file",
"type":"integer",
"minimum":"0",
"maximum":"2147483647"
}
]
},
"sequenceLength":{
"description":"Number of digits in sequence file name",
"enum":[
"6",
"9"
]
},
"sequenceLengthFlip":{
"description":"Indicates sequence number length will change",
"type":"boolean"
}
},
"required":[
"timestamp",
"name",
"sequence",
"offset",
"sequenceLength",
"sequenceLengthFlip"
],
"additionalProperties":false
}
},
"required":[
"current"
],
"additionalProperties":false
},
"minItems":"0",
"maxItems":"128"
}
},
"additionalProperties":false
}
Nested Schema : input
Type: array
Minimum Number of Items: 0
Maximum Number of Items: 128
Optional checkpoint details for each input
Show Source
{
"description":"Optional checkpoint details for each input",
"type":"array",
"items":{
"description":"Checkpoint details for a single input",
"x-oneOf":[
{
"type":"object",
"properties":{
"starting":{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"x-oneOf":[
{
"type":"string",
"pattern":"^[0-9]{4}[-](0[1-9]|1[0-2])[-](0[1-9]|[12][0-9]|3[01])[tT ]([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)([.][0-9]{1,6})?([zZ]|[+-][0-9][0-9]:[0-5][0-9])$",
"minLength":"20",
"maxLength":"32"
},
{
"type":"null"
}
]
},
"name":{
"description":"The name of the trail",
"type":"string",
"pattern":"^[A-Za-z][A-Za-z0-9]$",
"minLength":"2",
"maxLength":"2"
},
"path":{
"description":"The path where trail data is stored",
"type":"string",
"minLength":"1",
"maxLength":"4096"
},
"sequence":{
"description":"Trail file sequence number",
"type":"integer",
"minimum":"0",
"maximum":"999999999",
"default":"0"
},
"offset":{
"x-oneOf":[
{
"description":"Special value for BEGIN NOW",
"enum":[
"-2"
]
},
{
"description":"Offset in trail sequence file",
"type":"integer",
"minimum":"0",
"maximum":"2147483647"
}
]
},
"sequenceLength":{
"description":"Number of digits in sequence file name",
"enum":[
"6",
"9"
]
},
"sequenceLengthFlip":{
"description":"Indicates sequence number length will change",
"type":"boolean"
}
},
"required":[
"timestamp",
"name",
"sequence",
"offset",
"sequenceLength",
"sequenceLengthFlip"
],
"additionalProperties":false
},
"current":{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"x-oneOf":[
{
"type":"string",
"pattern":"^[0-9]{4}[-](0[1-9]|1[0-2])[-](0[1-9]|[12][0-9]|3[01])[tT ]([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)([.][0-9]{1,6})?([zZ]|[+-][0-9][0-9]:[0-5][0-9])$",
"minLength":"20",
"maxLength":"32"
},
{
"type":"null"
}
]
},
"name":{
"description":"The name of the trail",
"type":"string",
"pattern":"^[A-Za-z][A-Za-z0-9]$",
"minLength":"2",
"maxLength":"2"
},
"path":{
"description":"The path where trail data is stored",
"type":"string",
"minLength":"1",
"maxLength":"4096"
},
"sequence":{
"description":"Trail file sequence number",
"type":"integer",
"minimum":"0",
"maximum":"999999999",
"default":"0"
},
"offset":{
"x-oneOf":[
{
"description":"Special value for BEGIN NOW",
"enum":[
"-2"
]
},
{
"description":"Offset in trail sequence file",
"type":"integer",
"minimum":"0",
"maximum":"2147483647"
}
]
},
"sequenceLength":{
"description":"Number of digits in sequence file name",
"enum":[
"6",
"9"
]
},
"sequenceLengthFlip":{
"description":"Indicates sequence number length will change",
"type":"boolean"
}
},
"required":[
"timestamp",
"name",
"sequence",
"offset",
"sequenceLength",
"sequenceLengthFlip"
],
"additionalProperties":false
}
},
"required":[
"starting",
"current"
],
"additionalProperties":false
},
{
"type":"object",
"properties":{
"starting":{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"x-oneOf":[
{
"type":"string",
"pattern":"^[0-9]{4}[-](0[1-9]|1[0-2])[-](0[1-9]|[12][0-9]|3[01])[tT ]([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)([.][0-9]{1,6})?([zZ]|[+-][0-9][0-9]:[0-5][0-9])$",
"minLength":"20",
"maxLength":"32"
},
{
"type":"null"
}
]
},
"name":{
"description":"The name of the file",
"type":"string",
"minLength":"1",
"maxLength":"4096"
},
"offset":{
"description":"Offset in file",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000"
}
},
"required":[
"timestamp",
"name",
"offset"
],
"additionalProperties":false
},
"current":{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"x-oneOf":[
{
"type":"string",
"pattern":"^[0-9]{4}[-](0[1-9]|1[0-2])[-](0[1-9]|[12][0-9]|3[01])[tT ]([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)([.][0-9]{1,6})?([zZ]|[+-][0-9][0-9]:[0-5][0-9])$",
"minLength":"20",
"maxLength":"32"
},
{
"type":"null"
}
]
},
"name":{
"description":"The name of the file",
"type":"string",
"minLength":"1",
"maxLength":"4096"
},
"offset":{
"description":"Offset in file",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000"
}
},
"required":[
"timestamp",
"name",
"offset"
],
"additionalProperties":false
}
},
"required":[
"starting",
"current"
],
"additionalProperties":false
},
{
"type":"object",
"properties":{
"starting":{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"x-oneOf":[
{
"type":"string",
"pattern":"^[0-9]{4}[-](0[1-9]|1[0-2])[-](0[1-9]|[12][0-9]|3[01])[tT ]([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)([.][0-9]{1,6})?([zZ]|[+-][0-9][0-9]:[0-5][0-9])$",
"minLength":"20",
"maxLength":"32"
},
{
"type":"null"
}
]
},
"name":{
"description":"The name of the table",
"x-anyOf":[
{
"type":"string",
"pattern":"^([^.*?\"]{1,128}|[\"].{1,128}[\"])$",
"minLength":"1",
"maxLength":"130"
},
{
"x-anyOf":[
{
"type":"string",
"pattern":"^([^.*?\"]{1,128}|[\"].{1,128}[\"])[.]([^.*?\"]{1,128}|[\"].{1,128}[\"])$",
"minLength":"3",
"maxLength":"261"
},
{
"type":"string",
"pattern":"^([^.*?\"]{1,128}|[\"].{1,128}[\"])[.]([^.*?\"]{1,128}|[\"].{1,128}[\"])[.]([^.*?\"]{1,128}|[\"].{1,128}[\"])$",
"minLength":"5",
"maxLength":"392"
}
]
}
]
},
"sequence":{
"description":"Record number from table",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000"
}
},
"required":[
"timestamp",
"name",
"sequence"
],
"additionalProperties":false
},
"current":{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"x-oneOf":[
{
"type":"string",
"pattern":"^[0-9]{4}[-](0[1-9]|1[0-2])[-](0[1-9]|[12][0-9]|3[01])[tT ]([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)([.][0-9]{1,6})?([zZ]|[+-][0-9][0-9]:[0-5][0-9])$",
"minLength":"20",
"maxLength":"32"
},
{
"type":"null"
}
]
},
"name":{
"description":"The name of the table",
"x-anyOf":[
{
"type":"string",
"pattern":"^([^.*?\"]{1,128}|[\"].{1,128}[\"])$",
"minLength":"1",
"maxLength":"130"
},
{
"x-anyOf":[
{
"type":"string",
"pattern":"^([^.*?\"]{1,128}|[\"].{1,128}[\"])[.]([^.*?\"]{1,128}|[\"].{1,128}[\"])$",
"minLength":"3",
"maxLength":"261"
},
{
"type":"string",
"pattern":"^([^.*?\"]{1,128}|[\"].{1,128}[\"])[.]([^.*?\"]{1,128}|[\"].{1,128}[\"])[.]([^.*?\"]{1,128}|[\"].{1,128}[\"])$",
"minLength":"5",
"maxLength":"392"
}
]
}
]
},
"sequence":{
"description":"Record number from table",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000"
}
},
"required":[
"timestamp",
"name",
"sequence"
],
"additionalProperties":false
}
},
"required":[
"starting",
"current"
],
"additionalProperties":false
},
{
"type":"object",
"properties":{
"starting":{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"x-oneOf":[
{
"type":"string",
"pattern":"^[0-9]{4}[-](0[1-9]|1[0-2])[-](0[1-9]|[12][0-9]|3[01])[tT ]([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)([.][0-9]{1,6})?([zZ]|[+-][0-9][0-9]:[0-5][0-9])$",
"minLength":"20",
"maxLength":"32"
},
{
"type":"null"
}
]
},
"csn":{
"x-oneOf":[
{
"x-oneOf":[
{
"description":"System Change Number(Normal Format) for Oracle Database.",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000",
"example":"6488359"
},
{
"description":"System Change Number(Alternate Format) for Oracle Database.",
"type":"string",
"pattern":"[0-9]+[.][0-9]+",
"minLength":"3",
"maxLength":"64",
"example":"6488359.3456712"
}
]
},
{
"type":"null"
}
]
},
"thread":{
"description":"Integrated capture thread number",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"sequence":{
"description":"Archive log sequence",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"offset":{
"description":"Archive log offset",
"type":"integer",
"minimum":"0",
"maximum":"2147483647"
},
"name":{
"description":"The name of the archive log",
"x-oneOf":[
{
"type":"string",
"minLength":"1",
"maxLength":"4096"
},
{
"type":"null"
}
]
}
},
"required":[
"timestamp",
"csn",
"thread",
"sequence",
"offset",
"name"
],
"additionalProperties":false
},
"current":{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"x-oneOf":[
{
"type":"string",
"pattern":"^[0-9]{4}[-](0[1-9]|1[0-2])[-](0[1-9]|[12][0-9]|3[01])[tT ]([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)([.][0-9]{1,6})?([zZ]|[+-][0-9][0-9]:[0-5][0-9])$",
"minLength":"20",
"maxLength":"32"
},
{
"type":"null"
}
]
},
"csn":{
"x-oneOf":[
{
"x-oneOf":[
{
"description":"System Change Number(Normal Format) for Oracle Database.",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000",
"example":"6488359"
},
{
"description":"System Change Number(Alternate Format) for Oracle Database.",
"type":"string",
"pattern":"[0-9]+[.][0-9]+",
"minLength":"3",
"maxLength":"64",
"example":"6488359.3456712"
}
]
},
{
"type":"null"
}
]
},
"thread":{
"description":"Integrated capture thread number",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"sequence":{
"description":"Archive log sequence",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"offset":{
"description":"Archive log offset",
"type":"integer",
"minimum":"0",
"maximum":"2147483647"
},
"name":{
"description":"The name of the archive log",
"x-oneOf":[
{
"type":"string",
"minLength":"1",
"maxLength":"4096"
},
{
"type":"null"
}
]
}
},
"required":[
"timestamp",
"csn",
"thread",
"sequence",
"offset",
"name"
],
"additionalProperties":false
},
"recovery":{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"x-oneOf":[
{
"type":"string",
"pattern":"^[0-9]{4}[-](0[1-9]|1[0-2])[-](0[1-9]|[12][0-9]|3[01])[tT ]([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)([.][0-9]{1,6})?([zZ]|[+-][0-9][0-9]:[0-5][0-9])$",
"minLength":"20",
"maxLength":"32"
},
{
"type":"null"
}
]
},
"csn":{
"x-oneOf":[
{
"x-oneOf":[
{
"description":"System Change Number(Normal Format) for Oracle Database.",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000",
"example":"6488359"
},
{
"description":"System Change Number(Alternate Format) for Oracle Database.",
"type":"string",
"pattern":"[0-9]+[.][0-9]+",
"minLength":"3",
"maxLength":"64",
"example":"6488359.3456712"
}
]
},
{
"type":"null"
}
]
},
"thread":{
"description":"Integrated capture thread number",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"sequence":{
"description":"Archive log sequence",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"offset":{
"description":"Archive log offset",
"type":"integer",
"minimum":"0",
"maximum":"2147483647"
},
"name":{
"description":"The name of the archive log",
"x-oneOf":[
{
"type":"string",
"minLength":"1",
"maxLength":"4096"
},
{
"type":"null"
}
]
}
},
"required":[
"timestamp",
"csn",
"thread",
"sequence",
"offset",
"name"
],
"additionalProperties":false
},
"boundedRecoveryBegin":{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"x-oneOf":[
{
"type":"string",
"pattern":"^[0-9]{4}[-](0[1-9]|1[0-2])[-](0[1-9]|[12][0-9]|3[01])[tT ]([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)([.][0-9]{1,6})?([zZ]|[+-][0-9][0-9]:[0-5][0-9])$",
"minLength":"20",
"maxLength":"32"
},
{
"type":"null"
}
]
},
"csn":{
"x-oneOf":[
{
"x-oneOf":[
{
"description":"System Change Number(Normal Format) for Oracle Database.",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000",
"example":"6488359"
},
{
"description":"System Change Number(Alternate Format) for Oracle Database.",
"type":"string",
"pattern":"[0-9]+[.][0-9]+",
"minLength":"3",
"maxLength":"64",
"example":"6488359.3456712"
}
]
},
{
"type":"null"
}
]
},
"thread":{
"description":"Integrated capture thread number",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"sequence":{
"description":"Archive log sequence",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"offset":{
"description":"Archive log offset",
"type":"integer",
"minimum":"0",
"maximum":"2147483647"
},
"name":{
"description":"The name of the archive log",
"x-oneOf":[
{
"type":"string",
"minLength":"1",
"maxLength":"4096"
},
{
"type":"null"
}
]
}
},
"required":[
"timestamp",
"csn",
"thread",
"sequence",
"offset",
"name"
],
"additionalProperties":false
},
"boundedRecoveryPrevious":{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"x-oneOf":[
{
"type":"string",
"pattern":"^[0-9]{4}[-](0[1-9]|1[0-2])[-](0[1-9]|[12][0-9]|3[01])[tT ]([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)([.][0-9]{1,6})?([zZ]|[+-][0-9][0-9]:[0-5][0-9])$",
"minLength":"20",
"maxLength":"32"
},
{
"type":"null"
}
]
},
"csn":{
"x-oneOf":[
{
"x-oneOf":[
{
"description":"System Change Number(Normal Format) for Oracle Database.",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000",
"example":"6488359"
},
{
"description":"System Change Number(Alternate Format) for Oracle Database.",
"type":"string",
"pattern":"[0-9]+[.][0-9]+",
"minLength":"3",
"maxLength":"64",
"example":"6488359.3456712"
}
]
},
{
"type":"null"
}
]
},
"thread":{
"description":"Integrated capture thread number",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"sequence":{
"description":"Archive log sequence",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"offset":{
"description":"Archive log offset",
"type":"integer",
"minimum":"0",
"maximum":"2147483647"
},
"name":{
"description":"The name of the archive log",
"x-oneOf":[
{
"type":"string",
"minLength":"1",
"maxLength":"4096"
},
{
"type":"null"
}
]
}
},
"required":[
"timestamp",
"csn",
"thread",
"sequence",
"offset",
"name"
],
"additionalProperties":false
},
"boundedRecoveryEnd":{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"x-oneOf":[
{
"type":"string",
"pattern":"^[0-9]{4}[-](0[1-9]|1[0-2])[-](0[1-9]|[12][0-9]|3[01])[tT ]([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)([.][0-9]{1,6})?([zZ]|[+-][0-9][0-9]:[0-5][0-9])$",
"minLength":"20",
"maxLength":"32"
},
{
"type":"null"
}
]
},
"csn":{
"x-oneOf":[
{
"x-oneOf":[
{
"description":"System Change Number(Normal Format) for Oracle Database.",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000",
"example":"6488359"
},
{
"description":"System Change Number(Alternate Format) for Oracle Database.",
"type":"string",
"pattern":"[0-9]+[.][0-9]+",
"minLength":"3",
"maxLength":"64",
"example":"6488359.3456712"
}
]
},
{
"type":"null"
}
]
},
"thread":{
"description":"Integrated capture thread number",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"sequence":{
"description":"Archive log sequence",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"offset":{
"description":"Archive log offset",
"type":"integer",
"minimum":"0",
"maximum":"2147483647"
},
"name":{
"description":"The name of the archive log",
"x-oneOf":[
{
"type":"string",
"minLength":"1",
"maxLength":"4096"
},
{
"type":"null"
}
]
}
},
"required":[
"timestamp",
"csn",
"thread",
"sequence",
"offset",
"name"
],
"additionalProperties":false
}
},
"required":[
"starting",
"current",
"recovery"
],
"additionalProperties":false
}
]
},
"minItems":"0",
"maxItems":"128"
}
Nested Schema : output
Type: array
Minimum Number of Items: 0
Maximum Number of Items: 128
Optional checkpoint details for each trail output
Show Source
{
"description":"Optional checkpoint details for each trail output",
"type":"array",
"items":{
"type":"object",
"properties":{
"current":{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"x-oneOf":[
{
"type":"string",
"pattern":"^[0-9]{4}[-](0[1-9]|1[0-2])[-](0[1-9]|[12][0-9]|3[01])[tT ]([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)([.][0-9]{1,6})?([zZ]|[+-][0-9][0-9]:[0-5][0-9])$",
"minLength":"20",
"maxLength":"32"
},
{
"type":"null"
}
]
},
"name":{
"description":"The name of the trail",
"type":"string",
"pattern":"^[A-Za-z][A-Za-z0-9]$",
"minLength":"2",
"maxLength":"2"
},
"path":{
"description":"The path where trail data is stored",
"type":"string",
"minLength":"1",
"maxLength":"4096"
},
"sequence":{
"description":"Trail file sequence number",
"type":"integer",
"minimum":"0",
"maximum":"999999999",
"default":"0"
},
"offset":{
"x-oneOf":[
{
"description":"Special value for BEGIN NOW",
"enum":[
"-2"
]
},
{
"description":"Offset in trail sequence file",
"type":"integer",
"minimum":"0",
"maximum":"2147483647"
}
]
},
"sequenceLength":{
"description":"Number of digits in sequence file name",
"enum":[
"6",
"9"
]
},
"sequenceLengthFlip":{
"description":"Indicates sequence number length will change",
"type":"boolean"
}
},
"required":[
"timestamp",
"name",
"sequence",
"offset",
"sequenceLength",
"sequenceLengthFlip"
],
"additionalProperties":false
}
},
"required":[
"current"
],
"additionalProperties":false
},
"minItems":"0",
"maxItems":"128"
}
Nested Schema : items
Checkpoint details for a single input
Match One
Show Source
{
"description":"Checkpoint details for a single input",
"x-oneOf":[
{
"type":"object",
"properties":{
"starting":{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"x-oneOf":[
{
"type":"string",
"pattern":"^[0-9]{4}[-](0[1-9]|1[0-2])[-](0[1-9]|[12][0-9]|3[01])[tT ]([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)([.][0-9]{1,6})?([zZ]|[+-][0-9][0-9]:[0-5][0-9])$",
"minLength":"20",
"maxLength":"32"
},
{
"type":"null"
}
]
},
"name":{
"description":"The name of the trail",
"type":"string",
"pattern":"^[A-Za-z][A-Za-z0-9]$",
"minLength":"2",
"maxLength":"2"
},
"path":{
"description":"The path where trail data is stored",
"type":"string",
"minLength":"1",
"maxLength":"4096"
},
"sequence":{
"description":"Trail file sequence number",
"type":"integer",
"minimum":"0",
"maximum":"999999999",
"default":"0"
},
"offset":{
"x-oneOf":[
{
"description":"Special value for BEGIN NOW",
"enum":[
"-2"
]
},
{
"description":"Offset in trail sequence file",
"type":"integer",
"minimum":"0",
"maximum":"2147483647"
}
]
},
"sequenceLength":{
"description":"Number of digits in sequence file name",
"enum":[
"6",
"9"
]
},
"sequenceLengthFlip":{
"description":"Indicates sequence number length will change",
"type":"boolean"
}
},
"required":[
"timestamp",
"name",
"sequence",
"offset",
"sequenceLength",
"sequenceLengthFlip"
],
"additionalProperties":false
},
"current":{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"x-oneOf":[
{
"type":"string",
"pattern":"^[0-9]{4}[-](0[1-9]|1[0-2])[-](0[1-9]|[12][0-9]|3[01])[tT ]([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)([.][0-9]{1,6})?([zZ]|[+-][0-9][0-9]:[0-5][0-9])$",
"minLength":"20",
"maxLength":"32"
},
{
"type":"null"
}
]
},
"name":{
"description":"The name of the trail",
"type":"string",
"pattern":"^[A-Za-z][A-Za-z0-9]$",
"minLength":"2",
"maxLength":"2"
},
"path":{
"description":"The path where trail data is stored",
"type":"string",
"minLength":"1",
"maxLength":"4096"
},
"sequence":{
"description":"Trail file sequence number",
"type":"integer",
"minimum":"0",
"maximum":"999999999",
"default":"0"
},
"offset":{
"x-oneOf":[
{
"description":"Special value for BEGIN NOW",
"enum":[
"-2"
]
},
{
"description":"Offset in trail sequence file",
"type":"integer",
"minimum":"0",
"maximum":"2147483647"
}
]
},
"sequenceLength":{
"description":"Number of digits in sequence file name",
"enum":[
"6",
"9"
]
},
"sequenceLengthFlip":{
"description":"Indicates sequence number length will change",
"type":"boolean"
}
},
"required":[
"timestamp",
"name",
"sequence",
"offset",
"sequenceLength",
"sequenceLengthFlip"
],
"additionalProperties":false
}
},
"required":[
"starting",
"current"
],
"additionalProperties":false
},
{
"type":"object",
"properties":{
"starting":{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"x-oneOf":[
{
"type":"string",
"pattern":"^[0-9]{4}[-](0[1-9]|1[0-2])[-](0[1-9]|[12][0-9]|3[01])[tT ]([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)([.][0-9]{1,6})?([zZ]|[+-][0-9][0-9]:[0-5][0-9])$",
"minLength":"20",
"maxLength":"32"
},
{
"type":"null"
}
]
},
"name":{
"description":"The name of the file",
"type":"string",
"minLength":"1",
"maxLength":"4096"
},
"offset":{
"description":"Offset in file",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000"
}
},
"required":[
"timestamp",
"name",
"offset"
],
"additionalProperties":false
},
"current":{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"x-oneOf":[
{
"type":"string",
"pattern":"^[0-9]{4}[-](0[1-9]|1[0-2])[-](0[1-9]|[12][0-9]|3[01])[tT ]([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)([.][0-9]{1,6})?([zZ]|[+-][0-9][0-9]:[0-5][0-9])$",
"minLength":"20",
"maxLength":"32"
},
{
"type":"null"
}
]
},
"name":{
"description":"The name of the file",
"type":"string",
"minLength":"1",
"maxLength":"4096"
},
"offset":{
"description":"Offset in file",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000"
}
},
"required":[
"timestamp",
"name",
"offset"
],
"additionalProperties":false
}
},
"required":[
"starting",
"current"
],
"additionalProperties":false
},
{
"type":"object",
"properties":{
"starting":{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"x-oneOf":[
{
"type":"string",
"pattern":"^[0-9]{4}[-](0[1-9]|1[0-2])[-](0[1-9]|[12][0-9]|3[01])[tT ]([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)([.][0-9]{1,6})?([zZ]|[+-][0-9][0-9]:[0-5][0-9])$",
"minLength":"20",
"maxLength":"32"
},
{
"type":"null"
}
]
},
"name":{
"description":"The name of the table",
"x-anyOf":[
{
"type":"string",
"pattern":"^([^.*?\"]{1,128}|[\"].{1,128}[\"])$",
"minLength":"1",
"maxLength":"130"
},
{
"x-anyOf":[
{
"type":"string",
"pattern":"^([^.*?\"]{1,128}|[\"].{1,128}[\"])[.]([^.*?\"]{1,128}|[\"].{1,128}[\"])$",
"minLength":"3",
"maxLength":"261"
},
{
"type":"string",
"pattern":"^([^.*?\"]{1,128}|[\"].{1,128}[\"])[.]([^.*?\"]{1,128}|[\"].{1,128}[\"])[.]([^.*?\"]{1,128}|[\"].{1,128}[\"])$",
"minLength":"5",
"maxLength":"392"
}
]
}
]
},
"sequence":{
"description":"Record number from table",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000"
}
},
"required":[
"timestamp",
"name",
"sequence"
],
"additionalProperties":false
},
"current":{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"x-oneOf":[
{
"type":"string",
"pattern":"^[0-9]{4}[-](0[1-9]|1[0-2])[-](0[1-9]|[12][0-9]|3[01])[tT ]([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)([.][0-9]{1,6})?([zZ]|[+-][0-9][0-9]:[0-5][0-9])$",
"minLength":"20",
"maxLength":"32"
},
{
"type":"null"
}
]
},
"name":{
"description":"The name of the table",
"x-anyOf":[
{
"type":"string",
"pattern":"^([^.*?\"]{1,128}|[\"].{1,128}[\"])$",
"minLength":"1",
"maxLength":"130"
},
{
"x-anyOf":[
{
"type":"string",
"pattern":"^([^.*?\"]{1,128}|[\"].{1,128}[\"])[.]([^.*?\"]{1,128}|[\"].{1,128}[\"])$",
"minLength":"3",
"maxLength":"261"
},
{
"type":"string",
"pattern":"^([^.*?\"]{1,128}|[\"].{1,128}[\"])[.]([^.*?\"]{1,128}|[\"].{1,128}[\"])[.]([^.*?\"]{1,128}|[\"].{1,128}[\"])$",
"minLength":"5",
"maxLength":"392"
}
]
}
]
},
"sequence":{
"description":"Record number from table",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000"
}
},
"required":[
"timestamp",
"name",
"sequence"
],
"additionalProperties":false
}
},
"required":[
"starting",
"current"
],
"additionalProperties":false
},
{
"type":"object",
"properties":{
"starting":{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"x-oneOf":[
{
"type":"string",
"pattern":"^[0-9]{4}[-](0[1-9]|1[0-2])[-](0[1-9]|[12][0-9]|3[01])[tT ]([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)([.][0-9]{1,6})?([zZ]|[+-][0-9][0-9]:[0-5][0-9])$",
"minLength":"20",
"maxLength":"32"
},
{
"type":"null"
}
]
},
"csn":{
"x-oneOf":[
{
"x-oneOf":[
{
"description":"System Change Number(Normal Format) for Oracle Database.",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000",
"example":"6488359"
},
{
"description":"System Change Number(Alternate Format) for Oracle Database.",
"type":"string",
"pattern":"[0-9]+[.][0-9]+",
"minLength":"3",
"maxLength":"64",
"example":"6488359.3456712"
}
]
},
{
"type":"null"
}
]
},
"thread":{
"description":"Integrated capture thread number",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"sequence":{
"description":"Archive log sequence",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"offset":{
"description":"Archive log offset",
"type":"integer",
"minimum":"0",
"maximum":"2147483647"
},
"name":{
"description":"The name of the archive log",
"x-oneOf":[
{
"type":"string",
"minLength":"1",
"maxLength":"4096"
},
{
"type":"null"
}
]
}
},
"required":[
"timestamp",
"csn",
"thread",
"sequence",
"offset",
"name"
],
"additionalProperties":false
},
"current":{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"x-oneOf":[
{
"type":"string",
"pattern":"^[0-9]{4}[-](0[1-9]|1[0-2])[-](0[1-9]|[12][0-9]|3[01])[tT ]([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)([.][0-9]{1,6})?([zZ]|[+-][0-9][0-9]:[0-5][0-9])$",
"minLength":"20",
"maxLength":"32"
},
{
"type":"null"
}
]
},
"csn":{
"x-oneOf":[
{
"x-oneOf":[
{
"description":"System Change Number(Normal Format) for Oracle Database.",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000",
"example":"6488359"
},
{
"description":"System Change Number(Alternate Format) for Oracle Database.",
"type":"string",
"pattern":"[0-9]+[.][0-9]+",
"minLength":"3",
"maxLength":"64",
"example":"6488359.3456712"
}
]
},
{
"type":"null"
}
]
},
"thread":{
"description":"Integrated capture thread number",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"sequence":{
"description":"Archive log sequence",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"offset":{
"description":"Archive log offset",
"type":"integer",
"minimum":"0",
"maximum":"2147483647"
},
"name":{
"description":"The name of the archive log",
"x-oneOf":[
{
"type":"string",
"minLength":"1",
"maxLength":"4096"
},
{
"type":"null"
}
]
}
},
"required":[
"timestamp",
"csn",
"thread",
"sequence",
"offset",
"name"
],
"additionalProperties":false
},
"recovery":{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"x-oneOf":[
{
"type":"string",
"pattern":"^[0-9]{4}[-](0[1-9]|1[0-2])[-](0[1-9]|[12][0-9]|3[01])[tT ]([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)([.][0-9]{1,6})?([zZ]|[+-][0-9][0-9]:[0-5][0-9])$",
"minLength":"20",
"maxLength":"32"
},
{
"type":"null"
}
]
},
"csn":{
"x-oneOf":[
{
"x-oneOf":[
{
"description":"System Change Number(Normal Format) for Oracle Database.",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000",
"example":"6488359"
},
{
"description":"System Change Number(Alternate Format) for Oracle Database.",
"type":"string",
"pattern":"[0-9]+[.][0-9]+",
"minLength":"3",
"maxLength":"64",
"example":"6488359.3456712"
}
]
},
{
"type":"null"
}
]
},
"thread":{
"description":"Integrated capture thread number",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"sequence":{
"description":"Archive log sequence",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"offset":{
"description":"Archive log offset",
"type":"integer",
"minimum":"0",
"maximum":"2147483647"
},
"name":{
"description":"The name of the archive log",
"x-oneOf":[
{
"type":"string",
"minLength":"1",
"maxLength":"4096"
},
{
"type":"null"
}
]
}
},
"required":[
"timestamp",
"csn",
"thread",
"sequence",
"offset",
"name"
],
"additionalProperties":false
},
"boundedRecoveryBegin":{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"x-oneOf":[
{
"type":"string",
"pattern":"^[0-9]{4}[-](0[1-9]|1[0-2])[-](0[1-9]|[12][0-9]|3[01])[tT ]([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)([.][0-9]{1,6})?([zZ]|[+-][0-9][0-9]:[0-5][0-9])$",
"minLength":"20",
"maxLength":"32"
},
{
"type":"null"
}
]
},
"csn":{
"x-oneOf":[
{
"x-oneOf":[
{
"description":"System Change Number(Normal Format) for Oracle Database.",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000",
"example":"6488359"
},
{
"description":"System Change Number(Alternate Format) for Oracle Database.",
"type":"string",
"pattern":"[0-9]+[.][0-9]+",
"minLength":"3",
"maxLength":"64",
"example":"6488359.3456712"
}
]
},
{
"type":"null"
}
]
},
"thread":{
"description":"Integrated capture thread number",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"sequence":{
"description":"Archive log sequence",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"offset":{
"description":"Archive log offset",
"type":"integer",
"minimum":"0",
"maximum":"2147483647"
},
"name":{
"description":"The name of the archive log",
"x-oneOf":[
{
"type":"string",
"minLength":"1",
"maxLength":"4096"
},
{
"type":"null"
}
]
}
},
"required":[
"timestamp",
"csn",
"thread",
"sequence",
"offset",
"name"
],
"additionalProperties":false
},
"boundedRecoveryPrevious":{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"x-oneOf":[
{
"type":"string",
"pattern":"^[0-9]{4}[-](0[1-9]|1[0-2])[-](0[1-9]|[12][0-9]|3[01])[tT ]([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)([.][0-9]{1,6})?([zZ]|[+-][0-9][0-9]:[0-5][0-9])$",
"minLength":"20",
"maxLength":"32"
},
{
"type":"null"
}
]
},
"csn":{
"x-oneOf":[
{
"x-oneOf":[
{
"description":"System Change Number(Normal Format) for Oracle Database.",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000",
"example":"6488359"
},
{
"description":"System Change Number(Alternate Format) for Oracle Database.",
"type":"string",
"pattern":"[0-9]+[.][0-9]+",
"minLength":"3",
"maxLength":"64",
"example":"6488359.3456712"
}
]
},
{
"type":"null"
}
]
},
"thread":{
"description":"Integrated capture thread number",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"sequence":{
"description":"Archive log sequence",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"offset":{
"description":"Archive log offset",
"type":"integer",
"minimum":"0",
"maximum":"2147483647"
},
"name":{
"description":"The name of the archive log",
"x-oneOf":[
{
"type":"string",
"minLength":"1",
"maxLength":"4096"
},
{
"type":"null"
}
]
}
},
"required":[
"timestamp",
"csn",
"thread",
"sequence",
"offset",
"name"
],
"additionalProperties":false
},
"boundedRecoveryEnd":{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"x-oneOf":[
{
"type":"string",
"pattern":"^[0-9]{4}[-](0[1-9]|1[0-2])[-](0[1-9]|[12][0-9]|3[01])[tT ]([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)([.][0-9]{1,6})?([zZ]|[+-][0-9][0-9]:[0-5][0-9])$",
"minLength":"20",
"maxLength":"32"
},
{
"type":"null"
}
]
},
"csn":{
"x-oneOf":[
{
"x-oneOf":[
{
"description":"System Change Number(Normal Format) for Oracle Database.",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000",
"example":"6488359"
},
{
"description":"System Change Number(Alternate Format) for Oracle Database.",
"type":"string",
"pattern":"[0-9]+[.][0-9]+",
"minLength":"3",
"maxLength":"64",
"example":"6488359.3456712"
}
]
},
{
"type":"null"
}
]
},
"thread":{
"description":"Integrated capture thread number",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"sequence":{
"description":"Archive log sequence",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"offset":{
"description":"Archive log offset",
"type":"integer",
"minimum":"0",
"maximum":"2147483647"
},
"name":{
"description":"The name of the archive log",
"x-oneOf":[
{
"type":"string",
"minLength":"1",
"maxLength":"4096"
},
{
"type":"null"
}
]
}
},
"required":[
"timestamp",
"csn",
"thread",
"sequence",
"offset",
"name"
],
"additionalProperties":false
}
},
"required":[
"starting",
"current",
"recovery"
],
"additionalProperties":false
}
]
}
Nested Schema : items-x-oneOf[0]
Type: object
Show Source
{
"type":"object",
"properties":{
"starting":{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"x-oneOf":[
{
"type":"string",
"pattern":"^[0-9]{4}[-](0[1-9]|1[0-2])[-](0[1-9]|[12][0-9]|3[01])[tT ]([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)([.][0-9]{1,6})?([zZ]|[+-][0-9][0-9]:[0-5][0-9])$",
"minLength":"20",
"maxLength":"32"
},
{
"type":"null"
}
]
},
"name":{
"description":"The name of the trail",
"type":"string",
"pattern":"^[A-Za-z][A-Za-z0-9]$",
"minLength":"2",
"maxLength":"2"
},
"path":{
"description":"The path where trail data is stored",
"type":"string",
"minLength":"1",
"maxLength":"4096"
},
"sequence":{
"description":"Trail file sequence number",
"type":"integer",
"minimum":"0",
"maximum":"999999999",
"default":"0"
},
"offset":{
"x-oneOf":[
{
"description":"Special value for BEGIN NOW",
"enum":[
"-2"
]
},
{
"description":"Offset in trail sequence file",
"type":"integer",
"minimum":"0",
"maximum":"2147483647"
}
]
},
"sequenceLength":{
"description":"Number of digits in sequence file name",
"enum":[
"6",
"9"
]
},
"sequenceLengthFlip":{
"description":"Indicates sequence number length will change",
"type":"boolean"
}
},
"required":[
"timestamp",
"name",
"sequence",
"offset",
"sequenceLength",
"sequenceLengthFlip"
],
"additionalProperties":false
},
"current":{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"x-oneOf":[
{
"type":"string",
"pattern":"^[0-9]{4}[-](0[1-9]|1[0-2])[-](0[1-9]|[12][0-9]|3[01])[tT ]([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)([.][0-9]{1,6})?([zZ]|[+-][0-9][0-9]:[0-5][0-9])$",
"minLength":"20",
"maxLength":"32"
},
{
"type":"null"
}
]
},
"name":{
"description":"The name of the trail",
"type":"string",
"pattern":"^[A-Za-z][A-Za-z0-9]$",
"minLength":"2",
"maxLength":"2"
},
"path":{
"description":"The path where trail data is stored",
"type":"string",
"minLength":"1",
"maxLength":"4096"
},
"sequence":{
"description":"Trail file sequence number",
"type":"integer",
"minimum":"0",
"maximum":"999999999",
"default":"0"
},
"offset":{
"x-oneOf":[
{
"description":"Special value for BEGIN NOW",
"enum":[
"-2"
]
},
{
"description":"Offset in trail sequence file",
"type":"integer",
"minimum":"0",
"maximum":"2147483647"
}
]
},
"sequenceLength":{
"description":"Number of digits in sequence file name",
"enum":[
"6",
"9"
]
},
"sequenceLengthFlip":{
"description":"Indicates sequence number length will change",
"type":"boolean"
}
},
"required":[
"timestamp",
"name",
"sequence",
"offset",
"sequenceLength",
"sequenceLengthFlip"
],
"additionalProperties":false
}
},
"required":[
"starting",
"current"
],
"additionalProperties":false
}
Nested Schema : items-x-oneOf[1]
Type: object
Show Source
{
"type":"object",
"properties":{
"starting":{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"x-oneOf":[
{
"type":"string",
"pattern":"^[0-9]{4}[-](0[1-9]|1[0-2])[-](0[1-9]|[12][0-9]|3[01])[tT ]([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)([.][0-9]{1,6})?([zZ]|[+-][0-9][0-9]:[0-5][0-9])$",
"minLength":"20",
"maxLength":"32"
},
{
"type":"null"
}
]
},
"name":{
"description":"The name of the file",
"type":"string",
"minLength":"1",
"maxLength":"4096"
},
"offset":{
"description":"Offset in file",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000"
}
},
"required":[
"timestamp",
"name",
"offset"
],
"additionalProperties":false
},
"current":{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"x-oneOf":[
{
"type":"string",
"pattern":"^[0-9]{4}[-](0[1-9]|1[0-2])[-](0[1-9]|[12][0-9]|3[01])[tT ]([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)([.][0-9]{1,6})?([zZ]|[+-][0-9][0-9]:[0-5][0-9])$",
"minLength":"20",
"maxLength":"32"
},
{
"type":"null"
}
]
},
"name":{
"description":"The name of the file",
"type":"string",
"minLength":"1",
"maxLength":"4096"
},
"offset":{
"description":"Offset in file",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000"
}
},
"required":[
"timestamp",
"name",
"offset"
],
"additionalProperties":false
}
},
"required":[
"starting",
"current"
],
"additionalProperties":false
}
Nested Schema : items-x-oneOf[2]
Type: object
Show Source
{
"type":"object",
"properties":{
"starting":{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"x-oneOf":[
{
"type":"string",
"pattern":"^[0-9]{4}[-](0[1-9]|1[0-2])[-](0[1-9]|[12][0-9]|3[01])[tT ]([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)([.][0-9]{1,6})?([zZ]|[+-][0-9][0-9]:[0-5][0-9])$",
"minLength":"20",
"maxLength":"32"
},
{
"type":"null"
}
]
},
"name":{
"description":"The name of the table",
"x-anyOf":[
{
"type":"string",
"pattern":"^([^.*?\"]{1,128}|[\"].{1,128}[\"])$",
"minLength":"1",
"maxLength":"130"
},
{
"x-anyOf":[
{
"type":"string",
"pattern":"^([^.*?\"]{1,128}|[\"].{1,128}[\"])[.]([^.*?\"]{1,128}|[\"].{1,128}[\"])$",
"minLength":"3",
"maxLength":"261"
},
{
"type":"string",
"pattern":"^([^.*?\"]{1,128}|[\"].{1,128}[\"])[.]([^.*?\"]{1,128}|[\"].{1,128}[\"])[.]([^.*?\"]{1,128}|[\"].{1,128}[\"])$",
"minLength":"5",
"maxLength":"392"
}
]
}
]
},
"sequence":{
"description":"Record number from table",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000"
}
},
"required":[
"timestamp",
"name",
"sequence"
],
"additionalProperties":false
},
"current":{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"x-oneOf":[
{
"type":"string",
"pattern":"^[0-9]{4}[-](0[1-9]|1[0-2])[-](0[1-9]|[12][0-9]|3[01])[tT ]([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)([.][0-9]{1,6})?([zZ]|[+-][0-9][0-9]:[0-5][0-9])$",
"minLength":"20",
"maxLength":"32"
},
{
"type":"null"
}
]
},
"name":{
"description":"The name of the table",
"x-anyOf":[
{
"type":"string",
"pattern":"^([^.*?\"]{1,128}|[\"].{1,128}[\"])$",
"minLength":"1",
"maxLength":"130"
},
{
"x-anyOf":[
{
"type":"string",
"pattern":"^([^.*?\"]{1,128}|[\"].{1,128}[\"])[.]([^.*?\"]{1,128}|[\"].{1,128}[\"])$",
"minLength":"3",
"maxLength":"261"
},
{
"type":"string",
"pattern":"^([^.*?\"]{1,128}|[\"].{1,128}[\"])[.]([^.*?\"]{1,128}|[\"].{1,128}[\"])[.]([^.*?\"]{1,128}|[\"].{1,128}[\"])$",
"minLength":"5",
"maxLength":"392"
}
]
}
]
},
"sequence":{
"description":"Record number from table",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000"
}
},
"required":[
"timestamp",
"name",
"sequence"
],
"additionalProperties":false
}
},
"required":[
"starting",
"current"
],
"additionalProperties":false
}
Nested Schema : items-x-oneOf[3]
Type: object
Show Source
{
"type":"object",
"properties":{
"starting":{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"x-oneOf":[
{
"type":"string",
"pattern":"^[0-9]{4}[-](0[1-9]|1[0-2])[-](0[1-9]|[12][0-9]|3[01])[tT ]([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)([.][0-9]{1,6})?([zZ]|[+-][0-9][0-9]:[0-5][0-9])$",
"minLength":"20",
"maxLength":"32"
},
{
"type":"null"
}
]
},
"csn":{
"x-oneOf":[
{
"x-oneOf":[
{
"description":"System Change Number(Normal Format) for Oracle Database.",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000",
"example":"6488359"
},
{
"description":"System Change Number(Alternate Format) for Oracle Database.",
"type":"string",
"pattern":"[0-9]+[.][0-9]+",
"minLength":"3",
"maxLength":"64",
"example":"6488359.3456712"
}
]
},
{
"type":"null"
}
]
},
"thread":{
"description":"Integrated capture thread number",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"sequence":{
"description":"Archive log sequence",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"offset":{
"description":"Archive log offset",
"type":"integer",
"minimum":"0",
"maximum":"2147483647"
},
"name":{
"description":"The name of the archive log",
"x-oneOf":[
{
"type":"string",
"minLength":"1",
"maxLength":"4096"
},
{
"type":"null"
}
]
}
},
"required":[
"timestamp",
"csn",
"thread",
"sequence",
"offset",
"name"
],
"additionalProperties":false
},
"current":{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"x-oneOf":[
{
"type":"string",
"pattern":"^[0-9]{4}[-](0[1-9]|1[0-2])[-](0[1-9]|[12][0-9]|3[01])[tT ]([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)([.][0-9]{1,6})?([zZ]|[+-][0-9][0-9]:[0-5][0-9])$",
"minLength":"20",
"maxLength":"32"
},
{
"type":"null"
}
]
},
"csn":{
"x-oneOf":[
{
"x-oneOf":[
{
"description":"System Change Number(Normal Format) for Oracle Database.",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000",
"example":"6488359"
},
{
"description":"System Change Number(Alternate Format) for Oracle Database.",
"type":"string",
"pattern":"[0-9]+[.][0-9]+",
"minLength":"3",
"maxLength":"64",
"example":"6488359.3456712"
}
]
},
{
"type":"null"
}
]
},
"thread":{
"description":"Integrated capture thread number",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"sequence":{
"description":"Archive log sequence",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"offset":{
"description":"Archive log offset",
"type":"integer",
"minimum":"0",
"maximum":"2147483647"
},
"name":{
"description":"The name of the archive log",
"x-oneOf":[
{
"type":"string",
"minLength":"1",
"maxLength":"4096"
},
{
"type":"null"
}
]
}
},
"required":[
"timestamp",
"csn",
"thread",
"sequence",
"offset",
"name"
],
"additionalProperties":false
},
"recovery":{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"x-oneOf":[
{
"type":"string",
"pattern":"^[0-9]{4}[-](0[1-9]|1[0-2])[-](0[1-9]|[12][0-9]|3[01])[tT ]([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)([.][0-9]{1,6})?([zZ]|[+-][0-9][0-9]:[0-5][0-9])$",
"minLength":"20",
"maxLength":"32"
},
{
"type":"null"
}
]
},
"csn":{
"x-oneOf":[
{
"x-oneOf":[
{
"description":"System Change Number(Normal Format) for Oracle Database.",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000",
"example":"6488359"
},
{
"description":"System Change Number(Alternate Format) for Oracle Database.",
"type":"string",
"pattern":"[0-9]+[.][0-9]+",
"minLength":"3",
"maxLength":"64",
"example":"6488359.3456712"
}
]
},
{
"type":"null"
}
]
},
"thread":{
"description":"Integrated capture thread number",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"sequence":{
"description":"Archive log sequence",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"offset":{
"description":"Archive log offset",
"type":"integer",
"minimum":"0",
"maximum":"2147483647"
},
"name":{
"description":"The name of the archive log",
"x-oneOf":[
{
"type":"string",
"minLength":"1",
"maxLength":"4096"
},
{
"type":"null"
}
]
}
},
"required":[
"timestamp",
"csn",
"thread",
"sequence",
"offset",
"name"
],
"additionalProperties":false
},
"boundedRecoveryBegin":{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"x-oneOf":[
{
"type":"string",
"pattern":"^[0-9]{4}[-](0[1-9]|1[0-2])[-](0[1-9]|[12][0-9]|3[01])[tT ]([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)([.][0-9]{1,6})?([zZ]|[+-][0-9][0-9]:[0-5][0-9])$",
"minLength":"20",
"maxLength":"32"
},
{
"type":"null"
}
]
},
"csn":{
"x-oneOf":[
{
"x-oneOf":[
{
"description":"System Change Number(Normal Format) for Oracle Database.",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000",
"example":"6488359"
},
{
"description":"System Change Number(Alternate Format) for Oracle Database.",
"type":"string",
"pattern":"[0-9]+[.][0-9]+",
"minLength":"3",
"maxLength":"64",
"example":"6488359.3456712"
}
]
},
{
"type":"null"
}
]
},
"thread":{
"description":"Integrated capture thread number",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"sequence":{
"description":"Archive log sequence",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"offset":{
"description":"Archive log offset",
"type":"integer",
"minimum":"0",
"maximum":"2147483647"
},
"name":{
"description":"The name of the archive log",
"x-oneOf":[
{
"type":"string",
"minLength":"1",
"maxLength":"4096"
},
{
"type":"null"
}
]
}
},
"required":[
"timestamp",
"csn",
"thread",
"sequence",
"offset",
"name"
],
"additionalProperties":false
},
"boundedRecoveryPrevious":{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"x-oneOf":[
{
"type":"string",
"pattern":"^[0-9]{4}[-](0[1-9]|1[0-2])[-](0[1-9]|[12][0-9]|3[01])[tT ]([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)([.][0-9]{1,6})?([zZ]|[+-][0-9][0-9]:[0-5][0-9])$",
"minLength":"20",
"maxLength":"32"
},
{
"type":"null"
}
]
},
"csn":{
"x-oneOf":[
{
"x-oneOf":[
{
"description":"System Change Number(Normal Format) for Oracle Database.",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000",
"example":"6488359"
},
{
"description":"System Change Number(Alternate Format) for Oracle Database.",
"type":"string",
"pattern":"[0-9]+[.][0-9]+",
"minLength":"3",
"maxLength":"64",
"example":"6488359.3456712"
}
]
},
{
"type":"null"
}
]
},
"thread":{
"description":"Integrated capture thread number",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"sequence":{
"description":"Archive log sequence",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"offset":{
"description":"Archive log offset",
"type":"integer",
"minimum":"0",
"maximum":"2147483647"
},
"name":{
"description":"The name of the archive log",
"x-oneOf":[
{
"type":"string",
"minLength":"1",
"maxLength":"4096"
},
{
"type":"null"
}
]
}
},
"required":[
"timestamp",
"csn",
"thread",
"sequence",
"offset",
"name"
],
"additionalProperties":false
},
"boundedRecoveryEnd":{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"x-oneOf":[
{
"type":"string",
"pattern":"^[0-9]{4}[-](0[1-9]|1[0-2])[-](0[1-9]|[12][0-9]|3[01])[tT ]([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)([.][0-9]{1,6})?([zZ]|[+-][0-9][0-9]:[0-5][0-9])$",
"minLength":"20",
"maxLength":"32"
},
{
"type":"null"
}
]
},
"csn":{
"x-oneOf":[
{
"x-oneOf":[
{
"description":"System Change Number(Normal Format) for Oracle Database.",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000",
"example":"6488359"
},
{
"description":"System Change Number(Alternate Format) for Oracle Database.",
"type":"string",
"pattern":"[0-9]+[.][0-9]+",
"minLength":"3",
"maxLength":"64",
"example":"6488359.3456712"
}
]
},
{
"type":"null"
}
]
},
"thread":{
"description":"Integrated capture thread number",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"sequence":{
"description":"Archive log sequence",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"offset":{
"description":"Archive log offset",
"type":"integer",
"minimum":"0",
"maximum":"2147483647"
},
"name":{
"description":"The name of the archive log",
"x-oneOf":[
{
"type":"string",
"minLength":"1",
"maxLength":"4096"
},
{
"type":"null"
}
]
}
},
"required":[
"timestamp",
"csn",
"thread",
"sequence",
"offset",
"name"
],
"additionalProperties":false
}
},
"required":[
"starting",
"current",
"recovery"
],
"additionalProperties":false
}
Nested Schema : boundedRecoveryBegin
Type: object
Show Source
{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"x-oneOf":[
{
"type":"string",
"pattern":"^[0-9]{4}[-](0[1-9]|1[0-2])[-](0[1-9]|[12][0-9]|3[01])[tT ]([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)([.][0-9]{1,6})?([zZ]|[+-][0-9][0-9]:[0-5][0-9])$",
"minLength":"20",
"maxLength":"32"
},
{
"type":"null"
}
]
},
"csn":{
"x-oneOf":[
{
"x-oneOf":[
{
"description":"System Change Number(Normal Format) for Oracle Database.",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000",
"example":"6488359"
},
{
"description":"System Change Number(Alternate Format) for Oracle Database.",
"type":"string",
"pattern":"[0-9]+[.][0-9]+",
"minLength":"3",
"maxLength":"64",
"example":"6488359.3456712"
}
]
},
{
"type":"null"
}
]
},
"thread":{
"description":"Integrated capture thread number",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"sequence":{
"description":"Archive log sequence",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"offset":{
"description":"Archive log offset",
"type":"integer",
"minimum":"0",
"maximum":"2147483647"
},
"name":{
"description":"The name of the archive log",
"x-oneOf":[
{
"type":"string",
"minLength":"1",
"maxLength":"4096"
},
{
"type":"null"
}
]
}
},
"required":[
"timestamp",
"csn",
"thread",
"sequence",
"offset",
"name"
],
"additionalProperties":false
}
Nested Schema : boundedRecoveryEnd
Type: object
Show Source
{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"x-oneOf":[
{
"type":"string",
"pattern":"^[0-9]{4}[-](0[1-9]|1[0-2])[-](0[1-9]|[12][0-9]|3[01])[tT ]([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)([.][0-9]{1,6})?([zZ]|[+-][0-9][0-9]:[0-5][0-9])$",
"minLength":"20",
"maxLength":"32"
},
{
"type":"null"
}
]
},
"csn":{
"x-oneOf":[
{
"x-oneOf":[
{
"description":"System Change Number(Normal Format) for Oracle Database.",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000",
"example":"6488359"
},
{
"description":"System Change Number(Alternate Format) for Oracle Database.",
"type":"string",
"pattern":"[0-9]+[.][0-9]+",
"minLength":"3",
"maxLength":"64",
"example":"6488359.3456712"
}
]
},
{
"type":"null"
}
]
},
"thread":{
"description":"Integrated capture thread number",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"sequence":{
"description":"Archive log sequence",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"offset":{
"description":"Archive log offset",
"type":"integer",
"minimum":"0",
"maximum":"2147483647"
},
"name":{
"description":"The name of the archive log",
"x-oneOf":[
{
"type":"string",
"minLength":"1",
"maxLength":"4096"
},
{
"type":"null"
}
]
}
},
"required":[
"timestamp",
"csn",
"thread",
"sequence",
"offset",
"name"
],
"additionalProperties":false
}
Nested Schema : boundedRecoveryPrevious
Type: object
Show Source
{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"x-oneOf":[
{
"type":"string",
"pattern":"^[0-9]{4}[-](0[1-9]|1[0-2])[-](0[1-9]|[12][0-9]|3[01])[tT ]([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)([.][0-9]{1,6})?([zZ]|[+-][0-9][0-9]:[0-5][0-9])$",
"minLength":"20",
"maxLength":"32"
},
{
"type":"null"
}
]
},
"csn":{
"x-oneOf":[
{
"x-oneOf":[
{
"description":"System Change Number(Normal Format) for Oracle Database.",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000",
"example":"6488359"
},
{
"description":"System Change Number(Alternate Format) for Oracle Database.",
"type":"string",
"pattern":"[0-9]+[.][0-9]+",
"minLength":"3",
"maxLength":"64",
"example":"6488359.3456712"
}
]
},
{
"type":"null"
}
]
},
"thread":{
"description":"Integrated capture thread number",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"sequence":{
"description":"Archive log sequence",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"offset":{
"description":"Archive log offset",
"type":"integer",
"minimum":"0",
"maximum":"2147483647"
},
"name":{
"description":"The name of the archive log",
"x-oneOf":[
{
"type":"string",
"minLength":"1",
"maxLength":"4096"
},
{
"type":"null"
}
]
}
},
"required":[
"timestamp",
"csn",
"thread",
"sequence",
"offset",
"name"
],
"additionalProperties":false
}
Nested Schema : current
Type: object
Show Source
{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"x-oneOf":[
{
"type":"string",
"pattern":"^[0-9]{4}[-](0[1-9]|1[0-2])[-](0[1-9]|[12][0-9]|3[01])[tT ]([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)([.][0-9]{1,6})?([zZ]|[+-][0-9][0-9]:[0-5][0-9])$",
"minLength":"20",
"maxLength":"32"
},
{
"type":"null"
}
]
},
"csn":{
"x-oneOf":[
{
"x-oneOf":[
{
"description":"System Change Number(Normal Format) for Oracle Database.",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000",
"example":"6488359"
},
{
"description":"System Change Number(Alternate Format) for Oracle Database.",
"type":"string",
"pattern":"[0-9]+[.][0-9]+",
"minLength":"3",
"maxLength":"64",
"example":"6488359.3456712"
}
]
},
{
"type":"null"
}
]
},
"thread":{
"description":"Integrated capture thread number",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"sequence":{
"description":"Archive log sequence",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"offset":{
"description":"Archive log offset",
"type":"integer",
"minimum":"0",
"maximum":"2147483647"
},
"name":{
"description":"The name of the archive log",
"x-oneOf":[
{
"type":"string",
"minLength":"1",
"maxLength":"4096"
},
{
"type":"null"
}
]
}
},
"required":[
"timestamp",
"csn",
"thread",
"sequence",
"offset",
"name"
],
"additionalProperties":false
}
Nested Schema : recovery
Type: object
Show Source
{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"x-oneOf":[
{
"type":"string",
"pattern":"^[0-9]{4}[-](0[1-9]|1[0-2])[-](0[1-9]|[12][0-9]|3[01])[tT ]([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)([.][0-9]{1,6})?([zZ]|[+-][0-9][0-9]:[0-5][0-9])$",
"minLength":"20",
"maxLength":"32"
},
{
"type":"null"
}
]
},
"csn":{
"x-oneOf":[
{
"x-oneOf":[
{
"description":"System Change Number(Normal Format) for Oracle Database.",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000",
"example":"6488359"
},
{
"description":"System Change Number(Alternate Format) for Oracle Database.",
"type":"string",
"pattern":"[0-9]+[.][0-9]+",
"minLength":"3",
"maxLength":"64",
"example":"6488359.3456712"
}
]
},
{
"type":"null"
}
]
},
"thread":{
"description":"Integrated capture thread number",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"sequence":{
"description":"Archive log sequence",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"offset":{
"description":"Archive log offset",
"type":"integer",
"minimum":"0",
"maximum":"2147483647"
},
"name":{
"description":"The name of the archive log",
"x-oneOf":[
{
"type":"string",
"minLength":"1",
"maxLength":"4096"
},
{
"type":"null"
}
]
}
},
"required":[
"timestamp",
"csn",
"thread",
"sequence",
"offset",
"name"
],
"additionalProperties":false
}
Nested Schema : starting
Type: object
Show Source
{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"x-oneOf":[
{
"type":"string",
"pattern":"^[0-9]{4}[-](0[1-9]|1[0-2])[-](0[1-9]|[12][0-9]|3[01])[tT ]([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)([.][0-9]{1,6})?([zZ]|[+-][0-9][0-9]:[0-5][0-9])$",
"minLength":"20",
"maxLength":"32"
},
{
"type":"null"
}
]
},
"csn":{
"x-oneOf":[
{
"x-oneOf":[
{
"description":"System Change Number(Normal Format) for Oracle Database.",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000",
"example":"6488359"
},
{
"description":"System Change Number(Alternate Format) for Oracle Database.",
"type":"string",
"pattern":"[0-9]+[.][0-9]+",
"minLength":"3",
"maxLength":"64",
"example":"6488359.3456712"
}
]
},
{
"type":"null"
}
]
},
"thread":{
"description":"Integrated capture thread number",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"sequence":{
"description":"Archive log sequence",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"offset":{
"description":"Archive log offset",
"type":"integer",
"minimum":"0",
"maximum":"2147483647"
},
"name":{
"description":"The name of the archive log",
"x-oneOf":[
{
"type":"string",
"minLength":"1",
"maxLength":"4096"
},
{
"type":"null"
}
]
}
},
"required":[
"timestamp",
"csn",
"thread",
"sequence",
"offset",
"name"
],
"additionalProperties":false
}
Nested Schema : items
Type: object
Show Source
{
"type":"object",
"properties":{
"current":{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"x-oneOf":[
{
"type":"string",
"pattern":"^[0-9]{4}[-](0[1-9]|1[0-2])[-](0[1-9]|[12][0-9]|3[01])[tT ]([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)([.][0-9]{1,6})?([zZ]|[+-][0-9][0-9]:[0-5][0-9])$",
"minLength":"20",
"maxLength":"32"
},
{
"type":"null"
}
]
},
"name":{
"description":"The name of the trail",
"type":"string",
"pattern":"^[A-Za-z][A-Za-z0-9]$",
"minLength":"2",
"maxLength":"2"
},
"path":{
"description":"The path where trail data is stored",
"type":"string",
"minLength":"1",
"maxLength":"4096"
},
"sequence":{
"description":"Trail file sequence number",
"type":"integer",
"minimum":"0",
"maximum":"999999999",
"default":"0"
},
"offset":{
"x-oneOf":[
{
"description":"Special value for BEGIN NOW",
"enum":[
"-2"
]
},
{
"description":"Offset in trail sequence file",
"type":"integer",
"minimum":"0",
"maximum":"2147483647"
}
]
},
"sequenceLength":{
"description":"Number of digits in sequence file name",
"enum":[
"6",
"9"
]
},
"sequenceLengthFlip":{
"description":"Indicates sequence number length will change",
"type":"boolean"
}
},
"required":[
"timestamp",
"name",
"sequence",
"offset",
"sequenceLength",
"sequenceLengthFlip"
],
"additionalProperties":false
}
},
"required":[
"current"
],
"additionalProperties":false
}
Nested Schema : current
Type: object
Show Source
{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"x-oneOf":[
{
"type":"string",
"pattern":"^[0-9]{4}[-](0[1-9]|1[0-2])[-](0[1-9]|[12][0-9]|3[01])[tT ]([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)([.][0-9]{1,6})?([zZ]|[+-][0-9][0-9]:[0-5][0-9])$",
"minLength":"20",
"maxLength":"32"
},
{
"type":"null"
}
]
},
"name":{
"description":"The name of the trail",
"type":"string",
"pattern":"^[A-Za-z][A-Za-z0-9]$",
"minLength":"2",
"maxLength":"2"
},
"path":{
"description":"The path where trail data is stored",
"type":"string",
"minLength":"1",
"maxLength":"4096"
},
"sequence":{
"description":"Trail file sequence number",
"type":"integer",
"minimum":"0",
"maximum":"999999999",
"default":"0"
},
"offset":{
"x-oneOf":[
{
"description":"Special value for BEGIN NOW",
"enum":[
"-2"
]
},
{
"description":"Offset in trail sequence file",
"type":"integer",
"minimum":"0",
"maximum":"2147483647"
}
]
},
"sequenceLength":{
"description":"Number of digits in sequence file name",
"enum":[
"6",
"9"
]
},
"sequenceLengthFlip":{
"description":"Indicates sequence number length will change",
"type":"boolean"
}
},
"required":[
"timestamp",
"name",
"sequence",
"offset",
"sequenceLength",
"sequenceLengthFlip"
],
"additionalProperties":false
}
Nested Schema : offset
Match One
Show Source
-
Allowed Values: [
"-2"
]
Special value for BEGIN NOW
-
integer
Minimum Value: 0
Maximum Value: 2147483647
Offset in trail sequence file
{
"x-oneOf":[
{
"description":"Special value for BEGIN NOW",
"enum":[
"-2"
]
},
{
"description":"Offset in trail sequence file",
"type":"integer",
"minimum":"0",
"maximum":"2147483647"
}
]
}
Nested Schema : timestamp
Time the checkpoint was recorded
Match One
Show Source
-
string
Minimum Length: 20
Maximum Length: 32
Pattern: ^[0-9]{4}[-](0[1-9]|1[0-2])[-](0[1-9]|[12][0-9]|3[01])[tT ]([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)([.][0-9]{1,6})?([zZ]|[+-][0-9][0-9]:[0-5][0-9])$
-
null
{
"description":"Time the checkpoint was recorded",
"x-oneOf":[
{
"type":"string",
"pattern":"^[0-9]{4}[-](0[1-9]|1[0-2])[-](0[1-9]|[12][0-9]|3[01])[tT ]([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)([.][0-9]{1,6})?([zZ]|[+-][0-9][0-9]:[0-5][0-9])$",
"minLength":"20",
"maxLength":"32"
},
{
"type":"null"
}
]
}