ルート・スキーマ: Collection of all checkpoints for a distribution path
型: object
タイトル: Collection of all checkpoints for a distribution path
ソースの表示
{
"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":"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":9.223372036854776E18
}
},
"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":9.223372036854776E18
}
},
"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":9.223372036854776E18
}
},
"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":9.223372036854776E18
}
},
"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":"Normal format",
"type":"integer",
"minimum":0,
"maximum":9.223372036854776E18
},
{
"description":"Alternate format",
"type":"string",
"pattern":"[0-9]+[.][0-9]+",
"minLength":3,
"maxLength":64
}
]
},
{
"type":"null"
}
]
},
"thread":{
"description":"Integrated capture thread number",
"type":"integer",
"minimum":0,
"maximum":4.294967295E9
},
"sequence":{
"description":"Archive log sequence",
"type":"integer",
"minimum":0,
"maximum":4.294967295E9
},
"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":"Normal format",
"type":"integer",
"minimum":0,
"maximum":9.223372036854776E18
},
{
"description":"Alternate format",
"type":"string",
"pattern":"[0-9]+[.][0-9]+",
"minLength":3,
"maxLength":64
}
]
},
{
"type":"null"
}
]
},
"thread":{
"description":"Integrated capture thread number",
"type":"integer",
"minimum":0,
"maximum":4.294967295E9
},
"sequence":{
"description":"Archive log sequence",
"type":"integer",
"minimum":0,
"maximum":4.294967295E9
},
"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":"Normal format",
"type":"integer",
"minimum":0,
"maximum":9.223372036854776E18
},
{
"description":"Alternate format",
"type":"string",
"pattern":"[0-9]+[.][0-9]+",
"minLength":3,
"maxLength":64
}
]
},
{
"type":"null"
}
]
},
"thread":{
"description":"Integrated capture thread number",
"type":"integer",
"minimum":0,
"maximum":4.294967295E9
},
"sequence":{
"description":"Archive log sequence",
"type":"integer",
"minimum":0,
"maximum":4.294967295E9
},
"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":"Normal format",
"type":"integer",
"minimum":0,
"maximum":9.223372036854776E18
},
{
"description":"Alternate format",
"type":"string",
"pattern":"[0-9]+[.][0-9]+",
"minLength":3,
"maxLength":64
}
]
},
{
"type":"null"
}
]
},
"thread":{
"description":"Integrated capture thread number",
"type":"integer",
"minimum":0,
"maximum":4.294967295E9
},
"sequence":{
"description":"Archive log sequence",
"type":"integer",
"minimum":0,
"maximum":4.294967295E9
},
"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":"Normal format",
"type":"integer",
"minimum":0,
"maximum":9.223372036854776E18
},
{
"description":"Alternate format",
"type":"string",
"pattern":"[0-9]+[.][0-9]+",
"minLength":3,
"maxLength":64
}
]
},
{
"type":"null"
}
]
},
"thread":{
"description":"Integrated capture thread number",
"type":"integer",
"minimum":0,
"maximum":4.294967295E9
},
"sequence":{
"description":"Archive log sequence",
"type":"integer",
"minimum":0,
"maximum":4.294967295E9
},
"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":"Normal format",
"type":"integer",
"minimum":0,
"maximum":9.223372036854776E18
},
{
"description":"Alternate format",
"type":"string",
"pattern":"[0-9]+[.][0-9]+",
"minLength":3,
"maxLength":64
}
]
},
{
"type":"null"
}
]
},
"thread":{
"description":"Integrated capture thread number",
"type":"integer",
"minimum":0,
"maximum":4.294967295E9
},
"sequence":{
"description":"Archive log sequence",
"type":"integer",
"minimum":0,
"maximum":4.294967295E9
},
"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":1,
"maxItems":128
},
"output":{
"description":"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":1,
"maxItems":128
}
},
"additionalProperties":false
}
},
"additionalProperties":false
}
ネストされたスキーマ: current
型: object
分散パスの1つのチェックポイント
ソースの表示
{
"description":"Single checkpoint for a distribution path",
"type":"object",
"properties":{
"input":{
"description":"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":9.223372036854776E18
}
},
"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":9.223372036854776E18
}
},
"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":9.223372036854776E18
}
},
"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":9.223372036854776E18
}
},
"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":"Normal format",
"type":"integer",
"minimum":0,
"maximum":9.223372036854776E18
},
{
"description":"Alternate format",
"type":"string",
"pattern":"[0-9]+[.][0-9]+",
"minLength":3,
"maxLength":64
}
]
},
{
"type":"null"
}
]
},
"thread":{
"description":"Integrated capture thread number",
"type":"integer",
"minimum":0,
"maximum":4.294967295E9
},
"sequence":{
"description":"Archive log sequence",
"type":"integer",
"minimum":0,
"maximum":4.294967295E9
},
"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":"Normal format",
"type":"integer",
"minimum":0,
"maximum":9.223372036854776E18
},
{
"description":"Alternate format",
"type":"string",
"pattern":"[0-9]+[.][0-9]+",
"minLength":3,
"maxLength":64
}
]
},
{
"type":"null"
}
]
},
"thread":{
"description":"Integrated capture thread number",
"type":"integer",
"minimum":0,
"maximum":4.294967295E9
},
"sequence":{
"description":"Archive log sequence",
"type":"integer",
"minimum":0,
"maximum":4.294967295E9
},
"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":"Normal format",
"type":"integer",
"minimum":0,
"maximum":9.223372036854776E18
},
{
"description":"Alternate format",
"type":"string",
"pattern":"[0-9]+[.][0-9]+",
"minLength":3,
"maxLength":64
}
]
},
{
"type":"null"
}
]
},
"thread":{
"description":"Integrated capture thread number",
"type":"integer",
"minimum":0,
"maximum":4.294967295E9
},
"sequence":{
"description":"Archive log sequence",
"type":"integer",
"minimum":0,
"maximum":4.294967295E9
},
"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":"Normal format",
"type":"integer",
"minimum":0,
"maximum":9.223372036854776E18
},
{
"description":"Alternate format",
"type":"string",
"pattern":"[0-9]+[.][0-9]+",
"minLength":3,
"maxLength":64
}
]
},
{
"type":"null"
}
]
},
"thread":{
"description":"Integrated capture thread number",
"type":"integer",
"minimum":0,
"maximum":4.294967295E9
},
"sequence":{
"description":"Archive log sequence",
"type":"integer",
"minimum":0,
"maximum":4.294967295E9
},
"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":"Normal format",
"type":"integer",
"minimum":0,
"maximum":9.223372036854776E18
},
{
"description":"Alternate format",
"type":"string",
"pattern":"[0-9]+[.][0-9]+",
"minLength":3,
"maxLength":64
}
]
},
{
"type":"null"
}
]
},
"thread":{
"description":"Integrated capture thread number",
"type":"integer",
"minimum":0,
"maximum":4.294967295E9
},
"sequence":{
"description":"Archive log sequence",
"type":"integer",
"minimum":0,
"maximum":4.294967295E9
},
"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":"Normal format",
"type":"integer",
"minimum":0,
"maximum":9.223372036854776E18
},
{
"description":"Alternate format",
"type":"string",
"pattern":"[0-9]+[.][0-9]+",
"minLength":3,
"maxLength":64
}
]
},
{
"type":"null"
}
]
},
"thread":{
"description":"Integrated capture thread number",
"type":"integer",
"minimum":0,
"maximum":4.294967295E9
},
"sequence":{
"description":"Archive log sequence",
"type":"integer",
"minimum":0,
"maximum":4.294967295E9
},
"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":1,
"maxItems":128
},
"output":{
"description":"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":1,
"maxItems":128
}
},
"additionalProperties":false
}
ネストされたスキーマ: input
型: array
最小アイテム数: 1
最大アイテム数: 128
入力ごとのチェックポイントの詳細
ソースの表示
{
"description":"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":9.223372036854776E18
}
},
"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":9.223372036854776E18
}
},
"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":9.223372036854776E18
}
},
"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":9.223372036854776E18
}
},
"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":"Normal format",
"type":"integer",
"minimum":0,
"maximum":9.223372036854776E18
},
{
"description":"Alternate format",
"type":"string",
"pattern":"[0-9]+[.][0-9]+",
"minLength":3,
"maxLength":64
}
]
},
{
"type":"null"
}
]
},
"thread":{
"description":"Integrated capture thread number",
"type":"integer",
"minimum":0,
"maximum":4.294967295E9
},
"sequence":{
"description":"Archive log sequence",
"type":"integer",
"minimum":0,
"maximum":4.294967295E9
},
"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":"Normal format",
"type":"integer",
"minimum":0,
"maximum":9.223372036854776E18
},
{
"description":"Alternate format",
"type":"string",
"pattern":"[0-9]+[.][0-9]+",
"minLength":3,
"maxLength":64
}
]
},
{
"type":"null"
}
]
},
"thread":{
"description":"Integrated capture thread number",
"type":"integer",
"minimum":0,
"maximum":4.294967295E9
},
"sequence":{
"description":"Archive log sequence",
"type":"integer",
"minimum":0,
"maximum":4.294967295E9
},
"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":"Normal format",
"type":"integer",
"minimum":0,
"maximum":9.223372036854776E18
},
{
"description":"Alternate format",
"type":"string",
"pattern":"[0-9]+[.][0-9]+",
"minLength":3,
"maxLength":64
}
]
},
{
"type":"null"
}
]
},
"thread":{
"description":"Integrated capture thread number",
"type":"integer",
"minimum":0,
"maximum":4.294967295E9
},
"sequence":{
"description":"Archive log sequence",
"type":"integer",
"minimum":0,
"maximum":4.294967295E9
},
"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":"Normal format",
"type":"integer",
"minimum":0,
"maximum":9.223372036854776E18
},
{
"description":"Alternate format",
"type":"string",
"pattern":"[0-9]+[.][0-9]+",
"minLength":3,
"maxLength":64
}
]
},
{
"type":"null"
}
]
},
"thread":{
"description":"Integrated capture thread number",
"type":"integer",
"minimum":0,
"maximum":4.294967295E9
},
"sequence":{
"description":"Archive log sequence",
"type":"integer",
"minimum":0,
"maximum":4.294967295E9
},
"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":"Normal format",
"type":"integer",
"minimum":0,
"maximum":9.223372036854776E18
},
{
"description":"Alternate format",
"type":"string",
"pattern":"[0-9]+[.][0-9]+",
"minLength":3,
"maxLength":64
}
]
},
{
"type":"null"
}
]
},
"thread":{
"description":"Integrated capture thread number",
"type":"integer",
"minimum":0,
"maximum":4.294967295E9
},
"sequence":{
"description":"Archive log sequence",
"type":"integer",
"minimum":0,
"maximum":4.294967295E9
},
"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":"Normal format",
"type":"integer",
"minimum":0,
"maximum":9.223372036854776E18
},
{
"description":"Alternate format",
"type":"string",
"pattern":"[0-9]+[.][0-9]+",
"minLength":3,
"maxLength":64
}
]
},
{
"type":"null"
}
]
},
"thread":{
"description":"Integrated capture thread number",
"type":"integer",
"minimum":0,
"maximum":4.294967295E9
},
"sequence":{
"description":"Archive log sequence",
"type":"integer",
"minimum":0,
"maximum":4.294967295E9
},
"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":1,
"maxItems":128
}
ネストされたスキーマ: output
型: array
最小アイテム数: 1
最大アイテム数: 128
トレイル出力ごとのチェックポイントの詳細
ソースの表示
{
"description":"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":1,
"maxItems":128
}
ネストされたスキーマ: items
1つの入力のチェックポイントの詳細
1つに一致
ソースの表示
{
"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":9.223372036854776E18
}
},
"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":9.223372036854776E18
}
},
"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":9.223372036854776E18
}
},
"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":9.223372036854776E18
}
},
"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":"Normal format",
"type":"integer",
"minimum":0,
"maximum":9.223372036854776E18
},
{
"description":"Alternate format",
"type":"string",
"pattern":"[0-9]+[.][0-9]+",
"minLength":3,
"maxLength":64
}
]
},
{
"type":"null"
}
]
},
"thread":{
"description":"Integrated capture thread number",
"type":"integer",
"minimum":0,
"maximum":4.294967295E9
},
"sequence":{
"description":"Archive log sequence",
"type":"integer",
"minimum":0,
"maximum":4.294967295E9
},
"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":"Normal format",
"type":"integer",
"minimum":0,
"maximum":9.223372036854776E18
},
{
"description":"Alternate format",
"type":"string",
"pattern":"[0-9]+[.][0-9]+",
"minLength":3,
"maxLength":64
}
]
},
{
"type":"null"
}
]
},
"thread":{
"description":"Integrated capture thread number",
"type":"integer",
"minimum":0,
"maximum":4.294967295E9
},
"sequence":{
"description":"Archive log sequence",
"type":"integer",
"minimum":0,
"maximum":4.294967295E9
},
"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":"Normal format",
"type":"integer",
"minimum":0,
"maximum":9.223372036854776E18
},
{
"description":"Alternate format",
"type":"string",
"pattern":"[0-9]+[.][0-9]+",
"minLength":3,
"maxLength":64
}
]
},
{
"type":"null"
}
]
},
"thread":{
"description":"Integrated capture thread number",
"type":"integer",
"minimum":0,
"maximum":4.294967295E9
},
"sequence":{
"description":"Archive log sequence",
"type":"integer",
"minimum":0,
"maximum":4.294967295E9
},
"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":"Normal format",
"type":"integer",
"minimum":0,
"maximum":9.223372036854776E18
},
{
"description":"Alternate format",
"type":"string",
"pattern":"[0-9]+[.][0-9]+",
"minLength":3,
"maxLength":64
}
]
},
{
"type":"null"
}
]
},
"thread":{
"description":"Integrated capture thread number",
"type":"integer",
"minimum":0,
"maximum":4.294967295E9
},
"sequence":{
"description":"Archive log sequence",
"type":"integer",
"minimum":0,
"maximum":4.294967295E9
},
"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":"Normal format",
"type":"integer",
"minimum":0,
"maximum":9.223372036854776E18
},
{
"description":"Alternate format",
"type":"string",
"pattern":"[0-9]+[.][0-9]+",
"minLength":3,
"maxLength":64
}
]
},
{
"type":"null"
}
]
},
"thread":{
"description":"Integrated capture thread number",
"type":"integer",
"minimum":0,
"maximum":4.294967295E9
},
"sequence":{
"description":"Archive log sequence",
"type":"integer",
"minimum":0,
"maximum":4.294967295E9
},
"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":"Normal format",
"type":"integer",
"minimum":0,
"maximum":9.223372036854776E18
},
{
"description":"Alternate format",
"type":"string",
"pattern":"[0-9]+[.][0-9]+",
"minLength":3,
"maxLength":64
}
]
},
{
"type":"null"
}
]
},
"thread":{
"description":"Integrated capture thread number",
"type":"integer",
"minimum":0,
"maximum":4.294967295E9
},
"sequence":{
"description":"Archive log sequence",
"type":"integer",
"minimum":0,
"maximum":4.294967295E9
},
"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
}
]
}
ネストされたスキーマ: items-x-oneOf[0]
型: object
ソースの表示
{
"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
}
ネストされたスキーマ: items-x-oneOf[1]
型: object
ソースの表示
{
"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":9.223372036854776E18
}
},
"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":9.223372036854776E18
}
},
"required":[
"timestamp",
"name",
"offset"
],
"additionalProperties":false
}
},
"required":[
"starting",
"current"
],
"additionalProperties":false
}
ネストされたスキーマ: items-x-oneOf[2]
型: object
ソースの表示
{
"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":9.223372036854776E18
}
},
"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":9.223372036854776E18
}
},
"required":[
"timestamp",
"name",
"sequence"
],
"additionalProperties":false
}
},
"required":[
"starting",
"current"
],
"additionalProperties":false
}
ネストされたスキーマ: items-x-oneOf[3]
型: object
ソースの表示
{
"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":"Normal format",
"type":"integer",
"minimum":0,
"maximum":9.223372036854776E18
},
{
"description":"Alternate format",
"type":"string",
"pattern":"[0-9]+[.][0-9]+",
"minLength":3,
"maxLength":64
}
]
},
{
"type":"null"
}
]
},
"thread":{
"description":"Integrated capture thread number",
"type":"integer",
"minimum":0,
"maximum":4.294967295E9
},
"sequence":{
"description":"Archive log sequence",
"type":"integer",
"minimum":0,
"maximum":4.294967295E9
},
"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":"Normal format",
"type":"integer",
"minimum":0,
"maximum":9.223372036854776E18
},
{
"description":"Alternate format",
"type":"string",
"pattern":"[0-9]+[.][0-9]+",
"minLength":3,
"maxLength":64
}
]
},
{
"type":"null"
}
]
},
"thread":{
"description":"Integrated capture thread number",
"type":"integer",
"minimum":0,
"maximum":4.294967295E9
},
"sequence":{
"description":"Archive log sequence",
"type":"integer",
"minimum":0,
"maximum":4.294967295E9
},
"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":"Normal format",
"type":"integer",
"minimum":0,
"maximum":9.223372036854776E18
},
{
"description":"Alternate format",
"type":"string",
"pattern":"[0-9]+[.][0-9]+",
"minLength":3,
"maxLength":64
}
]
},
{
"type":"null"
}
]
},
"thread":{
"description":"Integrated capture thread number",
"type":"integer",
"minimum":0,
"maximum":4.294967295E9
},
"sequence":{
"description":"Archive log sequence",
"type":"integer",
"minimum":0,
"maximum":4.294967295E9
},
"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":"Normal format",
"type":"integer",
"minimum":0,
"maximum":9.223372036854776E18
},
{
"description":"Alternate format",
"type":"string",
"pattern":"[0-9]+[.][0-9]+",
"minLength":3,
"maxLength":64
}
]
},
{
"type":"null"
}
]
},
"thread":{
"description":"Integrated capture thread number",
"type":"integer",
"minimum":0,
"maximum":4.294967295E9
},
"sequence":{
"description":"Archive log sequence",
"type":"integer",
"minimum":0,
"maximum":4.294967295E9
},
"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":"Normal format",
"type":"integer",
"minimum":0,
"maximum":9.223372036854776E18
},
{
"description":"Alternate format",
"type":"string",
"pattern":"[0-9]+[.][0-9]+",
"minLength":3,
"maxLength":64
}
]
},
{
"type":"null"
}
]
},
"thread":{
"description":"Integrated capture thread number",
"type":"integer",
"minimum":0,
"maximum":4.294967295E9
},
"sequence":{
"description":"Archive log sequence",
"type":"integer",
"minimum":0,
"maximum":4.294967295E9
},
"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":"Normal format",
"type":"integer",
"minimum":0,
"maximum":9.223372036854776E18
},
{
"description":"Alternate format",
"type":"string",
"pattern":"[0-9]+[.][0-9]+",
"minLength":3,
"maxLength":64
}
]
},
{
"type":"null"
}
]
},
"thread":{
"description":"Integrated capture thread number",
"type":"integer",
"minimum":0,
"maximum":4.294967295E9
},
"sequence":{
"description":"Archive log sequence",
"type":"integer",
"minimum":0,
"maximum":4.294967295E9
},
"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
}
ネストされたスキーマ: boundedRecoveryBegin
型: object
ソースの表示
{
"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":"Normal format",
"type":"integer",
"minimum":0,
"maximum":9.223372036854776E18
},
{
"description":"Alternate format",
"type":"string",
"pattern":"[0-9]+[.][0-9]+",
"minLength":3,
"maxLength":64
}
]
},
{
"type":"null"
}
]
},
"thread":{
"description":"Integrated capture thread number",
"type":"integer",
"minimum":0,
"maximum":4.294967295E9
},
"sequence":{
"description":"Archive log sequence",
"type":"integer",
"minimum":0,
"maximum":4.294967295E9
},
"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
型: object
ソースの表示
{
"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":"Normal format",
"type":"integer",
"minimum":0,
"maximum":9.223372036854776E18
},
{
"description":"Alternate format",
"type":"string",
"pattern":"[0-9]+[.][0-9]+",
"minLength":3,
"maxLength":64
}
]
},
{
"type":"null"
}
]
},
"thread":{
"description":"Integrated capture thread number",
"type":"integer",
"minimum":0,
"maximum":4.294967295E9
},
"sequence":{
"description":"Archive log sequence",
"type":"integer",
"minimum":0,
"maximum":4.294967295E9
},
"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
型: object
ソースの表示
{
"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":"Normal format",
"type":"integer",
"minimum":0,
"maximum":9.223372036854776E18
},
{
"description":"Alternate format",
"type":"string",
"pattern":"[0-9]+[.][0-9]+",
"minLength":3,
"maxLength":64
}
]
},
{
"type":"null"
}
]
},
"thread":{
"description":"Integrated capture thread number",
"type":"integer",
"minimum":0,
"maximum":4.294967295E9
},
"sequence":{
"description":"Archive log sequence",
"type":"integer",
"minimum":0,
"maximum":4.294967295E9
},
"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
}
ネストされたスキーマ: items
型: object
ソースの表示
{
"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
}
ネストされたスキーマ: current
型: object
ソースの表示
{
"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
}
ネストされたスキーマ: offset
1つに一致
ソースの表示
-
指定できる値: [ -2 ]
BEGIN NOWの特殊な値
- integer
最小値: 0
最大値: 2147483647
トレイル順序ファイルのオフセット
{
"x-oneOf":[
{
"description":"Special value for BEGIN NOW",
"enum":[
-2
]
},
{
"description":"Offset in trail sequence file",
"type":"integer",
"minimum":0,
"maximum":2147483647
}
]
}
ネストされたスキーマ: timestamp
チェックポイントが記録された時間
1つに一致
ソースの表示
- string
最小長: 20
最大長: 32
パターン: ^[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"
}
]
}