ルート・スキーマ: 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":"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-Z0-9_#$/-]*$",
"minLength":"2",
"maxLength":"512"
},
"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-Z0-9_#$/-]*$",
"minLength":"2",
"maxLength":"512"
},
"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"
}
]
},
"journalContext":{
"description":"DB2400 Journal checkpoint information.",
"type":"object",
"properties":{
"journal":{
"description":"The name of Journal",
"type":"string",
"pattern":"^([^.*?/]{1,10}[/][^.*?/]{1,10})$",
"minLength":"3",
"maxLength":"23"
},
"journalReceiver":{
"description":"The name of Journal Receiver",
"type":"string",
"pattern":"^([^.*?/]{1,10}[/][^.*?/]{1,10})$",
"minLength":"3",
"maxLength":"23"
},
"journalSequenceNumber":{
"description":"Journal sequence number",
"type":"integer",
"minimum":"1",
"maximum":"18446744073709552000",
"example":"78654321"
}
},
"additionalProperties":false
}
},
"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"
}
]
},
"journalContext":{
"description":"DB2400 Journal checkpoint information.",
"type":"object",
"properties":{
"journal":{
"description":"The name of Journal",
"type":"string",
"pattern":"^([^.*?/]{1,10}[/][^.*?/]{1,10})$",
"minLength":"3",
"maxLength":"23"
},
"journalReceiver":{
"description":"The name of Journal Receiver",
"type":"string",
"pattern":"^([^.*?/]{1,10}[/][^.*?/]{1,10})$",
"minLength":"3",
"maxLength":"23"
},
"journalSequenceNumber":{
"description":"Journal sequence number",
"type":"integer",
"minimum":"1",
"maximum":"18446744073709552000",
"example":"78654321"
}
},
"additionalProperties":false
}
},
"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"
}
]
},
"journalContext":{
"description":"DB2400 Journal checkpoint information.",
"type":"object",
"properties":{
"journal":{
"description":"The name of Journal",
"type":"string",
"pattern":"^([^.*?/]{1,10}[/][^.*?/]{1,10})$",
"minLength":"3",
"maxLength":"23"
},
"journalReceiver":{
"description":"The name of Journal Receiver",
"type":"string",
"pattern":"^([^.*?/]{1,10}[/][^.*?/]{1,10})$",
"minLength":"3",
"maxLength":"23"
},
"journalSequenceNumber":{
"description":"Journal sequence number",
"type":"integer",
"minimum":"1",
"maximum":"18446744073709552000",
"example":"78654321"
}
},
"additionalProperties":false
}
},
"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"
}
]
},
"journalContext":{
"description":"DB2400 Journal checkpoint information.",
"type":"object",
"properties":{
"journal":{
"description":"The name of Journal",
"type":"string",
"pattern":"^([^.*?/]{1,10}[/][^.*?/]{1,10})$",
"minLength":"3",
"maxLength":"23"
},
"journalReceiver":{
"description":"The name of Journal Receiver",
"type":"string",
"pattern":"^([^.*?/]{1,10}[/][^.*?/]{1,10})$",
"minLength":"3",
"maxLength":"23"
},
"journalSequenceNumber":{
"description":"Journal sequence number",
"type":"integer",
"minimum":"1",
"maximum":"18446744073709552000",
"example":"78654321"
}
},
"additionalProperties":false
}
},
"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"
}
]
},
"journalContext":{
"description":"DB2400 Journal checkpoint information.",
"type":"object",
"properties":{
"journal":{
"description":"The name of Journal",
"type":"string",
"pattern":"^([^.*?/]{1,10}[/][^.*?/]{1,10})$",
"minLength":"3",
"maxLength":"23"
},
"journalReceiver":{
"description":"The name of Journal Receiver",
"type":"string",
"pattern":"^([^.*?/]{1,10}[/][^.*?/]{1,10})$",
"minLength":"3",
"maxLength":"23"
},
"journalSequenceNumber":{
"description":"Journal sequence number",
"type":"integer",
"minimum":"1",
"maximum":"18446744073709552000",
"example":"78654321"
}
},
"additionalProperties":false
}
},
"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"
}
]
},
"journalContext":{
"description":"DB2400 Journal checkpoint information.",
"type":"object",
"properties":{
"journal":{
"description":"The name of Journal",
"type":"string",
"pattern":"^([^.*?/]{1,10}[/][^.*?/]{1,10})$",
"minLength":"3",
"maxLength":"23"
},
"journalReceiver":{
"description":"The name of Journal Receiver",
"type":"string",
"pattern":"^([^.*?/]{1,10}[/][^.*?/]{1,10})$",
"minLength":"3",
"maxLength":"23"
},
"journalSequenceNumber":{
"description":"Journal sequence number",
"type":"integer",
"minimum":"1",
"maximum":"18446744073709552000",
"example":"78654321"
}
},
"additionalProperties":false
}
},
"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-Z0-9_#$/-]*$",
"minLength":"2",
"maxLength":"512"
},
"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
}
ネストされたスキーマ: current
型: object
分散パスの1つのチェックポイント
ソースの表示
{
"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-Z0-9_#$/-]*$",
"minLength":"2",
"maxLength":"512"
},
"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-Z0-9_#$/-]*$",
"minLength":"2",
"maxLength":"512"
},
"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"
}
]
},
"journalContext":{
"description":"DB2400 Journal checkpoint information.",
"type":"object",
"properties":{
"journal":{
"description":"The name of Journal",
"type":"string",
"pattern":"^([^.*?/]{1,10}[/][^.*?/]{1,10})$",
"minLength":"3",
"maxLength":"23"
},
"journalReceiver":{
"description":"The name of Journal Receiver",
"type":"string",
"pattern":"^([^.*?/]{1,10}[/][^.*?/]{1,10})$",
"minLength":"3",
"maxLength":"23"
},
"journalSequenceNumber":{
"description":"Journal sequence number",
"type":"integer",
"minimum":"1",
"maximum":"18446744073709552000",
"example":"78654321"
}
},
"additionalProperties":false
}
},
"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"
}
]
},
"journalContext":{
"description":"DB2400 Journal checkpoint information.",
"type":"object",
"properties":{
"journal":{
"description":"The name of Journal",
"type":"string",
"pattern":"^([^.*?/]{1,10}[/][^.*?/]{1,10})$",
"minLength":"3",
"maxLength":"23"
},
"journalReceiver":{
"description":"The name of Journal Receiver",
"type":"string",
"pattern":"^([^.*?/]{1,10}[/][^.*?/]{1,10})$",
"minLength":"3",
"maxLength":"23"
},
"journalSequenceNumber":{
"description":"Journal sequence number",
"type":"integer",
"minimum":"1",
"maximum":"18446744073709552000",
"example":"78654321"
}
},
"additionalProperties":false
}
},
"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"
}
]
},
"journalContext":{
"description":"DB2400 Journal checkpoint information.",
"type":"object",
"properties":{
"journal":{
"description":"The name of Journal",
"type":"string",
"pattern":"^([^.*?/]{1,10}[/][^.*?/]{1,10})$",
"minLength":"3",
"maxLength":"23"
},
"journalReceiver":{
"description":"The name of Journal Receiver",
"type":"string",
"pattern":"^([^.*?/]{1,10}[/][^.*?/]{1,10})$",
"minLength":"3",
"maxLength":"23"
},
"journalSequenceNumber":{
"description":"Journal sequence number",
"type":"integer",
"minimum":"1",
"maximum":"18446744073709552000",
"example":"78654321"
}
},
"additionalProperties":false
}
},
"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"
}
]
},
"journalContext":{
"description":"DB2400 Journal checkpoint information.",
"type":"object",
"properties":{
"journal":{
"description":"The name of Journal",
"type":"string",
"pattern":"^([^.*?/]{1,10}[/][^.*?/]{1,10})$",
"minLength":"3",
"maxLength":"23"
},
"journalReceiver":{
"description":"The name of Journal Receiver",
"type":"string",
"pattern":"^([^.*?/]{1,10}[/][^.*?/]{1,10})$",
"minLength":"3",
"maxLength":"23"
},
"journalSequenceNumber":{
"description":"Journal sequence number",
"type":"integer",
"minimum":"1",
"maximum":"18446744073709552000",
"example":"78654321"
}
},
"additionalProperties":false
}
},
"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"
}
]
},
"journalContext":{
"description":"DB2400 Journal checkpoint information.",
"type":"object",
"properties":{
"journal":{
"description":"The name of Journal",
"type":"string",
"pattern":"^([^.*?/]{1,10}[/][^.*?/]{1,10})$",
"minLength":"3",
"maxLength":"23"
},
"journalReceiver":{
"description":"The name of Journal Receiver",
"type":"string",
"pattern":"^([^.*?/]{1,10}[/][^.*?/]{1,10})$",
"minLength":"3",
"maxLength":"23"
},
"journalSequenceNumber":{
"description":"Journal sequence number",
"type":"integer",
"minimum":"1",
"maximum":"18446744073709552000",
"example":"78654321"
}
},
"additionalProperties":false
}
},
"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"
}
]
},
"journalContext":{
"description":"DB2400 Journal checkpoint information.",
"type":"object",
"properties":{
"journal":{
"description":"The name of Journal",
"type":"string",
"pattern":"^([^.*?/]{1,10}[/][^.*?/]{1,10})$",
"minLength":"3",
"maxLength":"23"
},
"journalReceiver":{
"description":"The name of Journal Receiver",
"type":"string",
"pattern":"^([^.*?/]{1,10}[/][^.*?/]{1,10})$",
"minLength":"3",
"maxLength":"23"
},
"journalSequenceNumber":{
"description":"Journal sequence number",
"type":"integer",
"minimum":"1",
"maximum":"18446744073709552000",
"example":"78654321"
}
},
"additionalProperties":false
}
},
"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-Z0-9_#$/-]*$",
"minLength":"2",
"maxLength":"512"
},
"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
}
ネストされたスキーマ: input
型: array
最小アイテム数: 0
最大アイテム数: 128
入力ごとのオプションのチェックポイントの詳細
ソースの表示
{
"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-Z0-9_#$/-]*$",
"minLength":"2",
"maxLength":"512"
},
"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-Z0-9_#$/-]*$",
"minLength":"2",
"maxLength":"512"
},
"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"
}
]
},
"journalContext":{
"description":"DB2400 Journal checkpoint information.",
"type":"object",
"properties":{
"journal":{
"description":"The name of Journal",
"type":"string",
"pattern":"^([^.*?/]{1,10}[/][^.*?/]{1,10})$",
"minLength":"3",
"maxLength":"23"
},
"journalReceiver":{
"description":"The name of Journal Receiver",
"type":"string",
"pattern":"^([^.*?/]{1,10}[/][^.*?/]{1,10})$",
"minLength":"3",
"maxLength":"23"
},
"journalSequenceNumber":{
"description":"Journal sequence number",
"type":"integer",
"minimum":"1",
"maximum":"18446744073709552000",
"example":"78654321"
}
},
"additionalProperties":false
}
},
"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"
}
]
},
"journalContext":{
"description":"DB2400 Journal checkpoint information.",
"type":"object",
"properties":{
"journal":{
"description":"The name of Journal",
"type":"string",
"pattern":"^([^.*?/]{1,10}[/][^.*?/]{1,10})$",
"minLength":"3",
"maxLength":"23"
},
"journalReceiver":{
"description":"The name of Journal Receiver",
"type":"string",
"pattern":"^([^.*?/]{1,10}[/][^.*?/]{1,10})$",
"minLength":"3",
"maxLength":"23"
},
"journalSequenceNumber":{
"description":"Journal sequence number",
"type":"integer",
"minimum":"1",
"maximum":"18446744073709552000",
"example":"78654321"
}
},
"additionalProperties":false
}
},
"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"
}
]
},
"journalContext":{
"description":"DB2400 Journal checkpoint information.",
"type":"object",
"properties":{
"journal":{
"description":"The name of Journal",
"type":"string",
"pattern":"^([^.*?/]{1,10}[/][^.*?/]{1,10})$",
"minLength":"3",
"maxLength":"23"
},
"journalReceiver":{
"description":"The name of Journal Receiver",
"type":"string",
"pattern":"^([^.*?/]{1,10}[/][^.*?/]{1,10})$",
"minLength":"3",
"maxLength":"23"
},
"journalSequenceNumber":{
"description":"Journal sequence number",
"type":"integer",
"minimum":"1",
"maximum":"18446744073709552000",
"example":"78654321"
}
},
"additionalProperties":false
}
},
"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"
}
]
},
"journalContext":{
"description":"DB2400 Journal checkpoint information.",
"type":"object",
"properties":{
"journal":{
"description":"The name of Journal",
"type":"string",
"pattern":"^([^.*?/]{1,10}[/][^.*?/]{1,10})$",
"minLength":"3",
"maxLength":"23"
},
"journalReceiver":{
"description":"The name of Journal Receiver",
"type":"string",
"pattern":"^([^.*?/]{1,10}[/][^.*?/]{1,10})$",
"minLength":"3",
"maxLength":"23"
},
"journalSequenceNumber":{
"description":"Journal sequence number",
"type":"integer",
"minimum":"1",
"maximum":"18446744073709552000",
"example":"78654321"
}
},
"additionalProperties":false
}
},
"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"
}
]
},
"journalContext":{
"description":"DB2400 Journal checkpoint information.",
"type":"object",
"properties":{
"journal":{
"description":"The name of Journal",
"type":"string",
"pattern":"^([^.*?/]{1,10}[/][^.*?/]{1,10})$",
"minLength":"3",
"maxLength":"23"
},
"journalReceiver":{
"description":"The name of Journal Receiver",
"type":"string",
"pattern":"^([^.*?/]{1,10}[/][^.*?/]{1,10})$",
"minLength":"3",
"maxLength":"23"
},
"journalSequenceNumber":{
"description":"Journal sequence number",
"type":"integer",
"minimum":"1",
"maximum":"18446744073709552000",
"example":"78654321"
}
},
"additionalProperties":false
}
},
"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"
}
]
},
"journalContext":{
"description":"DB2400 Journal checkpoint information.",
"type":"object",
"properties":{
"journal":{
"description":"The name of Journal",
"type":"string",
"pattern":"^([^.*?/]{1,10}[/][^.*?/]{1,10})$",
"minLength":"3",
"maxLength":"23"
},
"journalReceiver":{
"description":"The name of Journal Receiver",
"type":"string",
"pattern":"^([^.*?/]{1,10}[/][^.*?/]{1,10})$",
"minLength":"3",
"maxLength":"23"
},
"journalSequenceNumber":{
"description":"Journal sequence number",
"type":"integer",
"minimum":"1",
"maximum":"18446744073709552000",
"example":"78654321"
}
},
"additionalProperties":false
}
},
"required":[
"timestamp",
"csn",
"thread",
"sequence",
"offset",
"name"
],
"additionalProperties":false
}
},
"required":[
"starting",
"current",
"recovery"
],
"additionalProperties":false
}
]
},
"minItems":"0",
"maxItems":"128"
}
ネストされたスキーマ: output
型: array
最小アイテム数: 0
最大アイテム数: 128
トレイル出力ごとのオプションのチェックポイントの詳細
ソースの表示
{
"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-Z0-9_#$/-]*$",
"minLength":"2",
"maxLength":"512"
},
"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"
}
ネストされたスキーマ: 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-Z0-9_#$/-]*$",
"minLength":"2",
"maxLength":"512"
},
"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-Z0-9_#$/-]*$",
"minLength":"2",
"maxLength":"512"
},
"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"
}
]
},
"journalContext":{
"description":"DB2400 Journal checkpoint information.",
"type":"object",
"properties":{
"journal":{
"description":"The name of Journal",
"type":"string",
"pattern":"^([^.*?/]{1,10}[/][^.*?/]{1,10})$",
"minLength":"3",
"maxLength":"23"
},
"journalReceiver":{
"description":"The name of Journal Receiver",
"type":"string",
"pattern":"^([^.*?/]{1,10}[/][^.*?/]{1,10})$",
"minLength":"3",
"maxLength":"23"
},
"journalSequenceNumber":{
"description":"Journal sequence number",
"type":"integer",
"minimum":"1",
"maximum":"18446744073709552000",
"example":"78654321"
}
},
"additionalProperties":false
}
},
"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"
}
]
},
"journalContext":{
"description":"DB2400 Journal checkpoint information.",
"type":"object",
"properties":{
"journal":{
"description":"The name of Journal",
"type":"string",
"pattern":"^([^.*?/]{1,10}[/][^.*?/]{1,10})$",
"minLength":"3",
"maxLength":"23"
},
"journalReceiver":{
"description":"The name of Journal Receiver",
"type":"string",
"pattern":"^([^.*?/]{1,10}[/][^.*?/]{1,10})$",
"minLength":"3",
"maxLength":"23"
},
"journalSequenceNumber":{
"description":"Journal sequence number",
"type":"integer",
"minimum":"1",
"maximum":"18446744073709552000",
"example":"78654321"
}
},
"additionalProperties":false
}
},
"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"
}
]
},
"journalContext":{
"description":"DB2400 Journal checkpoint information.",
"type":"object",
"properties":{
"journal":{
"description":"The name of Journal",
"type":"string",
"pattern":"^([^.*?/]{1,10}[/][^.*?/]{1,10})$",
"minLength":"3",
"maxLength":"23"
},
"journalReceiver":{
"description":"The name of Journal Receiver",
"type":"string",
"pattern":"^([^.*?/]{1,10}[/][^.*?/]{1,10})$",
"minLength":"3",
"maxLength":"23"
},
"journalSequenceNumber":{
"description":"Journal sequence number",
"type":"integer",
"minimum":"1",
"maximum":"18446744073709552000",
"example":"78654321"
}
},
"additionalProperties":false
}
},
"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"
}
]
},
"journalContext":{
"description":"DB2400 Journal checkpoint information.",
"type":"object",
"properties":{
"journal":{
"description":"The name of Journal",
"type":"string",
"pattern":"^([^.*?/]{1,10}[/][^.*?/]{1,10})$",
"minLength":"3",
"maxLength":"23"
},
"journalReceiver":{
"description":"The name of Journal Receiver",
"type":"string",
"pattern":"^([^.*?/]{1,10}[/][^.*?/]{1,10})$",
"minLength":"3",
"maxLength":"23"
},
"journalSequenceNumber":{
"description":"Journal sequence number",
"type":"integer",
"minimum":"1",
"maximum":"18446744073709552000",
"example":"78654321"
}
},
"additionalProperties":false
}
},
"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"
}
]
},
"journalContext":{
"description":"DB2400 Journal checkpoint information.",
"type":"object",
"properties":{
"journal":{
"description":"The name of Journal",
"type":"string",
"pattern":"^([^.*?/]{1,10}[/][^.*?/]{1,10})$",
"minLength":"3",
"maxLength":"23"
},
"journalReceiver":{
"description":"The name of Journal Receiver",
"type":"string",
"pattern":"^([^.*?/]{1,10}[/][^.*?/]{1,10})$",
"minLength":"3",
"maxLength":"23"
},
"journalSequenceNumber":{
"description":"Journal sequence number",
"type":"integer",
"minimum":"1",
"maximum":"18446744073709552000",
"example":"78654321"
}
},
"additionalProperties":false
}
},
"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"
}
]
},
"journalContext":{
"description":"DB2400 Journal checkpoint information.",
"type":"object",
"properties":{
"journal":{
"description":"The name of Journal",
"type":"string",
"pattern":"^([^.*?/]{1,10}[/][^.*?/]{1,10})$",
"minLength":"3",
"maxLength":"23"
},
"journalReceiver":{
"description":"The name of Journal Receiver",
"type":"string",
"pattern":"^([^.*?/]{1,10}[/][^.*?/]{1,10})$",
"minLength":"3",
"maxLength":"23"
},
"journalSequenceNumber":{
"description":"Journal sequence number",
"type":"integer",
"minimum":"1",
"maximum":"18446744073709552000",
"example":"78654321"
}
},
"additionalProperties":false
}
},
"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-Z0-9_#$/-]*$",
"minLength":"2",
"maxLength":"512"
},
"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-Z0-9_#$/-]*$",
"minLength":"2",
"maxLength":"512"
},
"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":"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
}
ネストされたスキーマ: 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":"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
}
ネストされたスキーマ: 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":"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"
}
]
},
"journalContext":{
"description":"DB2400 Journal checkpoint information.",
"type":"object",
"properties":{
"journal":{
"description":"The name of Journal",
"type":"string",
"pattern":"^([^.*?/]{1,10}[/][^.*?/]{1,10})$",
"minLength":"3",
"maxLength":"23"
},
"journalReceiver":{
"description":"The name of Journal Receiver",
"type":"string",
"pattern":"^([^.*?/]{1,10}[/][^.*?/]{1,10})$",
"minLength":"3",
"maxLength":"23"
},
"journalSequenceNumber":{
"description":"Journal sequence number",
"type":"integer",
"minimum":"1",
"maximum":"18446744073709552000",
"example":"78654321"
}
},
"additionalProperties":false
}
},
"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"
}
]
},
"journalContext":{
"description":"DB2400 Journal checkpoint information.",
"type":"object",
"properties":{
"journal":{
"description":"The name of Journal",
"type":"string",
"pattern":"^([^.*?/]{1,10}[/][^.*?/]{1,10})$",
"minLength":"3",
"maxLength":"23"
},
"journalReceiver":{
"description":"The name of Journal Receiver",
"type":"string",
"pattern":"^([^.*?/]{1,10}[/][^.*?/]{1,10})$",
"minLength":"3",
"maxLength":"23"
},
"journalSequenceNumber":{
"description":"Journal sequence number",
"type":"integer",
"minimum":"1",
"maximum":"18446744073709552000",
"example":"78654321"
}
},
"additionalProperties":false
}
},
"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"
}
]
},
"journalContext":{
"description":"DB2400 Journal checkpoint information.",
"type":"object",
"properties":{
"journal":{
"description":"The name of Journal",
"type":"string",
"pattern":"^([^.*?/]{1,10}[/][^.*?/]{1,10})$",
"minLength":"3",
"maxLength":"23"
},
"journalReceiver":{
"description":"The name of Journal Receiver",
"type":"string",
"pattern":"^([^.*?/]{1,10}[/][^.*?/]{1,10})$",
"minLength":"3",
"maxLength":"23"
},
"journalSequenceNumber":{
"description":"Journal sequence number",
"type":"integer",
"minimum":"1",
"maximum":"18446744073709552000",
"example":"78654321"
}
},
"additionalProperties":false
}
},
"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"
}
]
},
"journalContext":{
"description":"DB2400 Journal checkpoint information.",
"type":"object",
"properties":{
"journal":{
"description":"The name of Journal",
"type":"string",
"pattern":"^([^.*?/]{1,10}[/][^.*?/]{1,10})$",
"minLength":"3",
"maxLength":"23"
},
"journalReceiver":{
"description":"The name of Journal Receiver",
"type":"string",
"pattern":"^([^.*?/]{1,10}[/][^.*?/]{1,10})$",
"minLength":"3",
"maxLength":"23"
},
"journalSequenceNumber":{
"description":"Journal sequence number",
"type":"integer",
"minimum":"1",
"maximum":"18446744073709552000",
"example":"78654321"
}
},
"additionalProperties":false
}
},
"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"
}
]
},
"journalContext":{
"description":"DB2400 Journal checkpoint information.",
"type":"object",
"properties":{
"journal":{
"description":"The name of Journal",
"type":"string",
"pattern":"^([^.*?/]{1,10}[/][^.*?/]{1,10})$",
"minLength":"3",
"maxLength":"23"
},
"journalReceiver":{
"description":"The name of Journal Receiver",
"type":"string",
"pattern":"^([^.*?/]{1,10}[/][^.*?/]{1,10})$",
"minLength":"3",
"maxLength":"23"
},
"journalSequenceNumber":{
"description":"Journal sequence number",
"type":"integer",
"minimum":"1",
"maximum":"18446744073709552000",
"example":"78654321"
}
},
"additionalProperties":false
}
},
"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"
}
]
},
"journalContext":{
"description":"DB2400 Journal checkpoint information.",
"type":"object",
"properties":{
"journal":{
"description":"The name of Journal",
"type":"string",
"pattern":"^([^.*?/]{1,10}[/][^.*?/]{1,10})$",
"minLength":"3",
"maxLength":"23"
},
"journalReceiver":{
"description":"The name of Journal Receiver",
"type":"string",
"pattern":"^([^.*?/]{1,10}[/][^.*?/]{1,10})$",
"minLength":"3",
"maxLength":"23"
},
"journalSequenceNumber":{
"description":"Journal sequence number",
"type":"integer",
"minimum":"1",
"maximum":"18446744073709552000",
"example":"78654321"
}
},
"additionalProperties":false
}
},
"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":"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"
}
]
},
"journalContext":{
"description":"DB2400 Journal checkpoint information.",
"type":"object",
"properties":{
"journal":{
"description":"The name of Journal",
"type":"string",
"pattern":"^([^.*?/]{1,10}[/][^.*?/]{1,10})$",
"minLength":"3",
"maxLength":"23"
},
"journalReceiver":{
"description":"The name of Journal Receiver",
"type":"string",
"pattern":"^([^.*?/]{1,10}[/][^.*?/]{1,10})$",
"minLength":"3",
"maxLength":"23"
},
"journalSequenceNumber":{
"description":"Journal sequence number",
"type":"integer",
"minimum":"1",
"maximum":"18446744073709552000",
"example":"78654321"
}
},
"additionalProperties":false
}
},
"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":"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"
}
]
},
"journalContext":{
"description":"DB2400 Journal checkpoint information.",
"type":"object",
"properties":{
"journal":{
"description":"The name of Journal",
"type":"string",
"pattern":"^([^.*?/]{1,10}[/][^.*?/]{1,10})$",
"minLength":"3",
"maxLength":"23"
},
"journalReceiver":{
"description":"The name of Journal Receiver",
"type":"string",
"pattern":"^([^.*?/]{1,10}[/][^.*?/]{1,10})$",
"minLength":"3",
"maxLength":"23"
},
"journalSequenceNumber":{
"description":"Journal sequence number",
"type":"integer",
"minimum":"1",
"maximum":"18446744073709552000",
"example":"78654321"
}
},
"additionalProperties":false
}
},
"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":"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"
}
]
},
"journalContext":{
"description":"DB2400 Journal checkpoint information.",
"type":"object",
"properties":{
"journal":{
"description":"The name of Journal",
"type":"string",
"pattern":"^([^.*?/]{1,10}[/][^.*?/]{1,10})$",
"minLength":"3",
"maxLength":"23"
},
"journalReceiver":{
"description":"The name of Journal Receiver",
"type":"string",
"pattern":"^([^.*?/]{1,10}[/][^.*?/]{1,10})$",
"minLength":"3",
"maxLength":"23"
},
"journalSequenceNumber":{
"description":"Journal sequence number",
"type":"integer",
"minimum":"1",
"maximum":"18446744073709552000",
"example":"78654321"
}
},
"additionalProperties":false
}
},
"required":[
"timestamp",
"csn",
"thread",
"sequence",
"offset",
"name"
],
"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"
}
]
},
"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"
}
]
},
"journalContext":{
"description":"DB2400 Journal checkpoint information.",
"type":"object",
"properties":{
"journal":{
"description":"The name of Journal",
"type":"string",
"pattern":"^([^.*?/]{1,10}[/][^.*?/]{1,10})$",
"minLength":"3",
"maxLength":"23"
},
"journalReceiver":{
"description":"The name of Journal Receiver",
"type":"string",
"pattern":"^([^.*?/]{1,10}[/][^.*?/]{1,10})$",
"minLength":"3",
"maxLength":"23"
},
"journalSequenceNumber":{
"description":"Journal sequence number",
"type":"integer",
"minimum":"1",
"maximum":"18446744073709552000",
"example":"78654321"
}
},
"additionalProperties":false
}
},
"required":[
"timestamp",
"csn",
"thread",
"sequence",
"offset",
"name"
],
"additionalProperties":false
}
ネストされたスキーマ: recovery
型: 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":"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"
}
]
},
"journalContext":{
"description":"DB2400 Journal checkpoint information.",
"type":"object",
"properties":{
"journal":{
"description":"The name of Journal",
"type":"string",
"pattern":"^([^.*?/]{1,10}[/][^.*?/]{1,10})$",
"minLength":"3",
"maxLength":"23"
},
"journalReceiver":{
"description":"The name of Journal Receiver",
"type":"string",
"pattern":"^([^.*?/]{1,10}[/][^.*?/]{1,10})$",
"minLength":"3",
"maxLength":"23"
},
"journalSequenceNumber":{
"description":"Journal sequence number",
"type":"integer",
"minimum":"1",
"maximum":"18446744073709552000",
"example":"78654321"
}
},
"additionalProperties":false
}
},
"required":[
"timestamp",
"csn",
"thread",
"sequence",
"offset",
"name"
],
"additionalProperties":false
}
ネストされたスキーマ: starting
型: 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":"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"
}
]
},
"journalContext":{
"description":"DB2400 Journal checkpoint information.",
"type":"object",
"properties":{
"journal":{
"description":"The name of Journal",
"type":"string",
"pattern":"^([^.*?/]{1,10}[/][^.*?/]{1,10})$",
"minLength":"3",
"maxLength":"23"
},
"journalReceiver":{
"description":"The name of Journal Receiver",
"type":"string",
"pattern":"^([^.*?/]{1,10}[/][^.*?/]{1,10})$",
"minLength":"3",
"maxLength":"23"
},
"journalSequenceNumber":{
"description":"Journal sequence number",
"type":"integer",
"minimum":"1",
"maximum":"18446744073709552000",
"example":"78654321"
}
},
"additionalProperties":false
}
},
"required":[
"timestamp",
"csn",
"thread",
"sequence",
"offset",
"name"
],
"additionalProperties":false
}
ネストされたスキーマ: journalContext
型: object
DB2400ジャーナル・チェックポイント情報。
ソースの表示
{
"description":"DB2400 Journal checkpoint information.",
"type":"object",
"properties":{
"journal":{
"description":"The name of Journal",
"type":"string",
"pattern":"^([^.*?/]{1,10}[/][^.*?/]{1,10})$",
"minLength":"3",
"maxLength":"23"
},
"journalReceiver":{
"description":"The name of Journal Receiver",
"type":"string",
"pattern":"^([^.*?/]{1,10}[/][^.*?/]{1,10})$",
"minLength":"3",
"maxLength":"23"
},
"journalSequenceNumber":{
"description":"Journal sequence number",
"type":"integer",
"minimum":"1",
"maximum":"18446744073709552000",
"example":"78654321"
}
},
"additionalProperties":false
}
ネストされたスキーマ: journalContext
型: object
DB2400ジャーナル・チェックポイント情報。
ソースの表示
{
"description":"DB2400 Journal checkpoint information.",
"type":"object",
"properties":{
"journal":{
"description":"The name of Journal",
"type":"string",
"pattern":"^([^.*?/]{1,10}[/][^.*?/]{1,10})$",
"minLength":"3",
"maxLength":"23"
},
"journalReceiver":{
"description":"The name of Journal Receiver",
"type":"string",
"pattern":"^([^.*?/]{1,10}[/][^.*?/]{1,10})$",
"minLength":"3",
"maxLength":"23"
},
"journalSequenceNumber":{
"description":"Journal sequence number",
"type":"integer",
"minimum":"1",
"maximum":"18446744073709552000",
"example":"78654321"
}
},
"additionalProperties":false
}
ネストされたスキーマ: journalContext
型: object
DB2400ジャーナル・チェックポイント情報。
ソースの表示
{
"description":"DB2400 Journal checkpoint information.",
"type":"object",
"properties":{
"journal":{
"description":"The name of Journal",
"type":"string",
"pattern":"^([^.*?/]{1,10}[/][^.*?/]{1,10})$",
"minLength":"3",
"maxLength":"23"
},
"journalReceiver":{
"description":"The name of Journal Receiver",
"type":"string",
"pattern":"^([^.*?/]{1,10}[/][^.*?/]{1,10})$",
"minLength":"3",
"maxLength":"23"
},
"journalSequenceNumber":{
"description":"Journal sequence number",
"type":"integer",
"minimum":"1",
"maximum":"18446744073709552000",
"example":"78654321"
}
},
"additionalProperties":false
}
ネストされたスキーマ: journalContext
型: object
DB2400ジャーナル・チェックポイント情報。
ソースの表示
{
"description":"DB2400 Journal checkpoint information.",
"type":"object",
"properties":{
"journal":{
"description":"The name of Journal",
"type":"string",
"pattern":"^([^.*?/]{1,10}[/][^.*?/]{1,10})$",
"minLength":"3",
"maxLength":"23"
},
"journalReceiver":{
"description":"The name of Journal Receiver",
"type":"string",
"pattern":"^([^.*?/]{1,10}[/][^.*?/]{1,10})$",
"minLength":"3",
"maxLength":"23"
},
"journalSequenceNumber":{
"description":"Journal sequence number",
"type":"integer",
"minimum":"1",
"maximum":"18446744073709552000",
"example":"78654321"
}
},
"additionalProperties":false
}
ネストされたスキーマ: journalContext
型: object
DB2400ジャーナル・チェックポイント情報。
ソースの表示
{
"description":"DB2400 Journal checkpoint information.",
"type":"object",
"properties":{
"journal":{
"description":"The name of Journal",
"type":"string",
"pattern":"^([^.*?/]{1,10}[/][^.*?/]{1,10})$",
"minLength":"3",
"maxLength":"23"
},
"journalReceiver":{
"description":"The name of Journal Receiver",
"type":"string",
"pattern":"^([^.*?/]{1,10}[/][^.*?/]{1,10})$",
"minLength":"3",
"maxLength":"23"
},
"journalSequenceNumber":{
"description":"Journal sequence number",
"type":"integer",
"minimum":"1",
"maximum":"18446744073709552000",
"example":"78654321"
}
},
"additionalProperties":false
}
ネストされたスキーマ: journalContext
型: object
DB2400ジャーナル・チェックポイント情報。
ソースの表示
{
"description":"DB2400 Journal checkpoint information.",
"type":"object",
"properties":{
"journal":{
"description":"The name of Journal",
"type":"string",
"pattern":"^([^.*?/]{1,10}[/][^.*?/]{1,10})$",
"minLength":"3",
"maxLength":"23"
},
"journalReceiver":{
"description":"The name of Journal Receiver",
"type":"string",
"pattern":"^([^.*?/]{1,10}[/][^.*?/]{1,10})$",
"minLength":"3",
"maxLength":"23"
},
"journalSequenceNumber":{
"description":"Journal sequence number",
"type":"integer",
"minimum":"1",
"maximum":"18446744073709552000",
"example":"78654321"
}
},
"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-Z0-9_#$/-]*$",
"minLength":"2",
"maxLength":"512"
},
"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-Z0-9_#$/-]*$",
"minLength":"2",
"maxLength":"512"
},
"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"
}
]
}