{
    "swagger":"2.0",
    "info":{
        "title":"Oracle GoldenGate 19c Microservices Architecture REST API",
        "version":"2023.12.12",
        "description":"Oracle GoldenGate 19c Microservices Architecture REST API",
        "x-summary":"Oracle GoldenGate 19c Microservices Architecture REST API"
    },
    "tags":[
        {
            "name":"Administrative Server/Commands",
            "description":"The operations from the Administrative Server/Commands category."
        },
        {
            "name":"Administrative Server/Configuration Settings",
            "description":"The operations from the Administrative Server/Configuration Settings category."
        },
        {
            "name":"Administrative Server/Credentials",
            "description":"The operations from the Administrative Server/Credentials category."
        },
        {
            "name":"Administrative Server/Database",
            "description":"The operations from the Administrative Server/Database category."
        },
        {
            "name":"Administrative Server/Encryption Keys",
            "description":"The operations from the Administrative Server/Encryption Keys category."
        },
        {
            "name":"Administrative Server/Extracts",
            "description":"The operations from the Administrative Server/Extracts category."
        },
        {
            "name":"Administrative Server/Logs",
            "description":"The operations from the Administrative Server/Logs category."
        },
        {
            "name":"Administrative Server/Master Keys",
            "description":"The operations from the Administrative Server/Master Keys category."
        },
        {
            "name":"Administrative Server/Messages",
            "description":"The operations from the Administrative Server/Messages category."
        },
        {
            "name":"Administrative Server/Parameters",
            "description":"The operations from the Administrative Server/Parameters category."
        },
        {
            "name":"Administrative Server/Replicats",
            "description":"The operations from the Administrative Server/Replicats category."
        },
        {
            "name":"Administrative Server/Tasks",
            "description":"The operations from the Administrative Server/Tasks category."
        },
        {
            "name":"Common/Configuration",
            "description":""
        },
        {
            "name":"Common/Content Requests",
            "description":""
        },
        {
            "name":"Common/Logs",
            "description":""
        },
        {
            "name":"Common/Message Codes",
            "description":""
        },
        {
            "name":"Common/REST API Catalog",
            "description":""
        },
        {
            "name":"Common/Requests",
            "description":""
        },
        {
            "name":"Common/User Information",
            "description":""
        },
        {
            "name":"Common/User Management",
            "description":"User management features are available for Service Manager and Administrative Server"
        },
        {
            "name":"Distribution Service",
            "description":"Oracle GoldenGate Distribution Service"
        },
        {
            "name":"Performance Metrics Server/Commands",
            "description":"The operations from the Performance Metrics Server/Commands category."
        },
        {
            "name":"Performance Metrics Server/ER Metrics",
            "description":"The operations from the Performance Metrics Server/ER Metrics category."
        },
        {
            "name":"Performance Metrics Server/Extract Metrics",
            "description":"The operations from the Performance Metrics Server/Extract Metrics category."
        },
        {
            "name":"Performance Metrics Server/Last Message Number",
            "description":"The operations from the Performance Metrics Server/Last Message Number category."
        },
        {
            "name":"Performance Metrics Server/Last Status Change Id Number",
            "description":"The operations from the Performance Metrics Server/Last Status Change Id Number category."
        },
        {
            "name":"Performance Metrics Server/Messages",
            "description":"The operations from the Performance Metrics Server/Messages category."
        },
        {
            "name":"Performance Metrics Server/Process Metrics",
            "description":"The operations from the Performance Metrics Server/Process Metrics category."
        },
        {
            "name":"Performance Metrics Server/Replicat Metrics",
            "description":"The operations from the Performance Metrics Server/Replicat Metrics category."
        },
        {
            "name":"Performance Metrics Server/Service Metrics",
            "description":"The operations from the Performance Metrics Server/Service Metrics category."
        },
        {
            "name":"Performance Metrics Server/Status Changes",
            "description":"The operations from the Performance Metrics Server/Status Changes category."
        },
        {
            "name":"Receiver Service",
            "description":"Oracle GoldenGate Receiver Service"
        },
        {
            "name":"Service Manager/Deployments",
            "description":""
        },
        {
            "name":"Service Manager/Installation",
            "description":"The operations from the Service Manager/Installation category."
        },
        {
            "name":"Service Manager/Services",
            "description":""
        }
    ],
    "paths":{
        "/services/{version}/logs/events":{
            "get":{
                "description":"<p>This endpoint provides a log of all critical events that occur in replication processes.</p>",
                "summary":"Critical Events",
                "operationId":"get /services/{version}/logs/events",
                "responses":{
                    "200":{
                        "description":"<p>The log details were retrieved successfully.</p>",
                        "schema":{
                            "$ref":"#/definitions/ogg:log"
                        },
                        "examples":{
                            "application/json":{
                                "$schema":"api:standardResponse",
                                "links":[
                                    {
                                        "href":"http://localhost:11001/services/v2/logs/events",
                                        "mediaType":"text/plain",
                                        "rel":"alternate"
                                    },
                                    {
                                        "href":"http://localhost:11001/services/v2/logs/events",
                                        "mediaType":"application/json",
                                        "rel":"canonical"
                                    },
                                    {
                                        "href":"http://localhost:11001/services/v2/logs/events",
                                        "mediaType":"application/json",
                                        "rel":"self"
                                    },
                                    {
                                        "href":"http://localhost:11001/services/v2/metadata-catalog/log",
                                        "mediaType":"application/schema+json",
                                        "rel":"describedby"
                                    }
                                ],
                                "messages":[
                                ],
                                "response":{
                                    "$schema":"ogg:log",
                                    "enabled":true
                                }
                            }
                        }
                    }
                },
                "tags":[
                    "Administrative Server/Logs"
                ],
                "produces":[
                    "application/json",
                    "text/plain"
                ],
                "parameters":[
                    {
                        "name":"version",
                        "in":"path",
                        "description":"<p>Oracle GoldenGate Service API version.</p>",
                        "required":true,
                        "type":"string",
                        "enum":[
                            "v2"
                        ]
                    }
                ],
                "x-internal-id":"services-{version}-logs-events-get",
                "x-filename-id":"services-version-logs-events-get"
            }
        },
        "/services/{version}/connections/{connection}/tables/heartbeat":{
            "get":{
                "description":"<p>Retrieve details of the heartbeat table for a database connection.</p>",
                "summary":"Retrieve Heartbeat Table",
                "operationId":"get /services/{version}/connections/{connection}/tables/heartbeat",
                "responses":{
                    "200":{
                        "description":"<p>Heartbeat table details retrieved.</p>",
                        "schema":{
                            "$ref":"#/definitions/ogg:tablesHeartbeat"
                        },
                        "examples":{
                            "application/json":{
                                "$schema":"api:standardResponse",
                                "links":[
                                    {
                                        "href":"http://localhost:11001/services/v2/connections/OracleGoldenGate.oggadmin/tables/heartbeat",
                                        "mediaType":"application/json",
                                        "rel":"canonical"
                                    },
                                    {
                                        "href":"http://localhost:11001/services/v2/connections/OracleGoldenGate.oggadmin/tables/heartbeat",
                                        "mediaType":"application/json",
                                        "rel":"self"
                                    },
                                    {
                                        "href":"http://localhost:11001/services/v2/metadata-catalog/heartbeat",
                                        "mediaType":"application/schema+json",
                                        "rel":"describedby"
                                    }
                                ],
                                "messages":[
                                    {
                                        "$schema":"ogg:message",
                                        "code":"OGG-08100",
                                        "issued":"2019-03-15T14:40:45Z",
                                        "severity":"INFO",
                                        "title":"HEARTBEAT table oggadmin.gg_heartbeat exists.",
                                        "type":"http://docs.oracle.com/goldengate/c1910/gg-winux/GMESG/oggus.htm#OGG-08100"
                                    },
                                    {
                                        "$schema":"ogg:message",
                                        "code":"OGG-08100",
                                        "issued":"2019-03-15T14:40:45Z",
                                        "severity":"INFO",
                                        "title":"HEARTBEAT table oggadmin.gg_heartbeat_seed exists.",
                                        "type":"http://docs.oracle.com/goldengate/c1910/gg-winux/GMESG/oggus.htm#OGG-08100"
                                    },
                                    {
                                        "$schema":"ogg:message",
                                        "code":"OGG-08100",
                                        "issued":"2019-03-15T14:40:45Z",
                                        "severity":"INFO",
                                        "title":"HEARTBEAT table oggadmin.gg_heartbeat_history exists.",
                                        "type":"http://docs.oracle.com/goldengate/c1910/gg-winux/GMESG/oggus.htm#OGG-08100"
                                    },
                                    {
                                        "$schema":"ogg:message",
                                        "code":"OGG-08100",
                                        "issued":"2019-03-15T14:40:45Z",
                                        "severity":"INFO",
                                        "title":"HEARTBEAT table oggadmin.gg_heartbeat supplemental logging ENABLED.",
                                        "type":"http://docs.oracle.com/goldengate/c1910/gg-winux/GMESG/oggus.htm#OGG-08100"
                                    },
                                    {
                                        "$schema":"ogg:message",
                                        "code":"OGG-08100",
                                        "issued":"2019-03-15T14:40:45Z",
                                        "severity":"INFO",
                                        "title":"HEARTBEAT table oggadmin.gg_heartbeat_seed supplemental logging ENABLED.",
                                        "type":"http://docs.oracle.com/goldengate/c1910/gg-winux/GMESG/oggus.htm#OGG-08100"
                                    },
                                    {
                                        "$schema":"ogg:message",
                                        "code":"OGG-08100",
                                        "issued":"2019-03-15T14:40:45Z",
                                        "severity":"INFO",
                                        "title":"HEARTBEAT table oggadmin.gg_heartbeat_history partitioning DISABLED.",
                                        "type":"http://docs.oracle.com/goldengate/c1910/gg-winux/GMESG/oggus.htm#OGG-08100"
                                    },
                                    {
                                        "$schema":"ogg:message",
                                        "code":"OGG-08100",
                                        "issued":"2019-03-15T14:40:45Z",
                                        "severity":"INFO",
                                        "title":"Frequency interval: 60 seconds.",
                                        "type":"http://docs.oracle.com/goldengate/c1910/gg-winux/GMESG/oggus.htm#OGG-08100"
                                    },
                                    {
                                        "$schema":"ogg:message",
                                        "code":"OGG-08100",
                                        "issued":"2019-03-15T14:40:45Z",
                                        "severity":"INFO",
                                        "title":"Purge frequency interval: 2 days.",
                                        "type":"http://docs.oracle.com/goldengate/c1910/gg-winux/GMESG/oggus.htm#OGG-08100"
                                    },
                                    {
                                        "$schema":"ogg:message",
                                        "code":"OGG-08100",
                                        "issued":"2019-03-15T14:40:45Z",
                                        "severity":"INFO",
                                        "title":"Retention time: 30 days.",
                                        "type":"http://docs.oracle.com/goldengate/c1910/gg-winux/GMESG/oggus.htm#OGG-08100"
                                    }
                                ],
                                "response":{
                                    "$schema":"ogg:tablesHeartbeat",
                                    "addTrandata":true,
                                    "frequency":60,
                                    "partitioned":false,
                                    "purgeFrequency":2,
                                    "retentionTime":30,
                                    "targetOnly":false,
                                    "trackingExtractRestart":true
                                }
                            }
                        }
                    }
                },
                "tags":[
                    "Administrative Server/Database"
                ],
                "produces":[
                    "application/json"
                ],
                "parameters":[
                    {
                        "name":"connection",
                        "in":"path",
                        "description":"<p>Connection name. For each alias in the credential store, a connection with the name 'domain.alias' exists.</p>",
                        "required":true,
                        "type":"string",
                        "pattern":"^[a-zA-Z][a-zA-Z0-9_#$]{1,29}([.][a-zA-Z][a-zA-Z0-9_#$]{1,29})?$",
                        "minLength":1,
                        "maxLength":61
                    },
                    {
                        "name":"version",
                        "in":"path",
                        "description":"<p>Oracle GoldenGate Service API version.</p>",
                        "required":true,
                        "type":"string",
                        "enum":[
                            "v2"
                        ]
                    }
                ],
                "x-internal-id":"services-{version}-connections-{connection}-tables-heartbeat-get",
                "x-filename-id":"services-version-connections-connection-tables-heartbeat-get"
            },
            "post":{
                "description":"<p>Create the heartbeat table for a database connection.</p>",
                "summary":"Create Heartbeat Table",
                "operationId":"post /services/{version}/connections/{connection}/tables/heartbeat",
                "responses":{
                    "201":{
                        "description":"<p>Heartbeat table resources created successfully.</p>",
                        "schema":{
                            "$ref":"#/definitions/api:standardResponse"
                        },
                        "examples":{
                            "application/json":{
                                "$schema":"api:standardResponse",
                                "links":[
                                    {
                                        "href":"http://localhost:11001/services/v2/connections/OracleGoldenGate.oggadmin/tables/heartbeat",
                                        "mediaType":"application/json",
                                        "rel":"canonical"
                                    },
                                    {
                                        "href":"http://localhost:11001/services/v2/connections/OracleGoldenGate.oggadmin/tables/heartbeat",
                                        "mediaType":"application/json",
                                        "rel":"self"
                                    }
                                ],
                                "messages":[
                                    {
                                        "$schema":"ogg:message",
                                        "code":"OGG-14001",
                                        "issued":"2019-03-15T14:40:44Z",
                                        "severity":"INFO",
                                        "title":"Successfully created heartbeat seed table \"\"oggadmin\".\"GG_HEARTBEAT_SEED\"\".",
                                        "type":"http://docs.oracle.com/goldengate/c1910/gg-winux/GMESG/oggus.htm#OGG-14001"
                                    },
                                    {
                                        "$schema":"ogg:message",
                                        "code":"OGG-14089",
                                        "issued":"2019-03-15T14:40:44Z",
                                        "severity":"INFO",
                                        "title":"Successfully tracking extract restart position with heartbeat table \"\"oggadmin\".\"GG_HEARTBEAT_SEED\"\".",
                                        "type":"http://docs.oracle.com/goldengate/c1910/gg-winux/GMESG/oggus.htm#OGG-14089"
                                    },
                                    {
                                        "$schema":"ogg:message",
                                        "code":"OGG-14032",
                                        "issued":"2019-03-15T14:40:44Z",
                                        "severity":"INFO",
                                        "title":"Successfully added supplemental logging for heartbeat seed table \"\"oggadmin\".\"GG_HEARTBEAT_SEED\"\".",
                                        "type":"http://docs.oracle.com/goldengate/c1910/gg-winux/GMESG/oggus.htm#OGG-14032"
                                    },
                                    {
                                        "$schema":"ogg:message",
                                        "code":"OGG-14000",
                                        "issued":"2019-03-15T14:40:44Z",
                                        "severity":"INFO",
                                        "title":"Successfully created heartbeat table \"\"oggadmin\".\"GG_HEARTBEAT\"\".",
                                        "type":"http://docs.oracle.com/goldengate/c1910/gg-winux/GMESG/oggus.htm#OGG-14000"
                                    },
                                    {
                                        "$schema":"ogg:message",
                                        "code":"OGG-14089",
                                        "issued":"2019-03-15T14:40:44Z",
                                        "severity":"INFO",
                                        "title":"Successfully tracking extract restart position with heartbeat table \"\"oggadmin\".\"GG_HEARTBEAT\"\".",
                                        "type":"http://docs.oracle.com/goldengate/c1910/gg-winux/GMESG/oggus.htm#OGG-14089"
                                    },
                                    {
                                        "$schema":"ogg:message",
                                        "code":"OGG-14033",
                                        "issued":"2019-03-15T14:40:44Z",
                                        "severity":"INFO",
                                        "title":"Successfully added supplemental logging for heartbeat table \"\"oggadmin\".\"GG_HEARTBEAT\"\".",
                                        "type":"http://docs.oracle.com/goldengate/c1910/gg-winux/GMESG/oggus.htm#OGG-14033"
                                    },
                                    {
                                        "$schema":"ogg:message",
                                        "code":"OGG-14016",
                                        "issued":"2019-03-15T14:40:44Z",
                                        "severity":"INFO",
                                        "title":"Successfully created heartbeat history table \"\"oggadmin\".\"GG_HEARTBEAT_HISTORY\"\".",
                                        "type":"http://docs.oracle.com/goldengate/c1910/gg-winux/GMESG/oggus.htm#OGG-14016"
                                    },
                                    {
                                        "$schema":"ogg:message",
                                        "code":"OGG-14089",
                                        "issued":"2019-03-15T14:40:44Z",
                                        "severity":"INFO",
                                        "title":"Successfully tracking extract restart position with heartbeat table \"\"oggadmin\".\"GG_HEARTBEAT_HISTORY\"\".",
                                        "type":"http://docs.oracle.com/goldengate/c1910/gg-winux/GMESG/oggus.htm#OGG-14089"
                                    },
                                    {
                                        "$schema":"ogg:message",
                                        "code":"OGG-14086",
                                        "issued":"2019-03-15T14:40:44Z",
                                        "severity":"INFO",
                                        "title":"Successfully disabled partitioning for heartbeat history table \"\"oggadmin\".\"GG_HEARTBEAT_HISTORY\"\".",
                                        "type":"http://docs.oracle.com/goldengate/c1910/gg-winux/GMESG/oggus.htm#OGG-14086"
                                    },
                                    {
                                        "$schema":"ogg:message",
                                        "code":"OGG-14023",
                                        "issued":"2019-03-15T14:40:44Z",
                                        "severity":"INFO",
                                        "title":"Successfully created heartbeat lag view \"\"oggadmin\".\"GG_LAG\"\".",
                                        "type":"http://docs.oracle.com/goldengate/c1910/gg-winux/GMESG/oggus.htm#OGG-14023"
                                    },
                                    {
                                        "$schema":"ogg:message",
                                        "code":"OGG-14024",
                                        "issued":"2019-03-15T14:40:44Z",
                                        "severity":"INFO",
                                        "title":"Successfully created heartbeat lag history view \"\"oggadmin\".\"GG_LAG_HISTORY\"\".",
                                        "type":"http://docs.oracle.com/goldengate/c1910/gg-winux/GMESG/oggus.htm#OGG-14024"
                                    },
                                    {
                                        "$schema":"ogg:message",
                                        "code":"OGG-14003",
                                        "issued":"2019-03-15T14:40:44Z",
                                        "severity":"INFO",
                                        "title":"Successfully populated heartbeat seed table with \"ORCL\".",
                                        "type":"http://docs.oracle.com/goldengate/c1910/gg-winux/GMESG/oggus.htm#OGG-14003"
                                    },
                                    {
                                        "$schema":"ogg:message",
                                        "code":"OGG-14004",
                                        "issued":"2019-03-15T14:40:44Z",
                                        "severity":"INFO",
                                        "title":"Successfully created procedure \"\"oggadmin\".\"GG_UPDATE_HB_TAB\"\" to update the heartbeat tables.",
                                        "type":"http://docs.oracle.com/goldengate/c1910/gg-winux/GMESG/oggus.htm#OGG-14004"
                                    },
                                    {
                                        "$schema":"ogg:message",
                                        "code":"OGG-14017",
                                        "issued":"2019-03-15T14:40:44Z",
                                        "severity":"INFO",
                                        "title":"Successfully created procedure \"\"oggadmin\".\"GG_PURGE_HB_TAB\"\" to purge the heartbeat history table.",
                                        "type":"http://docs.oracle.com/goldengate/c1910/gg-winux/GMESG/oggus.htm#OGG-14017"
                                    },
                                    {
                                        "$schema":"ogg:message",
                                        "code":"OGG-14005",
                                        "issued":"2019-03-15T14:40:44Z",
                                        "severity":"INFO",
                                        "title":"Successfully created scheduler job \"\"oggadmin\".\"GG_UPDATE_HEARTBEATS\"\" to update the heartbeat tables.",
                                        "type":"http://docs.oracle.com/goldengate/c1910/gg-winux/GMESG/oggus.htm#OGG-14005"
                                    },
                                    {
                                        "$schema":"ogg:message",
                                        "code":"OGG-14018",
                                        "issued":"2019-03-15T14:40:44Z",
                                        "severity":"INFO",
                                        "title":"Successfully created scheduler job \"\"oggadmin\".\"GG_PURGE_HEARTBEATS\"\" to purge the heartbeat history table.",
                                        "type":"http://docs.oracle.com/goldengate/c1910/gg-winux/GMESG/oggus.htm#OGG-14018"
                                    }
                                ]
                            }
                        }
                    }
                },
                "tags":[
                    "Administrative Server/Database"
                ],
                "produces":[
                    "application/json"
                ],
                "consumes":[
                    "application/json"
                ],
                "parameters":[
                    {
                        "name":"connection",
                        "in":"path",
                        "description":"<p>Connection name. For each alias in the credential store, a connection with the name 'domain.alias' exists.</p>",
                        "required":true,
                        "type":"string",
                        "pattern":"^[a-zA-Z][a-zA-Z0-9_#$]{1,29}([.][a-zA-Z][a-zA-Z0-9_#$]{1,29})?$",
                        "minLength":1,
                        "maxLength":61
                    },
                    {
                        "name":"version",
                        "in":"path",
                        "description":"<p>Oracle GoldenGate Service API version.</p>",
                        "required":true,
                        "type":"string",
                        "enum":[
                            "v2"
                        ]
                    },
                    {
                        "name":"body",
                        "in":"body",
                        "description":"",
                        "required":false,
                        "schema":{
                            "$ref":"#/definitions/ogg:tablesHeartbeat"
                        },
                        "x-examples":{
                            "application/json":{
                                "frequency":60
                            }
                        }
                    }
                ],
                "x-internal-id":"services-{version}-connections-{connection}-tables-heartbeat-post",
                "x-filename-id":"services-version-connections-connection-tables-heartbeat-post"
            },
            "patch":{
                "description":"<p>Modify the heartbeat table parameters for a database connection.</p>",
                "summary":"Update Heartbeat Table",
                "operationId":"patch /services/{version}/connections/{connection}/tables/heartbeat",
                "responses":{
                    "200":{
                        "description":"<p>Heartbeat table modified successfully.</p>",
                        "schema":{
                            "$ref":"#/definitions/api:standardResponse"
                        },
                        "examples":{
                            "application/json":{
                                "$schema":"api:standardResponse",
                                "links":[
                                    {
                                        "href":"http://localhost:11001/services/v2/connections/OracleGoldenGate.oggadmin/tables/heartbeat",
                                        "mediaType":"application/json",
                                        "rel":"canonical"
                                    },
                                    {
                                        "href":"http://localhost:11001/services/v2/connections/OracleGoldenGate.oggadmin/tables/heartbeat",
                                        "mediaType":"application/json",
                                        "rel":"self"
                                    }
                                ],
                                "messages":[
                                    {
                                        "$schema":"ogg:message",
                                        "code":"OGG-14030",
                                        "issued":"2019-03-15T14:40:44Z",
                                        "severity":"INFO",
                                        "title":"Frequency of purge scheduler job \"oggadmin\".\"GG_PURGE_HEARTBEATS\"\" modified.",
                                        "type":"http://docs.oracle.com/goldengate/c1910/gg-winux/GMESG/oggus.htm#OGG-14030"
                                    }
                                ]
                            }
                        }
                    }
                },
                "tags":[
                    "Administrative Server/Database"
                ],
                "produces":[
                    "application/json"
                ],
                "consumes":[
                    "application/json"
                ],
                "parameters":[
                    {
                        "name":"connection",
                        "in":"path",
                        "description":"<p>Connection name. For each alias in the credential store, a connection with the name 'domain.alias' exists.</p>",
                        "required":true,
                        "type":"string",
                        "pattern":"^[a-zA-Z][a-zA-Z0-9_#$]{1,29}([.][a-zA-Z][a-zA-Z0-9_#$]{1,29})?$",
                        "minLength":1,
                        "maxLength":61
                    },
                    {
                        "name":"version",
                        "in":"path",
                        "description":"<p>Oracle GoldenGate Service API version.</p>",
                        "required":true,
                        "type":"string",
                        "enum":[
                            "v2"
                        ]
                    },
                    {
                        "name":"body",
                        "in":"body",
                        "description":"",
                        "required":false,
                        "schema":{
                            "$ref":"#/definitions/ogg:tablesHeartbeat"
                        },
                        "x-examples":{
                            "application/json":{
                                "purgeFrequency":2
                            }
                        }
                    }
                ],
                "x-internal-id":"services-{version}-connections-{connection}-tables-heartbeat-patch",
                "x-filename-id":"services-version-connections-connection-tables-heartbeat-patch"
            },
            "delete":{
                "description":"<p>Remove heartbeat resources from a database.</p>",
                "summary":"Delete Heartbeat Table",
                "operationId":"delete /services/{version}/connections/{connection}/tables/heartbeat",
                "responses":{
                    "200":{
                        "description":"<p>Heartbeat resources removed successfully.</p>",
                        "schema":{
                            "$ref":"#/definitions/api:standardResponse"
                        },
                        "examples":{
                            "application/json":{
                                "$schema":"api:standardResponse",
                                "links":[
                                    {
                                        "href":"http://localhost:11001/services/v2/connections/OracleGoldenGate.oggadmin/tables/heartbeat",
                                        "mediaType":"application/json",
                                        "rel":"canonical"
                                    },
                                    {
                                        "href":"http://localhost:11001/services/v2/connections/OracleGoldenGate.oggadmin/tables/heartbeat",
                                        "mediaType":"application/json",
                                        "rel":"self"
                                    }
                                ],
                                "messages":[
                                    {
                                        "$schema":"ogg:message",
                                        "code":"OGG-14007",
                                        "issued":"2019-03-15T14:43:22Z",
                                        "severity":"INFO",
                                        "title":"Heartbeat seed table \"\"oggadmin\".\"GG_HEARTBEAT_SEED\"\" dropped.",
                                        "type":"http://docs.oracle.com/goldengate/c1910/gg-winux/GMESG/oggus.htm#OGG-14007"
                                    },
                                    {
                                        "$schema":"ogg:message",
                                        "code":"OGG-14009",
                                        "issued":"2019-03-15T14:43:22Z",
                                        "severity":"INFO",
                                        "title":"Heartbeat table \"\"oggadmin\".\"GG_HEARTBEAT\"\" dropped.",
                                        "type":"http://docs.oracle.com/goldengate/c1910/gg-winux/GMESG/oggus.htm#OGG-14009"
                                    },
                                    {
                                        "$schema":"ogg:message",
                                        "code":"OGG-14011",
                                        "issued":"2019-03-15T14:43:22Z",
                                        "severity":"INFO",
                                        "title":"Heartbeat history table \"\"oggadmin\".\"GG_HEARTBEAT_HISTORY\"\" dropped.",
                                        "type":"http://docs.oracle.com/goldengate/c1910/gg-winux/GMESG/oggus.htm#OGG-14011"
                                    },
                                    {
                                        "$schema":"ogg:message",
                                        "code":"OGG-14026",
                                        "issued":"2019-03-15T14:43:22Z",
                                        "severity":"INFO",
                                        "title":"Heartbeat lag view \"\"oggadmin\".\"GG_LAG\"\" dropped.",
                                        "type":"http://docs.oracle.com/goldengate/c1910/gg-winux/GMESG/oggus.htm#OGG-14026"
                                    },
                                    {
                                        "$schema":"ogg:message",
                                        "code":"OGG-14028",
                                        "issued":"2019-03-15T14:43:22Z",
                                        "severity":"INFO",
                                        "title":"Heartbeat lag history view \"\"oggadmin\".\"GG_LAG_HISTORY\"\" dropped.",
                                        "type":"http://docs.oracle.com/goldengate/c1910/gg-winux/GMESG/oggus.htm#OGG-14028"
                                    },
                                    {
                                        "$schema":"ogg:message",
                                        "code":"OGG-14013",
                                        "issued":"2019-03-15T14:43:22Z",
                                        "severity":"INFO",
                                        "title":"Procedure \"\"oggadmin\".\"GG_UPDATE_HB_TAB\"\" dropped.",
                                        "type":"http://docs.oracle.com/goldengate/c1910/gg-winux/GMESG/oggus.htm#OGG-14013"
                                    },
                                    {
                                        "$schema":"ogg:message",
                                        "code":"OGG-14020",
                                        "issued":"2019-03-15T14:43:22Z",
                                        "severity":"INFO",
                                        "title":"Procedure \"\"oggadmin\".\"GG_PURGE_HB_TAB\"\" dropped.",
                                        "type":"http://docs.oracle.com/goldengate/c1910/gg-winux/GMESG/oggus.htm#OGG-14020"
                                    },
                                    {
                                        "$schema":"ogg:message",
                                        "code":"OGG-14015",
                                        "issued":"2019-03-15T14:43:22Z",
                                        "severity":"INFO",
                                        "title":"Scheduler job \"\"oggadmin\".\"GG_UPDATE_HEARTBEATS\"\" dropped.",
                                        "type":"http://docs.oracle.com/goldengate/c1910/gg-winux/GMESG/oggus.htm#OGG-14015"
                                    },
                                    {
                                        "$schema":"ogg:message",
                                        "code":"OGG-14022",
                                        "issued":"2019-03-15T14:43:22Z",
                                        "severity":"INFO",
                                        "title":"Scheduler job \"\"oggadmin\".\"GG_PURGE_HEARTBEATS\"\" dropped.",
                                        "type":"http://docs.oracle.com/goldengate/c1910/gg-winux/GMESG/oggus.htm#OGG-14022"
                                    }
                                ]
                            }
                        }
                    }
                },
                "tags":[
                    "Administrative Server/Database"
                ],
                "produces":[
                    "application/json"
                ],
                "parameters":[
                    {
                        "name":"connection",
                        "in":"path",
                        "description":"<p>Connection name. For each alias in the credential store, a connection with the name 'domain.alias' exists.</p>",
                        "required":true,
                        "type":"string",
                        "pattern":"^[a-zA-Z][a-zA-Z0-9_#$]{1,29}([.][a-zA-Z][a-zA-Z0-9_#$]{1,29})?$",
                        "minLength":1,
                        "maxLength":61
                    },
                    {
                        "name":"version",
                        "in":"path",
                        "description":"<p>Oracle GoldenGate Service API version.</p>",
                        "required":true,
                        "type":"string",
                        "enum":[
                            "v2"
                        ]
                    }
                ],
                "x-internal-id":"services-{version}-connections-{connection}-tables-heartbeat-delete",
                "x-filename-id":"services-version-connections-connection-tables-heartbeat-delete"
            }
        },
        "/services/{version}/credentials/{domain}/{alias}/valid":{
            "get":{
                "description":"<p>Check validity of credentials and return database credentials details.</p>",
                "summary":"Validate",
                "operationId":"get /services/{version}/credentials/{domain}/{alias}/valid",
                "responses":{
                    "200":{
                        "description":"<p>The user name and password associated with the alias are valid.</p>",
                        "schema":{
                            "$ref":"#/definitions/ogg:credentialsDetails"
                        },
                        "examples":{
                            "application/json":{
                                "$schema":"api:standardResponse",
                                "links":[
                                    {
                                        "href":"http://localhost:11001/services/v2/credentials/OracleGoldenGate/oggadmin/valid",
                                        "mediaType":"application/json",
                                        "rel":"canonical"
                                    },
                                    {
                                        "href":"http://localhost:11001/services/v2/credentials/OracleGoldenGate/oggadmin/valid",
                                        "mediaType":"application/json",
                                        "rel":"self"
                                    },
                                    {
                                        "href":"http://localhost:11001/services/v2/metadata-catalog/valid",
                                        "mediaType":"application/schema+json",
                                        "rel":"describedby"
                                    }
                                ],
                                "messages":[
                                ],
                                "response":{
                                    "$schema":"ogg:credentialsDetails",
                                    "alias":"oggadmin",
                                    "domain":"OracleGoldenGate",
                                    "serverName":"ORCL"
                                }
                            }
                        }
                    }
                },
                "tags":[
                    "Administrative Server/Credentials"
                ],
                "produces":[
                    "application/json"
                ],
                "parameters":[
                    {
                        "name":"alias",
                        "in":"path",
                        "description":"<p>Credential store alias.</p>",
                        "required":true,
                        "type":"string",
                        "pattern":"^[a-zA-Z][a-zA-Z0-9_#$]*$",
                        "minLength":1,
                        "maxLength":30
                    },
                    {
                        "minLength":1,
                        "maxLength":30,
                        "name":"domain",
                        "required":true,
                        "pattern":"^[a-zA-Z][a-zA-Z0-9_#$]*$",
                        "type":"string",
                        "default":"OracleGoldenGate",
                        "description":"<p>Credential store domain name.</p>",
                        "in":"path"
                    },
                    {
                        "name":"version",
                        "in":"path",
                        "description":"<p>Oracle GoldenGate Service API version.</p>",
                        "required":true,
                        "type":"string",
                        "enum":[
                            "v2"
                        ]
                    }
                ],
                "x-internal-id":"services-{version}-credentials-{domain}-{alias}-valid-get",
                "x-filename-id":"services-version-credentials-domain-alias-valid-get"
            }
        },
        "/services/{version}/replicats/{replicat}/info/reports":{
            "get":{
                "description":"<p>Retrieve the list of reports available for the replicat process.</p>",
                "summary":"List Reports",
                "operationId":"get /services/{version}/replicats/{replicat}/info/reports",
                "responses":{
                    "200":{
                        "description":"<p>Collection of reports retrieved successfully.</p>",
                        "schema":{
                            "$ref":"#/definitions/ogg:collection"
                        },
                        "examples":{
                            "application/json":{
                                "$schema":"api:standardResponse",
                                "links":[
                                    {
                                        "href":"http://localhost:11001/services/v2/replicats/REP2/info/reports",
                                        "mediaType":"application/json",
                                        "rel":"canonical"
                                    },
                                    {
                                        "href":"http://localhost:11001/services/v2/replicats/REP2/info/reports",
                                        "mediaType":"application/json",
                                        "rel":"self"
                                    },
                                    {
                                        "href":"http://localhost:11001/services/v2/metadata-catalog/replicatReports",
                                        "mediaType":"application/schema+json",
                                        "rel":"describedby"
                                    }
                                ],
                                "messages":[
                                ],
                                "response":{
                                    "$schema":"ogg:collection",
                                    "items":[
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/replicats/REP2/info/reports",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/replicats/REP2/info/reports/REP2.dsc",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"REP2.dsc"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/replicats/REP2/info/reports",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/replicats/REP2/info/reports/REP2.rpt",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"REP2.rpt"
                                        }
                                    ]
                                }
                            }
                        }
                    }
                },
                "tags":[
                    "Administrative Server/Replicats"
                ],
                "produces":[
                    "application/json"
                ],
                "parameters":[
                    {
                        "name":"replicat",
                        "in":"path",
                        "description":"<p>The name of the replicat. Replicat names are upper case, begin with an alphabetic character followed by up to seven alpha-numeric characters.</p>",
                        "required":true,
                        "type":"string",
                        "pattern":"^[A-Z_$][A-Z0-9_$]*$",
                        "minLength":1,
                        "maxLength":8
                    },
                    {
                        "name":"version",
                        "in":"path",
                        "description":"<p>Oracle GoldenGate Service API version.</p>",
                        "required":true,
                        "type":"string",
                        "enum":[
                            "v2"
                        ]
                    }
                ],
                "x-internal-id":"services-{version}-replicats-{replicat}-info-reports-get",
                "x-filename-id":"services-version-replicats-replicat-info-reports-get"
            }
        },
        "/services/{version}/connections/{connection}/tables/heartbeat/{process}":{
            "get":{
                "description":"<p>Retrieve heartbeat table entries for an extract or replicat group.</p>",
                "summary":"Retrieve Process Heartbeat Records",
                "operationId":"get /services/{version}/connections/{connection}/tables/heartbeat/{process}",
                "responses":{
                    "200":{
                        "description":"<p>Heartbeat table entries retrieved successfully.</p>",
                        "schema":{
                            "$ref":"#/definitions/ogg:processHeartbeat"
                        },
                        "examples":{
                            "application/json":{
                                "$schema":"api:standardResponse",
                                "links":[
                                    {
                                        "href":"http://localhost:11001/services/v2/connections/OracleGoldenGate.oggadmin/tables/heartbeat/EXT2",
                                        "mediaType":"application/json",
                                        "rel":"canonical"
                                    },
                                    {
                                        "href":"http://localhost:11001/services/v2/connections/OracleGoldenGate.oggadmin/tables/heartbeat/EXT2",
                                        "mediaType":"application/json",
                                        "rel":"self"
                                    },
                                    {
                                        "href":"http://localhost:11001/services/v2/metadata-catalog/process",
                                        "mediaType":"application/schema+json",
                                        "rel":"describedby"
                                    }
                                ],
                                "messages":[
                                ],
                                "response":{
                                    "$schema":"ogg:processHeartbeat",
                                    "heartbeats":[
                                        {
                                            "ageSeconds":97.78,
                                            "lagSeconds":53,
                                            "path":"EXT2 ==> REP2",
                                            "source":"ORCL",
                                            "target":"ORCL"
                                        }
                                    ]
                                }
                            }
                        }
                    }
                },
                "tags":[
                    "Administrative Server/Database"
                ],
                "produces":[
                    "application/json"
                ],
                "parameters":[
                    {
                        "name":"process",
                        "in":"path",
                        "description":"<p>The name of the extract or replicat process.</p>",
                        "required":true,
                        "type":"string",
                        "pattern":"^[A-Z_$][A-Z0-9_$]*$",
                        "minLength":1,
                        "maxLength":8
                    },
                    {
                        "name":"connection",
                        "in":"path",
                        "description":"<p>Connection name. For each alias in the credential store, a connection with the name 'domain.alias' exists.</p>",
                        "required":true,
                        "type":"string",
                        "pattern":"^[a-zA-Z][a-zA-Z0-9_#$]{1,29}([.][a-zA-Z][a-zA-Z0-9_#$]{1,29})?$",
                        "minLength":1,
                        "maxLength":61
                    },
                    {
                        "name":"version",
                        "in":"path",
                        "description":"<p>Oracle GoldenGate Service API version.</p>",
                        "required":true,
                        "type":"string",
                        "enum":[
                            "v2"
                        ]
                    }
                ],
                "x-internal-id":"services-{version}-connections-{connection}-tables-heartbeat-{process}-get",
                "x-filename-id":"services-version-connections-connection-tables-heartbeat-process-get"
            },
            "delete":{
                "description":"<p>Delete heartbeat table entries for an extract or replicat group.</p>",
                "summary":"Delete Process Heartbeat Records",
                "operationId":"delete /services/{version}/connections/{connection}/tables/heartbeat/{process}",
                "responses":{
                    "200":{
                        "description":"<p>Heartbeat table entries deleted successfully.</p>",
                        "schema":{
                            "$ref":"#/definitions/api:standardResponse"
                        },
                        "examples":{
                            "application/json":{
                                "$schema":"api:standardResponse",
                                "links":[
                                    {
                                        "href":"http://localhost:11001/services/v2/connections/OracleGoldenGate.oggadmin/tables/heartbeat/EXT2",
                                        "mediaType":"application/json",
                                        "rel":"canonical"
                                    },
                                    {
                                        "href":"http://localhost:11001/services/v2/connections/OracleGoldenGate.oggadmin/tables/heartbeat/EXT2",
                                        "mediaType":"application/json",
                                        "rel":"self"
                                    }
                                ],
                                "messages":[
                                    {
                                        "$schema":"ogg:message",
                                        "code":"OGG-14052",
                                        "issued":"2019-03-15T14:43:22Z",
                                        "severity":"INFO",
                                        "title":"No Heartbeat entries with [EXT2], none deleted.",
                                        "type":"http://docs.oracle.com/goldengate/c1910/gg-winux/GMESG/oggus.htm#OGG-14052"
                                    }
                                ]
                            }
                        }
                    }
                },
                "tags":[
                    "Administrative Server/Database"
                ],
                "produces":[
                    "application/json"
                ],
                "parameters":[
                    {
                        "name":"process",
                        "in":"path",
                        "description":"<p>The name of the extract or replicat process.</p>",
                        "required":true,
                        "type":"string",
                        "pattern":"^[A-Z_$][A-Z0-9_$]*$",
                        "minLength":1,
                        "maxLength":8
                    },
                    {
                        "name":"connection",
                        "in":"path",
                        "description":"<p>Connection name. For each alias in the credential store, a connection with the name 'domain.alias' exists.</p>",
                        "required":true,
                        "type":"string",
                        "pattern":"^[a-zA-Z][a-zA-Z0-9_#$]{1,29}([.][a-zA-Z][a-zA-Z0-9_#$]{1,29})?$",
                        "minLength":1,
                        "maxLength":61
                    },
                    {
                        "name":"version",
                        "in":"path",
                        "description":"<p>Oracle GoldenGate Service API version.</p>",
                        "required":true,
                        "type":"string",
                        "enum":[
                            "v2"
                        ]
                    }
                ],
                "x-internal-id":"services-{version}-connections-{connection}-tables-heartbeat-{process}-delete",
                "x-filename-id":"services-version-connections-connection-tables-heartbeat-process-delete"
            }
        },
        "/services/{version}/enckeys":{
            "get":{
                "description":"<p>Retrieve the names of all encryption keys</p>",
                "summary":"List Encryption Keys",
                "operationId":"get /services/{version}/enckeys",
                "responses":{
                    "200":{
                        "description":"<p>Collection of Encryption Key names retrieved successfully.</p>",
                        "schema":{
                            "$ref":"#/definitions/ogg:collection"
                        },
                        "examples":{
                            "application/json":{
                                "$schema":"api:standardResponse",
                                "links":[
                                    {
                                        "href":"http://localhost:11001/services/v2/enckeys",
                                        "mediaType":"application/json",
                                        "rel":"canonical"
                                    },
                                    {
                                        "href":"http://localhost:11001/services/v2/enckeys",
                                        "mediaType":"application/json",
                                        "rel":"self"
                                    },
                                    {
                                        "href":"http://localhost:11001/services/v2/metadata-catalog/enckeys",
                                        "mediaType":"application/schema+json",
                                        "rel":"describedby"
                                    }
                                ],
                                "messages":[
                                ],
                                "response":{
                                    "$schema":"ogg:collection",
                                    "items":[
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/enckeys",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/enckeys/superkey",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"superkey"
                                        }
                                    ]
                                }
                            }
                        }
                    }
                },
                "tags":[
                    "Administrative Server/Encryption Keys"
                ],
                "produces":[
                    "application/json"
                ],
                "parameters":[
                    {
                        "name":"version",
                        "in":"path",
                        "description":"<p>Oracle GoldenGate Service API version.</p>",
                        "required":true,
                        "type":"string",
                        "enum":[
                            "v2"
                        ]
                    }
                ],
                "x-internal-id":"services-{version}-enckeys-get",
                "x-filename-id":"services-version-enckeys-get"
            }
        },
        "/services/{version}/extracts/{extract}/command":{
            "post":{
                "description":"<p>Execute an Extract process command</p>",
                "summary":"Issue Command",
                "operationId":"post /services/{version}/extracts/{extract}/command",
                "responses":{
                    "200":{
                        "description":"<p>Command executed successfully.</p>",
                        "schema":{
                            "$ref":"#/definitions/er:commandResult"
                        },
                        "examples":{
                            "application/json":{
                                "$schema":"api:standardResponse",
                                "links":[
                                    {
                                        "href":"http://localhost:11001/services/v2/extracts/EXT2/command",
                                        "mediaType":"application/json",
                                        "rel":"canonical"
                                    },
                                    {
                                        "href":"http://localhost:11001/services/v2/extracts/EXT2/command",
                                        "mediaType":"application/json",
                                        "rel":"self"
                                    }
                                ],
                                "messages":[
                                ],
                                "response":{
                                    "$schema":"er:commandResult",
                                    "reply":"OKNODOT\t\nStart of Statistics at 2019-03-15 14:42:24.\n\nOutput to X2:\n\nExtracting from OGGADMIN.GG_HEARTBEAT_SEED to OGGADMIN.GG_HEARTBEAT_SEED:\n\n*** Hourly statistics since 2019-03-15 14:41:47 ***\n\tTotal inserts                   \t           0.00\n\tTotal updates                   \t           1.00\n\tTotal deletes                   \t           0.00\n\tTotal upserts                   \t           0.00\n\tTotal discards                  \t           0.00\n\tTotal operations                \t           1.00\n\nEnd of Statistics.",
                                    "replyData":{
                                        "$schema":"ogg:stats",
                                        "stats":[
                                            {
                                                "operations":[
                                                    {
                                                        "count":0,
                                                        "operation":"insert"
                                                    },
                                                    {
                                                        "count":1,
                                                        "operation":"update"
                                                    },
                                                    {
                                                        "count":0,
                                                        "operation":"delete"
                                                    },
                                                    {
                                                        "count":0,
                                                        "operation":"upsert"
                                                    },
                                                    {
                                                        "count":0,
                                                        "operation":"discard"
                                                    },
                                                    {
                                                        "count":1,
                                                        "operation":"operations"
                                                    }
                                                ],
                                                "since":"2019-03-15T14:41:47.353Z",
                                                "sourceTable":"OGGADMIN.GG_HEARTBEAT_SEED",
                                                "targetTable":"OGGADMIN.GG_HEARTBEAT_SEED"
                                            }
                                        ]
                                    }
                                }
                            }
                        }
                    }
                },
                "tags":[
                    "Administrative Server/Extracts"
                ],
                "produces":[
                    "application/json"
                ],
                "consumes":[
                    "application/json"
                ],
                "parameters":[
                    {
                        "name":"extract",
                        "in":"path",
                        "description":"<p>The name of the extract. Extract names are upper case, begin with an alphabetic character followed by up to seven alpha-numeric characters.</p>",
                        "required":true,
                        "type":"string",
                        "pattern":"^[A-Z_$][A-Z0-9_$]*$",
                        "minLength":1,
                        "maxLength":8
                    },
                    {
                        "name":"version",
                        "in":"path",
                        "description":"<p>Oracle GoldenGate Service API version.</p>",
                        "required":true,
                        "type":"string",
                        "enum":[
                            "v2"
                        ]
                    },
                    {
                        "name":"body",
                        "in":"body",
                        "description":"",
                        "required":false,
                        "schema":{
                            "$ref":"#/definitions/er:command"
                        },
                        "x-examples":{
                            "application/json":{
                                "command":"STATS",
                                "arguments":"HOURLY"
                            }
                        }
                    }
                ],
                "x-internal-id":"services-{version}-extracts-{extract}-command-post",
                "x-filename-id":"services-version-extracts-extract-command-post"
            }
        },
        "/services/{version}/replicats/{replicat}/info/checkpoints":{
            "get":{
                "description":"<p>Retrieve the checkpoint information for the replicat process.</p>",
                "summary":"Retrieve Checkpoints",
                "operationId":"get /services/{version}/replicats/{replicat}/info/checkpoints",
                "responses":{
                    "200":{
                        "description":"<p>Checkpoint information for the replicat process retrieved successfully.</p>",
                        "schema":{
                            "$ref":"#/definitions/ogg:replicatCheckpoints"
                        },
                        "examples":{
                            "application/json":{
                                "$schema":"api:standardResponse",
                                "links":[
                                    {
                                        "href":"http://localhost:11001/services/v2/replicats/REP2/info/checkpoints",
                                        "mediaType":"application/json",
                                        "rel":"canonical"
                                    },
                                    {
                                        "href":"http://localhost:11001/services/v2/replicats/REP2/info/checkpoints",
                                        "mediaType":"application/json",
                                        "rel":"self"
                                    },
                                    {
                                        "href":"http://localhost:11001/services/v2/metadata-catalog/replicatCheckpoints",
                                        "mediaType":"application/schema+json",
                                        "rel":"describedby"
                                    }
                                ],
                                "messages":[
                                ],
                                "response":{
                                    "$schema":"ogg:replicatCheckpoints",
                                    "current":{
                                        "input":[
                                            {
                                                "current":{
                                                    "name":"X2",
                                                    "offset":4375,
                                                    "path":"/u02/ogg/Local/var/lib/data/",
                                                    "sequence":0,
                                                    "sequenceLength":9,
                                                    "sequenceLengthFlip":false,
                                                    "timestamp":"2019-03-15T14:41:44.000Z"
                                                },
                                                "starting":{
                                                    "name":"X2",
                                                    "offset":0,
                                                    "path":"/u02/ogg/Local/var/lib/data/",
                                                    "sequence":0,
                                                    "sequenceLength":9,
                                                    "sequenceLengthFlip":false,
                                                    "timestamp":null
                                                }
                                            }
                                        ]
                                    }
                                }
                            }
                        }
                    }
                },
                "tags":[
                    "Administrative Server/Replicats"
                ],
                "produces":[
                    "application/json"
                ],
                "parameters":[
                    {
                        "name":"replicat",
                        "in":"path",
                        "description":"<p>The name of the replicat. Replicat names are upper case, begin with an alphabetic character followed by up to seven alpha-numeric characters.</p>",
                        "required":true,
                        "type":"string",
                        "pattern":"^[A-Z_$][A-Z0-9_$]*$",
                        "minLength":1,
                        "maxLength":8
                    },
                    {
                        "name":"version",
                        "in":"path",
                        "description":"<p>Oracle GoldenGate Service API version.</p>",
                        "required":true,
                        "type":"string",
                        "enum":[
                            "v2"
                        ]
                    },
                    {
                        "name":"history",
                        "in":"query",
                        "description":"<p>Number of historical checkpoint records to return</p>",
                        "required":false,
                        "type":"string"
                    }
                ],
                "x-internal-id":"services-{version}-replicats-{replicat}-info-checkpoints-get",
                "x-filename-id":"services-version-replicats-replicat-info-checkpoints-get"
            }
        },
        "/services/{version}/enckeys/{keyName}":{
            "get":{
                "description":"<p>Retrieve details for an Encryption Key.</p>",
                "summary":"Retrieve Encryption Key",
                "operationId":"get /services/{version}/enckeys/{keyName}",
                "responses":{
                    "200":{
                        "description":"<p>Encryption Key details retrieved.</p>",
                        "schema":{
                            "$ref":"#/definitions/ogg:encryptKey"
                        },
                        "examples":{
                            "application/json":{
                                "$schema":"api:standardResponse",
                                "links":[
                                    {
                                        "href":"http://localhost:11001/services/v2/enckeys/superkey",
                                        "mediaType":"application/json",
                                        "rel":"canonical"
                                    },
                                    {
                                        "href":"http://localhost:11001/services/v2/enckeys/superkey",
                                        "mediaType":"application/json",
                                        "rel":"self"
                                    },
                                    {
                                        "href":"http://localhost:11001/services/v2/metadata-catalog/keyName",
                                        "mediaType":"application/schema+json",
                                        "rel":"describedby"
                                    }
                                ],
                                "messages":[
                                ],
                                "response":{
                                    "$schema":"ogg:encryptKey",
                                    "bitLength":128
                                }
                            }
                        }
                    }
                },
                "tags":[
                    "Administrative Server/Encryption Keys"
                ],
                "produces":[
                    "application/json"
                ],
                "parameters":[
                    {
                        "name":"keyName",
                        "in":"path",
                        "description":"<p>The name of the Encryption Key.</p>",
                        "required":true,
                        "type":"string",
                        "pattern":"^[A-Za-z_$][A-Za-z0-9_$]*$",
                        "minLength":1,
                        "maxLength":24
                    },
                    {
                        "name":"version",
                        "in":"path",
                        "description":"<p>Oracle GoldenGate Service API version.</p>",
                        "required":true,
                        "type":"string",
                        "enum":[
                            "v2"
                        ]
                    }
                ],
                "x-internal-id":"services-{version}-enckeys-{keyName}-get",
                "x-filename-id":"services-version-enckeys-keyname-get"
            },
            "post":{
                "description":"<p>Create an Encryption Key.</p>",
                "summary":"Create Encryption Key",
                "operationId":"post /services/{version}/enckeys/{keyName}",
                "responses":{
                    "201":{
                        "description":"<p>Encryption Key created successfully.</p>",
                        "schema":{
                            "$ref":"#/definitions/api:standardResponse"
                        },
                        "examples":{
                            "application/json":{
                                "$schema":"api:standardResponse",
                                "links":[
                                    {
                                        "href":"http://localhost:11001/services/v2/enckeys/superkey",
                                        "mediaType":"application/json",
                                        "rel":"canonical"
                                    },
                                    {
                                        "href":"http://localhost:11001/services/v2/enckeys/superkey",
                                        "mediaType":"application/json",
                                        "rel":"self"
                                    }
                                ],
                                "messages":[
                                ]
                            }
                        }
                    }
                },
                "tags":[
                    "Administrative Server/Encryption Keys"
                ],
                "produces":[
                    "application/json"
                ],
                "consumes":[
                    "application/json"
                ],
                "parameters":[
                    {
                        "name":"keyName",
                        "in":"path",
                        "description":"<p>The name of the Encryption Key.</p>",
                        "required":true,
                        "type":"string",
                        "pattern":"^[A-Za-z_$][A-Za-z0-9_$]*$",
                        "minLength":1,
                        "maxLength":24
                    },
                    {
                        "name":"version",
                        "in":"path",
                        "description":"<p>Oracle GoldenGate Service API version.</p>",
                        "required":true,
                        "type":"string",
                        "enum":[
                            "v2"
                        ]
                    },
                    {
                        "name":"body",
                        "in":"body",
                        "description":"",
                        "required":false,
                        "schema":{
                            "$ref":"#/definitions/ogg:encryptKey"
                        },
                        "x-examples":{
                            "application/json":{
                                "bitLength":128
                            }
                        }
                    }
                ],
                "x-internal-id":"services-{version}-enckeys-{keyName}-post",
                "x-filename-id":"services-version-enckeys-keyname-post"
            },
            "delete":{
                "description":"<p>Delete an Encryption Key</p>",
                "summary":"Delete Encryption Key",
                "operationId":"delete /services/{version}/enckeys/{keyName}",
                "responses":{
                    "200":{
                        "description":"<p>Encryption Key successfully deleted.</p>",
                        "schema":{
                            "$ref":"#/definitions/api:standardResponse"
                        },
                        "examples":{
                            "application/json":{
                                "$schema":"api:standardResponse",
                                "links":[
                                    {
                                        "href":"http://localhost:11001/services/v2/enckeys/superkey",
                                        "mediaType":"application/json",
                                        "rel":"canonical"
                                    },
                                    {
                                        "href":"http://localhost:11001/services/v2/enckeys/superkey",
                                        "mediaType":"application/json",
                                        "rel":"self"
                                    }
                                ],
                                "messages":[
                                ]
                            }
                        }
                    }
                },
                "tags":[
                    "Administrative Server/Encryption Keys"
                ],
                "produces":[
                    "application/json"
                ],
                "parameters":[
                    {
                        "name":"keyName",
                        "in":"path",
                        "description":"<p>The name of the Encryption Key.</p>",
                        "required":true,
                        "type":"string",
                        "pattern":"^[A-Za-z_$][A-Za-z0-9_$]*$",
                        "minLength":1,
                        "maxLength":24
                    },
                    {
                        "name":"version",
                        "in":"path",
                        "description":"<p>Oracle GoldenGate Service API version.</p>",
                        "required":true,
                        "type":"string",
                        "enum":[
                            "v2"
                        ]
                    }
                ],
                "x-internal-id":"services-{version}-enckeys-{keyName}-delete",
                "x-filename-id":"services-version-enckeys-keyname-delete"
            }
        },
        "/services/{version}/connections":{
            "get":{
                "description":"<p>Retrieve the list of known database connections. For each item in the credential store, a database connection of the form 'domain.alias' is created.</p>",
                "summary":"List Connections",
                "operationId":"get /services/{version}/connections",
                "responses":{
                    "200":{
                        "description":"<p>Collection of database connections retrieved.</p>",
                        "schema":{
                            "$ref":"#/definitions/ogg:collection"
                        },
                        "examples":{
                            "application/json":{
                                "$schema":"api:standardResponse",
                                "links":[
                                    {
                                        "href":"http://localhost:11001/services/v2/connections",
                                        "mediaType":"application/json",
                                        "rel":"canonical"
                                    },
                                    {
                                        "href":"http://localhost:11001/services/v2/connections",
                                        "mediaType":"application/json",
                                        "rel":"self"
                                    },
                                    {
                                        "href":"http://localhost:11001/services/v2/metadata-catalog/connections",
                                        "mediaType":"application/schema+json",
                                        "rel":"describedby"
                                    }
                                ],
                                "messages":[
                                ],
                                "response":{
                                    "$schema":"ogg:collection",
                                    "items":[
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/connections",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/connections/OracleGoldenGate.oggadmin",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OracleGoldenGate.oggadmin"
                                        }
                                    ]
                                }
                            }
                        }
                    }
                },
                "tags":[
                    "Administrative Server/Database"
                ],
                "produces":[
                    "application/json"
                ],
                "parameters":[
                    {
                        "name":"version",
                        "in":"path",
                        "description":"<p>Oracle GoldenGate Service API version.</p>",
                        "required":true,
                        "type":"string",
                        "enum":[
                            "v2"
                        ]
                    }
                ],
                "x-internal-id":"services-{version}-connections-get",
                "x-filename-id":"services-version-connections-get"
            }
        },
        "/services/{version}/extracts/{extract}/info/reports/{report}":{
            "get":{
                "description":"<p>Retrieve a report from the extract process.</p>",
                "summary":"Retrieve Report",
                "operationId":"get /services/{version}/extracts/{extract}/info/reports/{report}",
                "responses":{
                    "200":{
                        "description":"<p>Report retrieved successfully.</p>",
                        "schema":{
                            "$ref":"#/definitions/ogg:report"
                        },
                        "examples":{
                            "application/json":{
                                "$schema":"api:standardResponse",
                                "links":[
                                    {
                                        "href":"http://localhost:11001/services/v2/extracts/EXT2/info/reports/EXT2.rpt",
                                        "mediaType":"application/json",
                                        "rel":"canonical"
                                    },
                                    {
                                        "href":"http://localhost:11001/services/v2/extracts/EXT2/info/reports/EXT2.rpt",
                                        "mediaType":"application/json",
                                        "rel":"self"
                                    },
                                    {
                                        "href":"http://localhost:11001/services/v2/metadata-catalog/extractReport",
                                        "mediaType":"application/schema+json",
                                        "rel":"describedby"
                                    }
                                ],
                                "messages":[
                                ],
                                "response":{
                                    "$schema":"ogg:report",
                                    "lines":[
                                        "",
                                        "***********************************************************************",
                                        "                 Oracle GoldenGate Capture for Oracle",
                                        "                    Version 19.1.0.0.0 BuildAndTest",
                                        "   Linux, x64, 64bit (optimized), Oracle 12c on Mar 15 2019 03:45:24",
                                        " ",
                                        "Copyright (C) 1995, 2019, Oracle and/or its affiliates. All rights reserved.",
                                        "",
                                        "                    Starting at 2019-03-15 14:40:54",
                                        "***********************************************************************",
                                        "",
                                        "Operating System Version:",
                                        "Linux",
                                        "Version #1 SMP PREEMPT Thu Mar 14 18:47:49 UTC 2019, Release 5.0.2-arch1-1-ARCH",
                                        "Node: ogg",
                                        "Machine: x86_64",
                                        "                         soft limit   hard limit",
                                        "Address Space Size   :    unlimited    unlimited",
                                        "Heap Size            :    unlimited    unlimited",
                                        "File Size            :    unlimited    unlimited",
                                        "CPU Time             :    unlimited    unlimited",
                                        "",
                                        "Process id: 1594",
                                        "",
                                        "Description: ",
                                        "",
                                        "***********************************************************************",
                                        "**            Running with the following parameters                  **",
                                        "***********************************************************************",
                                        "",
                                        "2019-03-15 14:40:54  INFO    OGG-03059  Operating system character set identified as US-ASCII.",
                                        "",
                                        "2019-03-15 14:40:54  INFO    OGG-02695  ANSI SQL parameter syntax is used for parameter parsing.",
                                        "",
                                        "2019-03-15 14:40:54  INFO    OGG-01360  EXTRACT is running in Integrated mode.",
                                        "Extract     EXT2",
                                        "ExtTrail    X2 Format Release 12.3",
                                        "UseridAlias oggadmin",
                                        "Table       oggadmin.*;",
                                        "",
                                        "2019-03-15 14:40:54  INFO    OGG-01635  BOUNDED RECOVERY: not used. NORMAL RECOVERY only used due to altered checkpoint.",
                                        "",
                                        "2019-03-15 14:40:54  INFO    OGG-01815  Virtual Memory Facilities for: BR",
                                        "    anon alloc: mmap(MAP_ANON)  anon free: munmap",
                                        "    file alloc: mmap(MAP_SHARED)  file free: munmap",
                                        "    target directories:",
                                        "    /u02/ogg/Local/var/run/BR/EXT2.",
                                        "",
                                        "Bounded Recovery Parameter:",
                                        "BRINTERVAL = 4HOURS",
                                        "BRDIR      = /u02/ogg/Local/var/run/",
                                        "",
                                        "2019-03-15 14:40:54  INFO    OGG-01851  filecaching started: thread ID: 140412897928960.",
                                        "",
                                        "2019-03-15 14:40:54  INFO    OGG-01815  Virtual Memory Facilities for: COM",
                                        "    anon alloc: mmap(MAP_ANON)  anon free: munmap",
                                        "    file alloc: mmap(MAP_SHARED)  file free: munmap",
                                        "    target directories:",
                                        "    /u02/ogg/Local/var/temp.",
                                        "",
                                        "Database Version:",
                                        "Oracle Database 12c Enterprise Edition Release 12.2.0.1.0 - 64bit Production",
                                        "PL/SQL Release 12.2.0.1.0 - Production",
                                        "CORE\t12.2.0.1.0\tProduction",
                                        "TNS for Linux: Version 12.2.0.1.0 - Production",
                                        "NLSRTL Version 12.2.0.1.0 - Production",
                                        "",
                                        "Database Language and Character Set:",
                                        "NLS_LANGUAGE     = \"AMERICAN\" ",
                                        "NLS_TERRITORY    = \"AMERICA\" ",
                                        "NLS_CHARACTERSET = \"AL32UTF8\" ",
                                        "",
                                        "2019-03-15 14:40:55  INFO    OGG-06604  Database ORCL CPU info: CPU Count 40, CPU Core Count 20, CPU Socket Count 2.",
                                        "",
                                        "2019-03-15 14:40:55  INFO    OGG-06618  Database ORCL Platform: Linux x86 64-bit.",
                                        "",
                                        "2019-03-15 14:41:11  INFO    OGG-02248  Logmining server DDL filtering enabled.",
                                        "",
                                        "2019-03-15 14:41:16  INFO    OGG-02068  Integrated capture successfully attached to logmining server OGG$CAP_EXT2 using OGGCapture API.",
                                        "",
                                        "2019-03-15 14:41:16  INFO    OGG-02089  Source redo compatibility version is: 12.2.0.",
                                        "",
                                        "2019-03-15 14:41:16  INFO    OGG-02086  Integrated Dictionary will be used.",
                                        "",
                                        "2019-03-15 14:41:16  WARNING OGG-02905  Replication of OID column in object tables may diverge.",
                                        "",
                                        "2019-03-15 14:41:16  INFO    OGG-01052  No recovery is required for target file X2000000000, at RBA 0 (file not opened).",
                                        "",
                                        "2019-03-15 14:41:16  INFO    OGG-01478  Output file X2 is using format RELEASE 12.3/18.1.",
                                        "",
                                        "***********************************************************************",
                                        "**                     Run Time Messages                             **",
                                        "***********************************************************************",
                                        "",
                                        "",
                                        "2019-03-15 14:41:47  INFO    OGG-02557  Heartbeat table OGGADMIN.GG_HEARTBEAT_SEED metadata is resolved and will write to trail file X2.",
                                        "",
                                        "2019-03-15 14:42:17  INFO    OGG-01971  The previous message, 'INFO OGG-02557', repeated 1 times.",
                                        "",
                                        "2019-03-15 14:42:24  INFO    OGG-01021  Command received from REST API: STATS HOURLY."
                                    ]
                                }
                            }
                        }
                    }
                },
                "tags":[
                    "Administrative Server/Extracts"
                ],
                "produces":[
                    "application/json"
                ],
                "parameters":[
                    {
                        "name":"report",
                        "in":"path",
                        "description":"<p>The name of the report, which is the extract name, followed by an optional revision number and '.rpt'</p>",
                        "required":true,
                        "type":"string",
                        "pattern":"^[A-Z_$][A-Z0-9_$]{0,7}[0-9]?[.](rpt|dsc)$",
                        "minLength":5,
                        "maxLength":13
                    },
                    {
                        "name":"extract",
                        "in":"path",
                        "description":"<p>The name of the extract. Extract names are upper case, begin with an alphabetic character followed by up to seven alpha-numeric characters.</p>",
                        "required":true,
                        "type":"string",
                        "pattern":"^[A-Z_$][A-Z0-9_$]*$",
                        "minLength":1,
                        "maxLength":8
                    },
                    {
                        "name":"version",
                        "in":"path",
                        "description":"<p>Oracle GoldenGate Service API version.</p>",
                        "required":true,
                        "type":"string",
                        "enum":[
                            "v2"
                        ]
                    }
                ],
                "x-internal-id":"services-{version}-extracts-{extract}-info-reports-{report}-get",
                "x-filename-id":"services-version-extracts-extract-info-reports-report-get"
            }
        },
        "/services/{version}/enckeys/{keyName}/encrypt":{
            "post":{
                "description":"<p>Encrypt data using the Encryption Key.</p>",
                "summary":"Encrypt Data",
                "operationId":"post /services/{version}/enckeys/{keyName}/encrypt",
                "responses":{
                    "200":{
                        "description":"<p>Data encrypted successfully.</p>",
                        "schema":{
                            "$ref":"#/definitions/ogg:encryptResult"
                        },
                        "examples":{
                            "application/json":{
                                "$schema":"api:standardResponse",
                                "links":[
                                    {
                                        "href":"http://localhost:11001/services/v2/enckeys/superkey/encrypt",
                                        "mediaType":"application/json",
                                        "rel":"canonical"
                                    },
                                    {
                                        "href":"http://localhost:11001/services/v2/enckeys/superkey/encrypt",
                                        "mediaType":"application/json",
                                        "rel":"self"
                                    }
                                ],
                                "messages":[
                                ],
                                "response":{
                                    "$schema":"ogg:encryptResult",
                                    "encrypted":"AADAAAAAAAAAAASACGDFCCHEOHHFMDDACGBAGJSCAICJJEGHCBAGHBHJRFYCUGUEPFICCIEIJARJSAFIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA"
                                }
                            }
                        }
                    }
                },
                "tags":[
                    "Administrative Server/Encryption Keys"
                ],
                "produces":[
                    "application/json"
                ],
                "consumes":[
                    "application/json"
                ],
                "parameters":[
                    {
                        "name":"keyName",
                        "in":"path",
                        "description":"<p>The name of the Encryption Key.</p>",
                        "required":true,
                        "type":"string",
                        "pattern":"^[A-Za-z_$][A-Za-z0-9_$]*$",
                        "minLength":1,
                        "maxLength":24
                    },
                    {
                        "name":"version",
                        "in":"path",
                        "description":"<p>Oracle GoldenGate Service API version.</p>",
                        "required":true,
                        "type":"string",
                        "enum":[
                            "v2"
                        ]
                    },
                    {
                        "name":"body",
                        "in":"body",
                        "description":"",
                        "required":false,
                        "schema":{
                            "$ref":"#/definitions/ogg:encryptRequest"
                        },
                        "x-examples":{
                            "application/json":{
                                "data":"plaintext-password"
                            }
                        }
                    }
                ],
                "x-internal-id":"services-{version}-enckeys-{keyName}-encrypt-post",
                "x-filename-id":"services-version-enckeys-keyname-encrypt-post"
            }
        },
        "/services/{version}/extracts":{
            "get":{
                "description":"<p>Retrieve the collection of Extract processes</p>",
                "summary":"List Extracts",
                "operationId":"get /services/{version}/extracts",
                "responses":{
                    "200":{
                        "description":"<p>The collection of extract processes was retrieved successfully.</p>",
                        "schema":{
                            "$ref":"#/definitions/ogg:collection"
                        },
                        "examples":{
                            "application/json":{
                                "$schema":"api:standardResponse",
                                "links":[
                                    {
                                        "href":"http://localhost:11001/services/v2/extracts",
                                        "mediaType":"application/json",
                                        "rel":"canonical"
                                    },
                                    {
                                        "href":"http://localhost:11001/services/v2/extracts",
                                        "mediaType":"application/json",
                                        "rel":"self"
                                    },
                                    {
                                        "href":"http://localhost:11001/services/v2/metadata-catalog/extracts",
                                        "mediaType":"application/schema+json",
                                        "rel":"describedby"
                                    }
                                ],
                                "messages":[
                                ],
                                "response":{
                                    "$schema":"ogg:collection",
                                    "items":[
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/extracts",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/extracts/EXT2",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"EXT2"
                                        }
                                    ]
                                }
                            }
                        }
                    }
                },
                "tags":[
                    "Administrative Server/Extracts"
                ],
                "produces":[
                    "application/json"
                ],
                "parameters":[
                    {
                        "name":"version",
                        "in":"path",
                        "description":"<p>Oracle GoldenGate Service API version.</p>",
                        "required":true,
                        "type":"string",
                        "enum":[
                            "v2"
                        ]
                    }
                ],
                "x-internal-id":"services-{version}-extracts-get",
                "x-filename-id":"services-version-extracts-get"
            }
        },
        "/services/{version}/connections/{connection}/databases/{database}/{schema}":{
            "get":{
                "description":"<p>Retrieve names of tables in the schema.</p>",
                "summary":"Retrieve Database Tables",
                "operationId":"get /services/{version}/connections/{connection}/databases/{database}/{schema}",
                "responses":{
                    "200":{
                        "description":"<p>Table names retrieved successfully.</p>",
                        "schema":{
                            "$ref":"#/definitions/ogg:collection"
                        },
                        "examples":{
                            "application/json":{
                                "$schema":"api:standardResponse",
                                "links":[
                                    {
                                        "href":"http://localhost:11001/services/v2/connections/OracleGoldenGate.oggadmin/databases/ORCL/OGGADMIN",
                                        "mediaType":"application/json",
                                        "rel":"canonical"
                                    },
                                    {
                                        "href":"http://localhost:11001/services/v2/connections/OracleGoldenGate.oggadmin/databases/ORCL/OGGADMIN",
                                        "mediaType":"application/json",
                                        "rel":"self"
                                    },
                                    {
                                        "href":"http://localhost:11001/services/v2/metadata-catalog/schema",
                                        "mediaType":"application/schema+json",
                                        "rel":"describedby"
                                    }
                                ],
                                "messages":[
                                ],
                                "response":{
                                    "$schema":"ogg:collection",
                                    "items":[
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/connections/OracleGoldenGate.oggadmin/databases/ORCL/OGGADMIN",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/connections/OracleGoldenGate.oggadmin/databases/ORCL/OGGADMIN/CHECKPOINTS",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"CHECKPOINTS"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/connections/OracleGoldenGate.oggadmin/databases/ORCL/OGGADMIN",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/connections/OracleGoldenGate.oggadmin/databases/ORCL/OGGADMIN/CHECKPOINTS_LOX",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"CHECKPOINTS_LOX"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/connections/OracleGoldenGate.oggadmin/databases/ORCL/OGGADMIN",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/connections/OracleGoldenGate.oggadmin/databases/ORCL/OGGADMIN/OGG%24Q_TAB_EXT2",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG$Q_TAB_EXT2"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/connections/OracleGoldenGate.oggadmin/databases/ORCL/OGGADMIN",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/connections/OracleGoldenGate.oggadmin/databases/ORCL/OGGADMIN/TABLE01",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"TABLE01"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/connections/OracleGoldenGate.oggadmin/databases/ORCL/OGGADMIN",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/connections/OracleGoldenGate.oggadmin/databases/ORCL/OGGADMIN/TRACE01",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"TRACE01"
                                        }
                                    ]
                                }
                            }
                        }
                    }
                },
                "tags":[
                    "Administrative Server/Database"
                ],
                "produces":[
                    "application/json"
                ],
                "parameters":[
                    {
                        "name":"schema",
                        "in":"path",
                        "description":"<p>Schema name in the database.</p>",
                        "required":true,
                        "type":"string",
                        "minLength":1,
                        "maxLength":130
                    },
                    {
                        "name":"database",
                        "in":"path",
                        "description":"<p>Database name.</p>",
                        "required":true,
                        "type":"string",
                        "minLength":1,
                        "maxLength":130
                    },
                    {
                        "name":"connection",
                        "in":"path",
                        "description":"<p>Connection name. For each alias in the credential store, a connection with the name 'domain.alias' exists.</p>",
                        "required":true,
                        "type":"string",
                        "pattern":"^[a-zA-Z][a-zA-Z0-9_#$]{1,29}([.][a-zA-Z][a-zA-Z0-9_#$]{1,29})?$",
                        "minLength":1,
                        "maxLength":61
                    },
                    {
                        "name":"version",
                        "in":"path",
                        "description":"<p>Oracle GoldenGate Service API version.</p>",
                        "required":true,
                        "type":"string",
                        "enum":[
                            "v2"
                        ]
                    },
                    {
                        "name":"name",
                        "in":"query",
                        "description":"<p>Table name filter, including wildcard characters '*' or '?'.</p>",
                        "required":false,
                        "type":"string"
                    }
                ],
                "x-internal-id":"services-{version}-connections-{connection}-databases-{database}-{schema}-get",
                "x-filename-id":"services-version-connections-connection-databases-database-schema-get"
            }
        },
        "/services/{version}/parameters/{parameter}":{
            "get":{
                "description":"<p>Retrieve details for a parameter.</p>",
                "summary":"Retrieve Parameter Info",
                "operationId":"get /services/{version}/parameters/{parameter}",
                "responses":{
                    "200":{
                        "description":"<p>A description of the parameter is retrieved.</p>",
                        "schema":{
                            "$ref":"#/definitions/ogg:parameter"
                        },
                        "examples":{
                            "application/json":{
                                "$schema":"api:standardResponse",
                                "links":[
                                    {
                                        "href":"http://localhost:11001/services/v2/parameters/EXTRACT",
                                        "mediaType":"application/json",
                                        "rel":"canonical"
                                    },
                                    {
                                        "href":"http://localhost:11001/services/v2/parameters/EXTRACT",
                                        "mediaType":"application/json",
                                        "rel":"self"
                                    },
                                    {
                                        "href":"http://localhost:11001/services/v2/metadata-catalog/parameter",
                                        "mediaType":"application/schema+json",
                                        "rel":"describedby"
                                    }
                                ],
                                "messages":[
                                ],
                                "response":{
                                    "$schema":"ogg:parameter",
                                    "info":[
                                        {
                                            "dynamic":false,
                                            "databases":[
                                                "All"
                                            ],
                                            "status":"current",
                                            "platforms":[
                                                "All"
                                            ],
                                            "relationships":[
                                                {
                                                    "names":[
                                                        "sourceistable"
                                                    ],
                                                    "predicate":"conflicts-with"
                                                },
                                                {
                                                    "names":[
                                                        "sourceisfile"
                                                    ],
                                                    "predicate":"conflicts-with"
                                                }
                                            ],
                                            "argument":{
                                                "pattern":".{1,8}",
                                                "type":"string"
                                            },
                                            "components":[
                                                {
                                                    "mode":"All",
                                                    "name":"EXTRACT"
                                                }
                                            ],
                                            "mandatory":false,
                                            "description":"Extract group name."
                                        }
                                    ],
                                    "name":"extract"
                                }
                            }
                        }
                    }
                },
                "tags":[
                    "Administrative Server/Parameters"
                ],
                "produces":[
                    "application/json"
                ],
                "parameters":[
                    {
                        "name":"parameter",
                        "in":"path",
                        "description":"<p>Name of parameter for information request</p>",
                        "required":true,
                        "type":"string",
                        "minLength":1,
                        "maxLength":64
                    },
                    {
                        "name":"version",
                        "in":"path",
                        "description":"<p>Oracle GoldenGate Service API version.</p>",
                        "required":true,
                        "type":"string",
                        "enum":[
                            "v2"
                        ]
                    }
                ],
                "x-internal-id":"services-{version}-parameters-{parameter}-get",
                "x-filename-id":"services-version-parameters-parameter-get"
            }
        },
        "/services/{version}/replicats/{replicat}":{
            "get":{
                "description":"<p>Retrieve the details of an replicat process.</p>",
                "summary":"Retrieve Replicat",
                "operationId":"get /services/{version}/replicats/{replicat}",
                "responses":{
                    "200":{
                        "description":"<p>The details of the extract were retrieved successfully.</p>",
                        "schema":{
                            "$ref":"#/definitions/ogg:replicat"
                        },
                        "examples":{
                            "application/json":{
                                "$schema":"api:standardResponse",
                                "links":[
                                    {
                                        "href":"http://localhost:11001/services/v2/replicats/REP2",
                                        "mediaType":"application/json",
                                        "rel":"canonical"
                                    },
                                    {
                                        "href":"http://localhost:11001/services/v2/replicats/REP2",
                                        "mediaType":"application/json",
                                        "rel":"self"
                                    },
                                    {
                                        "href":"http://localhost:11001/services/v2/metadata-catalog/replicat",
                                        "mediaType":"application/schema+json",
                                        "rel":"describedby"
                                    }
                                ],
                                "messages":[
                                ],
                                "response":{
                                    "$schema":"ogg:replicat",
                                    "checkpoint":{
                                        "table":"oggadmin.checkpoints"
                                    },
                                    "config":[
                                        "Replicat    REP2",
                                        "UseridAlias oggadmin",
                                        "Map         oggadmin.*,",
                                        "  Target    oggadmin.*;"
                                    ],
                                    "credentials":{
                                        "alias":"oggadmin"
                                    },
                                    "mode":{
                                        "parallel":false,
                                        "type":"nonintegrated"
                                    },
                                    "registration":"none",
                                    "source":{
                                        "name":"X2",
                                        "path":"/u02/ogg/Local/var/lib/data"
                                    },
                                    "status":"running"
                                }
                            }
                        }
                    }
                },
                "tags":[
                    "Administrative Server/Replicats"
                ],
                "produces":[
                    "application/json"
                ],
                "parameters":[
                    {
                        "name":"replicat",
                        "in":"path",
                        "description":"<p>The name of the replicat. Replicat names are upper case, begin with an alphabetic character followed by up to seven alpha-numeric characters.</p>",
                        "required":true,
                        "type":"string",
                        "pattern":"^[A-Z_$][A-Z0-9_$]*$",
                        "minLength":1,
                        "maxLength":8
                    },
                    {
                        "name":"version",
                        "in":"path",
                        "description":"<p>Oracle GoldenGate Service API version.</p>",
                        "required":true,
                        "type":"string",
                        "enum":[
                            "v2"
                        ]
                    }
                ],
                "x-internal-id":"services-{version}-replicats-{replicat}-get",
                "x-filename-id":"services-version-replicats-replicat-get"
            },
            "post":{
                "description":"<p>Create a new replicat process.</p>",
                "summary":"Create Replicat",
                "operationId":"post /services/{version}/replicats/{replicat}",
                "responses":{
                    "201":{
                        "description":"<p>The replicat process was created successfully.</p>",
                        "schema":{
                            "$ref":"#/definitions/api:standardResponse"
                        },
                        "examples":{
                            "application/json":{
                                "$schema":"api:standardResponse",
                                "links":[
                                    {
                                        "href":"http://localhost:11001/services/v2/replicats/REP2",
                                        "mediaType":"application/json",
                                        "rel":"canonical"
                                    },
                                    {
                                        "href":"http://localhost:11001/services/v2/replicats/REP2",
                                        "mediaType":"application/json",
                                        "rel":"self"
                                    }
                                ],
                                "messages":[
                                    {
                                        "$schema":"ogg:message",
                                        "code":"OGG-08100",
                                        "issued":"2019-03-15T14:42:35Z",
                                        "severity":"INFO",
                                        "title":"REPLICAT added.",
                                        "type":"http://docs.oracle.com/goldengate/c1910/gg-winux/GMESG/oggus.htm#OGG-08100"
                                    },
                                    {
                                        "$schema":"ogg:message",
                                        "code":"OGG-10183",
                                        "issued":"2019-03-15T14:42:35Z",
                                        "severity":"INFO",
                                        "title":"Parameter file REP2.prm:  Validity check: PASS",
                                        "type":"http://docs.oracle.com/goldengate/c1910/gg-winux/GMESG/oggus.htm#OGG-10183"
                                    }
                                ]
                            }
                        }
                    }
                },
                "tags":[
                    "Administrative Server/Replicats"
                ],
                "produces":[
                    "application/json"
                ],
                "consumes":[
                    "application/json"
                ],
                "parameters":[
                    {
                        "name":"replicat",
                        "in":"path",
                        "description":"<p>The name of the replicat. Replicat names are upper case, begin with an alphabetic character followed by up to seven alpha-numeric characters.</p>",
                        "required":true,
                        "type":"string",
                        "pattern":"^[A-Z_$][A-Z0-9_$]*$",
                        "minLength":1,
                        "maxLength":8
                    },
                    {
                        "name":"version",
                        "in":"path",
                        "description":"<p>Oracle GoldenGate Service API version.</p>",
                        "required":true,
                        "type":"string",
                        "enum":[
                            "v2"
                        ]
                    },
                    {
                        "name":"body",
                        "in":"body",
                        "description":"",
                        "required":false,
                        "schema":{
                            "$ref":"#/definitions/ogg:replicat"
                        },
                        "x-examples":{
                            "application/json":{
                                "config":[
                                    "Replicat    REP2",
                                    "UseridAlias oggadmin",
                                    "Map         oggadmin.*,",
                                    "  Target    oggadmin.*;"
                                ],
                                "source":{
                                    "name":"X2"
                                },
                                "credentials":{
                                    "alias":"oggadmin"
                                },
                                "checkpoint":{
                                    "table":"oggadmin.checkpoints"
                                }
                            }
                        }
                    }
                ],
                "x-internal-id":"services-{version}-replicats-{replicat}-post",
                "x-filename-id":"services-version-replicats-replicat-post"
            },
            "patch":{
                "description":"<p>Update an existing replicat process. A user with the 'Operator' role may change the \"status\" property. Any other changes require the 'Administrator' role.</p>",
                "summary":"Update Replicat",
                "operationId":"patch /services/{version}/replicats/{replicat}",
                "responses":{
                    "200":{
                        "description":"<p>The replicat process was successfully modified.</p>",
                        "schema":{
                            "$ref":"#/definitions/api:standardResponse"
                        },
                        "examples":{
                            "application/json":{
                                "$schema":"api:standardResponse",
                                "links":[
                                    {
                                        "href":"http://localhost:11001/services/v2/replicats/REP2",
                                        "mediaType":"application/json",
                                        "rel":"canonical"
                                    },
                                    {
                                        "href":"http://localhost:11001/services/v2/replicats/REP2",
                                        "mediaType":"application/json",
                                        "rel":"self"
                                    }
                                ],
                                "messages":[
                                    {
                                        "$schema":"ogg:message",
                                        "code":"OGG-00975",
                                        "issued":"2019-03-15T14:42:35Z",
                                        "severity":"INFO",
                                        "title":"REPLICAT REP2 starting",
                                        "type":"http://docs.oracle.com/goldengate/c1910/gg-winux/GMESG/oggus.htm#OGG-00975"
                                    },
                                    {
                                        "$schema":"ogg:message",
                                        "code":"OGG-15426",
                                        "issued":"2019-03-15T14:42:35Z",
                                        "severity":"INFO",
                                        "title":"REPLICAT REP2 started",
                                        "type":"http://docs.oracle.com/goldengate/c1910/gg-winux/GMESG/oggus.htm#OGG-15426"
                                    }
                                ]
                            }
                        }
                    }
                },
                "tags":[
                    "Administrative Server/Replicats"
                ],
                "produces":[
                    "application/json"
                ],
                "consumes":[
                    "application/json"
                ],
                "parameters":[
                    {
                        "name":"replicat",
                        "in":"path",
                        "description":"<p>The name of the replicat. Replicat names are upper case, begin with an alphabetic character followed by up to seven alpha-numeric characters.</p>",
                        "required":true,
                        "type":"string",
                        "pattern":"^[A-Z_$][A-Z0-9_$]*$",
                        "minLength":1,
                        "maxLength":8
                    },
                    {
                        "name":"version",
                        "in":"path",
                        "description":"<p>Oracle GoldenGate Service API version.</p>",
                        "required":true,
                        "type":"string",
                        "enum":[
                            "v2"
                        ]
                    },
                    {
                        "name":"body",
                        "in":"body",
                        "description":"",
                        "required":false,
                        "schema":{
                            "$ref":"#/definitions/ogg:replicat"
                        },
                        "x-examples":{
                            "application/json":{
                                "status":"running"
                            }
                        }
                    }
                ],
                "x-internal-id":"services-{version}-replicats-{replicat}-patch",
                "x-filename-id":"services-version-replicats-replicat-patch"
            },
            "delete":{
                "description":"<p>Delete a replicat process. If the replicat process is currently running, it is stopped first.</p>",
                "summary":"Delete Replicat",
                "operationId":"delete /services/{version}/replicats/{replicat}",
                "responses":{
                    "200":{
                        "description":"<p>Replicat process successfully deleted.</p>",
                        "schema":{
                            "$ref":"#/definitions/api:standardResponse"
                        },
                        "examples":{
                            "application/json":{
                                "$schema":"api:standardResponse",
                                "links":[
                                    {
                                        "href":"http://localhost:11001/services/v2/replicats/REP2",
                                        "mediaType":"application/json",
                                        "rel":"canonical"
                                    },
                                    {
                                        "href":"http://localhost:11001/services/v2/replicats/REP2",
                                        "mediaType":"application/json",
                                        "rel":"self"
                                    }
                                ],
                                "messages":[
                                    {
                                        "$schema":"ogg:message",
                                        "code":"OGG-08100",
                                        "issued":"2019-03-15T14:43:24Z",
                                        "severity":"INFO",
                                        "title":"Deleted REPLICAT REP2.",
                                        "type":"http://docs.oracle.com/goldengate/c1910/gg-winux/GMESG/oggus.htm#OGG-08100"
                                    }
                                ]
                            }
                        }
                    }
                },
                "tags":[
                    "Administrative Server/Replicats"
                ],
                "produces":[
                    "application/json"
                ],
                "parameters":[
                    {
                        "name":"replicat",
                        "in":"path",
                        "description":"<p>The name of the replicat. Replicat names are upper case, begin with an alphabetic character followed by up to seven alpha-numeric characters.</p>",
                        "required":true,
                        "type":"string",
                        "pattern":"^[A-Z_$][A-Z0-9_$]*$",
                        "minLength":1,
                        "maxLength":8
                    },
                    {
                        "name":"version",
                        "in":"path",
                        "description":"<p>Oracle GoldenGate Service API version.</p>",
                        "required":true,
                        "type":"string",
                        "enum":[
                            "v2"
                        ]
                    }
                ],
                "x-internal-id":"services-{version}-replicats-{replicat}-delete",
                "x-filename-id":"services-version-replicats-replicat-delete"
            }
        },
        "/services/{version}/connections/{connection}/trandata/procedure":{
            "post":{
                "description":"<p>Manage Supplemental Logging for Database Procedures</p>",
                "summary":"Manage Procedural Supplemental Logging",
                "operationId":"post /services/{version}/connections/{connection}/trandata/procedure",
                "responses":{
                    "200":{
                        "description":"<p>Supplemental logging command completed successfully.</p>",
                        "schema":{
                            "$ref":"#/definitions/ogg:trandataProcedureResponse"
                        },
                        "examples":{
                            "application/json":{
                                "$schema":"api:standardResponse",
                                "links":[
                                    {
                                        "href":"http://localhost:11001/services/v2/connections/OracleGoldenGate.oggadmin/trandata/procedure",
                                        "mediaType":"application/json",
                                        "rel":"canonical"
                                    },
                                    {
                                        "href":"http://localhost:11001/services/v2/connections/OracleGoldenGate.oggadmin/trandata/procedure",
                                        "mediaType":"application/json",
                                        "rel":"self"
                                    }
                                ],
                                "messages":[
                                ],
                                "response":{
                                    "$schema":"ogg:trandataProcedureResponse",
                                    "enabled":false,
                                    "type":"info"
                                }
                            }
                        }
                    }
                },
                "tags":[
                    "Administrative Server/Database"
                ],
                "produces":[
                    "application/json"
                ],
                "consumes":[
                    "application/json"
                ],
                "parameters":[
                    {
                        "name":"connection",
                        "in":"path",
                        "description":"<p>Connection name. For each alias in the credential store, a connection with the name 'domain.alias' exists.</p>",
                        "required":true,
                        "type":"string",
                        "pattern":"^[a-zA-Z][a-zA-Z0-9_#$]{1,29}([.][a-zA-Z][a-zA-Z0-9_#$]{1,29})?$",
                        "minLength":1,
                        "maxLength":61
                    },
                    {
                        "name":"version",
                        "in":"path",
                        "description":"<p>Oracle GoldenGate Service API version.</p>",
                        "required":true,
                        "type":"string",
                        "enum":[
                            "v2"
                        ]
                    },
                    {
                        "name":"body",
                        "in":"body",
                        "description":"",
                        "required":false,
                        "schema":{
                            "$ref":"#/definitions/ogg:trandataProcedure"
                        },
                        "x-examples":{
                            "application/json":{
                                "operation":"info"
                            }
                        }
                    }
                ],
                "x-internal-id":"services-{version}-connections-{connection}-trandata-procedure-post",
                "x-filename-id":"services-version-connections-connection-trandata-procedure-post"
            }
        },
        "/services/{version}/replicats/{replicat}/info/status":{
            "get":{
                "description":"<p>Retrieve the current status of the replicat process.</p>",
                "summary":"Retrieve Status",
                "operationId":"get /services/{version}/replicats/{replicat}/info/status",
                "responses":{
                    "200":{
                        "description":"<p>Process status retrieved successfully.</p>",
                        "schema":{
                            "$ref":"#/definitions/ogg:replicatStatus"
                        },
                        "examples":{
                            "application/json":{
                                "$schema":"api:standardResponse",
                                "links":[
                                    {
                                        "href":"http://localhost:11001/services/v2/replicats/REP2/info/status",
                                        "mediaType":"application/json",
                                        "rel":"canonical"
                                    },
                                    {
                                        "href":"http://localhost:11001/services/v2/replicats/REP2/info/status",
                                        "mediaType":"application/json",
                                        "rel":"self"
                                    },
                                    {
                                        "href":"http://localhost:11001/services/v2/metadata-catalog/replicatStatus",
                                        "mediaType":"application/schema+json",
                                        "rel":"describedby"
                                    }
                                ],
                                "messages":[
                                ],
                                "response":{
                                    "$schema":"ogg:replicatStatus",
                                    "lag":0,
                                    "lastStarted":"2019-03-15T14:42:36.212Z",
                                    "position":{
                                        "name":"X2",
                                        "offset":4375,
                                        "path":"/u02/ogg/Local/var/lib/data/",
                                        "sequence":0
                                    },
                                    "processId":1638,
                                    "sinceLagReported":4,
                                    "status":"running"
                                }
                            }
                        }
                    }
                },
                "tags":[
                    "Administrative Server/Replicats"
                ],
                "produces":[
                    "application/json"
                ],
                "parameters":[
                    {
                        "name":"replicat",
                        "in":"path",
                        "description":"<p>The name of the replicat. Replicat names are upper case, begin with an alphabetic character followed by up to seven alpha-numeric characters.</p>",
                        "required":true,
                        "type":"string",
                        "pattern":"^[A-Z_$][A-Z0-9_$]*$",
                        "minLength":1,
                        "maxLength":8
                    },
                    {
                        "name":"version",
                        "in":"path",
                        "description":"<p>Oracle GoldenGate Service API version.</p>",
                        "required":true,
                        "type":"string",
                        "enum":[
                            "v2"
                        ]
                    }
                ],
                "x-internal-id":"services-{version}-replicats-{replicat}-info-status-get",
                "x-filename-id":"services-version-replicats-replicat-info-status-get"
            }
        },
        "/services/{version}/extracts/{extract}/info/checkpoints":{
            "get":{
                "description":"<p>Retrieve the checkpoint information for the extract process.</p>",
                "summary":"Retrieve Checkpoints",
                "operationId":"get /services/{version}/extracts/{extract}/info/checkpoints",
                "responses":{
                    "200":{
                        "description":"<p>Checkpoint information for the extract process retrieved successfully.</p>",
                        "schema":{
                            "$ref":"#/definitions/ogg:extractCheckpoints"
                        },
                        "examples":{
                            "application/json":{
                                "$schema":"api:standardResponse",
                                "links":[
                                    {
                                        "href":"http://localhost:11001/services/v2/extracts/EXT2/info/checkpoints",
                                        "mediaType":"application/json",
                                        "rel":"canonical"
                                    },
                                    {
                                        "href":"http://localhost:11001/services/v2/extracts/EXT2/info/checkpoints",
                                        "mediaType":"application/json",
                                        "rel":"self"
                                    },
                                    {
                                        "href":"http://localhost:11001/services/v2/metadata-catalog/extractCheckpoints",
                                        "mediaType":"application/schema+json",
                                        "rel":"describedby"
                                    }
                                ],
                                "messages":[
                                ],
                                "response":{
                                    "$schema":"ogg:extractCheckpoints",
                                    "current":{
                                        "input":[
                                            {
                                                "boundedRecoveryBegin":{
                                                    "csn":null,
                                                    "name":null,
                                                    "offset":0,
                                                    "sequence":0,
                                                    "thread":1,
                                                    "timestamp":"2019-03-15T14:40:54.375Z"
                                                },
                                                "boundedRecoveryEnd":{
                                                    "csn":null,
                                                    "name":null,
                                                    "offset":0,
                                                    "sequence":0,
                                                    "thread":1,
                                                    "timestamp":"2019-03-15T14:40:54.375Z"
                                                },
                                                "boundedRecoveryPrevious":{
                                                    "csn":null,
                                                    "name":null,
                                                    "offset":0,
                                                    "sequence":0,
                                                    "thread":1,
                                                    "timestamp":"2019-03-15T14:40:54.375Z"
                                                },
                                                "current":{
                                                    "csn":1543768,
                                                    "name":"Not Available",
                                                    "offset":0,
                                                    "sequence":0,
                                                    "thread":0,
                                                    "timestamp":"2019-03-15T14:42:14.000Z"
                                                },
                                                "recovery":{
                                                    "csn":1543768,
                                                    "name":"Not Available",
                                                    "offset":0,
                                                    "sequence":0,
                                                    "thread":1,
                                                    "timestamp":"2019-03-15T14:42:14.000Z"
                                                },
                                                "starting":{
                                                    "csn":null,
                                                    "name":null,
                                                    "offset":0,
                                                    "sequence":0,
                                                    "thread":1,
                                                    "timestamp":"2019-03-15T14:40:45.000Z"
                                                }
                                            }
                                        ],
                                        "output":[
                                            {
                                                "current":{
                                                    "name":"X2",
                                                    "offset":4375,
                                                    "path":"/u02/ogg/Local/var/lib/data/",
                                                    "sequence":0,
                                                    "sequenceLength":9,
                                                    "sequenceLengthFlip":false,
                                                    "timestamp":"2019-03-15T14:42:17.424Z"
                                                }
                                            }
                                        ]
                                    }
                                }
                            }
                        }
                    }
                },
                "tags":[
                    "Administrative Server/Extracts"
                ],
                "produces":[
                    "application/json"
                ],
                "parameters":[
                    {
                        "name":"extract",
                        "in":"path",
                        "description":"<p>The name of the extract. Extract names are upper case, begin with an alphabetic character followed by up to seven alpha-numeric characters.</p>",
                        "required":true,
                        "type":"string",
                        "pattern":"^[A-Z_$][A-Z0-9_$]*$",
                        "minLength":1,
                        "maxLength":8
                    },
                    {
                        "name":"version",
                        "in":"path",
                        "description":"<p>Oracle GoldenGate Service API version.</p>",
                        "required":true,
                        "type":"string",
                        "enum":[
                            "v2"
                        ]
                    },
                    {
                        "name":"history",
                        "in":"query",
                        "description":"<p>Number of historical checkpoint records to return</p>",
                        "required":false,
                        "type":"string"
                    }
                ],
                "x-internal-id":"services-{version}-extracts-{extract}-info-checkpoints-get",
                "x-filename-id":"services-version-extracts-extract-info-checkpoints-get"
            }
        },
        "/services/{version}/replicats/{replicat}/info/history":{
            "get":{
                "description":"<p>Retrieve the execution history of a managed replicat process.</p>",
                "summary":"Retrieve History",
                "operationId":"get /services/{version}/replicats/{replicat}/info/history",
                "responses":{
                    "200":{
                        "description":"<p>Process history retrieved successfully.</p>",
                        "schema":{
                            "$ref":"#/definitions/ogg:taskHistory"
                        },
                        "examples":{
                            "application/json":{
                                "$schema":"api:standardResponse",
                                "links":[
                                    {
                                        "href":"http://localhost:11001/services/v2/tasks/ReportLag/info/history",
                                        "mediaType":"application/json",
                                        "rel":"canonical"
                                    },
                                    {
                                        "href":"http://localhost:11001/services/v2/tasks/ReportLag/info/history",
                                        "mediaType":"application/json",
                                        "rel":"self"
                                    },
                                    {
                                        "href":"http://localhost:11001/services/v2/metadata-catalog/taskHistory",
                                        "mediaType":"application/schema+json",
                                        "rel":"describedby"
                                    }
                                ],
                                "messages":[
                                ],
                                "response":{
                                    "$schema":"ogg:taskHistory",
                                    "history":[
                                    ]
                                }
                            }
                        }
                    }
                },
                "tags":[
                    "Administrative Server/Replicats"
                ],
                "produces":[
                    "application/json"
                ],
                "parameters":[
                    {
                        "name":"replicat",
                        "in":"path",
                        "description":"<p>The name of the replicat. Replicat names are upper case, begin with an alphabetic character followed by up to seven alpha-numeric characters.</p>",
                        "required":true,
                        "type":"string",
                        "pattern":"^[A-Z_$][A-Z0-9_$]*$",
                        "minLength":1,
                        "maxLength":8
                    },
                    {
                        "name":"version",
                        "in":"path",
                        "description":"<p>Oracle GoldenGate Service API version.</p>",
                        "required":true,
                        "type":"string",
                        "enum":[
                            "v2"
                        ]
                    }
                ],
                "x-internal-id":"services-{version}-replicats-{replicat}-info-history-get",
                "x-filename-id":"services-version-replicats-replicat-info-history-get"
            }
        },
        "/services/{version}":{
            "get":{
                "description":"<p>Use this endpoint to obtain details of a specific version of an Oracle GoldenGate Service REST API.</p>",
                "summary":"Describe API Version",
                "operationId":"get /services/{version}",
                "responses":{
                    "200":{
                        "description":"<p>The API version details were retrieved successfully.</p>",
                        "schema":{
                            "$ref":"#/definitions/api:version"
                        },
                        "examples":{
                            "application/json":{
                                "$schema":"api:version",
                                "catalog":{
                                    "links":[
                                        {
                                            "href":"http://localhost:11001/services/v2/metadata-catalog",
                                            "mediaType":"application/json",
                                            "rel":"canonical"
                                        }
                                    ]
                                },
                                "isLatest":true,
                                "lifecycle":"active",
                                "links":[
                                    {
                                        "href":"http://localhost:11001/services/v2",
                                        "mediaType":"application/json",
                                        "rel":"canonical"
                                    },
                                    {
                                        "href":"http://localhost:11001/services/v2",
                                        "mediaType":"application/json",
                                        "rel":"self"
                                    }
                                ],
                                "version":"v2"
                            }
                        }
                    }
                },
                "tags":[
                    "Common/REST API Catalog"
                ],
                "produces":[
                    "application/json"
                ],
                "parameters":[
                    {
                        "name":"version",
                        "in":"path",
                        "description":"<p>Oracle GoldenGate Service API version.</p>",
                        "required":true,
                        "type":"string",
                        "enum":[
                            "v2"
                        ]
                    }
                ],
                "x-internal-id":"services-{version}-get",
                "x-filename-id":"services-version-get"
            }
        },
        "/services/{version}/replicats/{replicat}/command":{
            "post":{
                "description":"<p>Execute a Replicat process command</p>",
                "summary":"Issue Command",
                "operationId":"post /services/{version}/replicats/{replicat}/command",
                "responses":{
                    "200":{
                        "description":"<p>Command executed successfully.</p>",
                        "schema":{
                            "$ref":"#/definitions/er:commandResult"
                        },
                        "examples":{
                            "application/json":{
                                "$schema":"api:standardResponse",
                                "links":[
                                    {
                                        "href":"http://localhost:11001/services/v2/replicats/REP2/command",
                                        "mediaType":"application/json",
                                        "rel":"canonical"
                                    },
                                    {
                                        "href":"http://localhost:11001/services/v2/replicats/REP2/command",
                                        "mediaType":"application/json",
                                        "rel":"self"
                                    }
                                ],
                                "messages":[
                                ],
                                "response":{
                                    "$schema":"er:commandResult",
                                    "reply":"OKNODOT\t\nStart of Statistics at 2019-03-15 14:43:21.\n\nReplicating from OGGADMIN.GG_HEARTBEAT_SEED to OGGADMIN.GG_HEARTBEAT:\n\n*** Hourly statistics since 2019-03-15 14:42:37 ***\n\tTotal inserts                   \t           0.00\n\tTotal updates                   \t           1.00\n\tTotal deletes                   \t           0.00\n\tTotal upserts                   \t           0.00\n\tTotal discards                  \t           0.00\n\tTotal operations                \t           1.00\n\nReplicating from OGGADMIN.GG_HEARTBEAT_SEED to OGGADMIN.GG_HEARTBEAT_HISTORY:\n\n*** Hourly statistics since 2019-03-15 14:42:37 ***\n\tTotal inserts                   \t           0.00\n\tTotal updates                   \t           1.00\n\tTotal deletes                   \t           0.00\n\tTotal upserts                   \t           0.00\n\tTotal discards                  \t           0.00\n\tTotal operations                \t           1.00\n\nEnd of Statistics.",
                                    "replyData":{
                                        "$schema":"ogg:stats",
                                        "stats":[
                                            {
                                                "operations":[
                                                    {
                                                        "count":0,
                                                        "operation":"insert"
                                                    },
                                                    {
                                                        "count":1,
                                                        "operation":"update"
                                                    },
                                                    {
                                                        "count":0,
                                                        "operation":"delete"
                                                    },
                                                    {
                                                        "count":0,
                                                        "operation":"upsert"
                                                    },
                                                    {
                                                        "count":0,
                                                        "operation":"discard"
                                                    },
                                                    {
                                                        "count":1,
                                                        "operation":"operations"
                                                    }
                                                ],
                                                "since":"2019-03-15T14:42:37.491Z",
                                                "sourceTable":"OGGADMIN.GG_HEARTBEAT_SEED",
                                                "targetTable":"OGGADMIN.GG_HEARTBEAT"
                                            },
                                            {
                                                "operations":[
                                                    {
                                                        "count":0,
                                                        "operation":"insert"
                                                    },
                                                    {
                                                        "count":1,
                                                        "operation":"update"
                                                    },
                                                    {
                                                        "count":0,
                                                        "operation":"delete"
                                                    },
                                                    {
                                                        "count":0,
                                                        "operation":"upsert"
                                                    },
                                                    {
                                                        "count":0,
                                                        "operation":"discard"
                                                    },
                                                    {
                                                        "count":1,
                                                        "operation":"operations"
                                                    }
                                                ],
                                                "since":"2019-03-15T14:42:37.491Z",
                                                "sourceTable":"OGGADMIN.GG_HEARTBEAT_SEED",
                                                "targetTable":"OGGADMIN.GG_HEARTBEAT_HISTORY"
                                            }
                                        ]
                                    }
                                }
                            }
                        }
                    }
                },
                "tags":[
                    "Administrative Server/Replicats"
                ],
                "produces":[
                    "application/json"
                ],
                "consumes":[
                    "application/json"
                ],
                "parameters":[
                    {
                        "name":"replicat",
                        "in":"path",
                        "description":"<p>The name of the replicat. Replicat names are upper case, begin with an alphabetic character followed by up to seven alpha-numeric characters.</p>",
                        "required":true,
                        "type":"string",
                        "pattern":"^[A-Z_$][A-Z0-9_$]*$",
                        "minLength":1,
                        "maxLength":8
                    },
                    {
                        "name":"version",
                        "in":"path",
                        "description":"<p>Oracle GoldenGate Service API version.</p>",
                        "required":true,
                        "type":"string",
                        "enum":[
                            "v2"
                        ]
                    },
                    {
                        "name":"body",
                        "in":"body",
                        "description":"",
                        "required":false,
                        "schema":{
                            "$ref":"#/definitions/er:command"
                        },
                        "x-examples":{
                            "application/json":{
                                "command":"STATS",
                                "arguments":"HOURLY"
                            }
                        }
                    }
                ],
                "x-internal-id":"services-{version}-replicats-{replicat}-command-post",
                "x-filename-id":"services-version-replicats-replicat-command-post"
            }
        },
        "/services/{version}/connections/{connection}/databases/{database}":{
            "get":{
                "description":"<p>Retrieve names of schemas in the database.</p>",
                "summary":"Retrieve Database Schemas",
                "operationId":"get /services/{version}/connections/{connection}/databases/{database}",
                "responses":{
                    "200":{
                        "description":"<p>Schema names retrieved successfully.</p>",
                        "schema":{
                            "$ref":"#/definitions/ogg:collection"
                        },
                        "examples":{
                            "application/json":{
                                "$schema":"api:standardResponse",
                                "links":[
                                    {
                                        "href":"http://localhost:11001/services/v2/connections/OracleGoldenGate.oggadmin/databases/ORCL",
                                        "mediaType":"application/json",
                                        "rel":"canonical"
                                    },
                                    {
                                        "href":"http://localhost:11001/services/v2/connections/OracleGoldenGate.oggadmin/databases/ORCL",
                                        "mediaType":"application/json",
                                        "rel":"self"
                                    },
                                    {
                                        "href":"http://localhost:11001/services/v2/metadata-catalog/database",
                                        "mediaType":"application/schema+json",
                                        "rel":"describedby"
                                    }
                                ],
                                "messages":[
                                ],
                                "response":{
                                    "$schema":"ogg:collection",
                                    "items":[
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/connections/OracleGoldenGate.oggadmin/databases/ORCL",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/connections/OracleGoldenGate.oggadmin/databases/ORCL/SYS",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"SYS"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/connections/OracleGoldenGate.oggadmin/databases/ORCL",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/connections/OracleGoldenGate.oggadmin/databases/ORCL/AUDSYS",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"AUDSYS"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/connections/OracleGoldenGate.oggadmin/databases/ORCL",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/connections/OracleGoldenGate.oggadmin/databases/ORCL/SYSTEM",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"SYSTEM"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/connections/OracleGoldenGate.oggadmin/databases/ORCL",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/connections/OracleGoldenGate.oggadmin/databases/ORCL/SYSBACKUP",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"SYSBACKUP"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/connections/OracleGoldenGate.oggadmin/databases/ORCL",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/connections/OracleGoldenGate.oggadmin/databases/ORCL/SYSDG",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"SYSDG"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/connections/OracleGoldenGate.oggadmin/databases/ORCL",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/connections/OracleGoldenGate.oggadmin/databases/ORCL/SYSKM",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"SYSKM"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/connections/OracleGoldenGate.oggadmin/databases/ORCL",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/connections/OracleGoldenGate.oggadmin/databases/ORCL/SYSRAC",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"SYSRAC"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/connections/OracleGoldenGate.oggadmin/databases/ORCL",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/connections/OracleGoldenGate.oggadmin/databases/ORCL/OUTLN",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OUTLN"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/connections/OracleGoldenGate.oggadmin/databases/ORCL",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/connections/OracleGoldenGate.oggadmin/databases/ORCL/XS%24NULL",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"XS$NULL"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/connections/OracleGoldenGate.oggadmin/databases/ORCL",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/connections/OracleGoldenGate.oggadmin/databases/ORCL/GSMADMIN_INTERNAL",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"GSMADMIN_INTERNAL"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/connections/OracleGoldenGate.oggadmin/databases/ORCL",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/connections/OracleGoldenGate.oggadmin/databases/ORCL/GSMUSER",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"GSMUSER"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/connections/OracleGoldenGate.oggadmin/databases/ORCL",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/connections/OracleGoldenGate.oggadmin/databases/ORCL/DIP",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"DIP"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/connections/OracleGoldenGate.oggadmin/databases/ORCL",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/connections/OracleGoldenGate.oggadmin/databases/ORCL/REMOTE_SCHEDULER_AGENT",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"REMOTE_SCHEDULER_AGENT"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/connections/OracleGoldenGate.oggadmin/databases/ORCL",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/connections/OracleGoldenGate.oggadmin/databases/ORCL/DBSFWUSER",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"DBSFWUSER"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/connections/OracleGoldenGate.oggadmin/databases/ORCL",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/connections/OracleGoldenGate.oggadmin/databases/ORCL/ORACLE_OCM",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"ORACLE_OCM"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/connections/OracleGoldenGate.oggadmin/databases/ORCL",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/connections/OracleGoldenGate.oggadmin/databases/ORCL/SYS%24UMF",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"SYS$UMF"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/connections/OracleGoldenGate.oggadmin/databases/ORCL",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/connections/OracleGoldenGate.oggadmin/databases/ORCL/DBSNMP",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"DBSNMP"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/connections/OracleGoldenGate.oggadmin/databases/ORCL",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/connections/OracleGoldenGate.oggadmin/databases/ORCL/APPQOSSYS",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"APPQOSSYS"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/connections/OracleGoldenGate.oggadmin/databases/ORCL",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/connections/OracleGoldenGate.oggadmin/databases/ORCL/GSMCATUSER",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"GSMCATUSER"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/connections/OracleGoldenGate.oggadmin/databases/ORCL",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/connections/OracleGoldenGate.oggadmin/databases/ORCL/GGSYS",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"GGSYS"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/connections/OracleGoldenGate.oggadmin/databases/ORCL",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/connections/OracleGoldenGate.oggadmin/databases/ORCL/XDB",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"XDB"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/connections/OracleGoldenGate.oggadmin/databases/ORCL",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/connections/OracleGoldenGate.oggadmin/databases/ORCL/ANONYMOUS",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"ANONYMOUS"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/connections/OracleGoldenGate.oggadmin/databases/ORCL",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/connections/OracleGoldenGate.oggadmin/databases/ORCL/WMSYS",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"WMSYS"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/connections/OracleGoldenGate.oggadmin/databases/ORCL",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/connections/OracleGoldenGate.oggadmin/databases/ORCL/OJVMSYS",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OJVMSYS"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/connections/OracleGoldenGate.oggadmin/databases/ORCL",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/connections/OracleGoldenGate.oggadmin/databases/ORCL/CTXSYS",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"CTXSYS"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/connections/OracleGoldenGate.oggadmin/databases/ORCL",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/connections/OracleGoldenGate.oggadmin/databases/ORCL/ORDSYS",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"ORDSYS"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/connections/OracleGoldenGate.oggadmin/databases/ORCL",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/connections/OracleGoldenGate.oggadmin/databases/ORCL/ORDDATA",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"ORDDATA"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/connections/OracleGoldenGate.oggadmin/databases/ORCL",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/connections/OracleGoldenGate.oggadmin/databases/ORCL/ORDPLUGINS",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"ORDPLUGINS"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/connections/OracleGoldenGate.oggadmin/databases/ORCL",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/connections/OracleGoldenGate.oggadmin/databases/ORCL/SI_INFORMTN_SCHEMA",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"SI_INFORMTN_SCHEMA"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/connections/OracleGoldenGate.oggadmin/databases/ORCL",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/connections/OracleGoldenGate.oggadmin/databases/ORCL/MDSYS",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"MDSYS"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/connections/OracleGoldenGate.oggadmin/databases/ORCL",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/connections/OracleGoldenGate.oggadmin/databases/ORCL/OLAPSYS",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OLAPSYS"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/connections/OracleGoldenGate.oggadmin/databases/ORCL",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/connections/OracleGoldenGate.oggadmin/databases/ORCL/MDDATA",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"MDDATA"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/connections/OracleGoldenGate.oggadmin/databases/ORCL",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/connections/OracleGoldenGate.oggadmin/databases/ORCL/SPATIAL_CSW_ADMIN_USR",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"SPATIAL_CSW_ADMIN_USR"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/connections/OracleGoldenGate.oggadmin/databases/ORCL",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/connections/OracleGoldenGate.oggadmin/databases/ORCL/DVSYS",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"DVSYS"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/connections/OracleGoldenGate.oggadmin/databases/ORCL",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/connections/OracleGoldenGate.oggadmin/databases/ORCL/LBACSYS",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"LBACSYS"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/connections/OracleGoldenGate.oggadmin/databases/ORCL",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/connections/OracleGoldenGate.oggadmin/databases/ORCL/DVF",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"DVF"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/connections/OracleGoldenGate.oggadmin/databases/ORCL",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/connections/OracleGoldenGate.oggadmin/databases/ORCL/TKGGADMIN",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"TKGGADMIN"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/connections/OracleGoldenGate.oggadmin/databases/ORCL",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/connections/OracleGoldenGate.oggadmin/databases/ORCL/TKGGUSER01",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"TKGGUSER01"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/connections/OracleGoldenGate.oggadmin/databases/ORCL",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/connections/OracleGoldenGate.oggadmin/databases/ORCL/TKGGUSER02",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"TKGGUSER02"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/connections/OracleGoldenGate.oggadmin/databases/ORCL",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/connections/OracleGoldenGate.oggadmin/databases/ORCL/OGGADMIN",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGGADMIN"
                                        }
                                    ]
                                }
                            }
                        }
                    }
                },
                "tags":[
                    "Administrative Server/Database"
                ],
                "produces":[
                    "application/json"
                ],
                "parameters":[
                    {
                        "name":"database",
                        "in":"path",
                        "description":"<p>Database name.</p>",
                        "required":true,
                        "type":"string",
                        "minLength":1,
                        "maxLength":130
                    },
                    {
                        "name":"connection",
                        "in":"path",
                        "description":"<p>Connection name. For each alias in the credential store, a connection with the name 'domain.alias' exists.</p>",
                        "required":true,
                        "type":"string",
                        "pattern":"^[a-zA-Z][a-zA-Z0-9_#$]{1,29}([.][a-zA-Z][a-zA-Z0-9_#$]{1,29})?$",
                        "minLength":1,
                        "maxLength":61
                    },
                    {
                        "name":"version",
                        "in":"path",
                        "description":"<p>Oracle GoldenGate Service API version.</p>",
                        "required":true,
                        "type":"string",
                        "enum":[
                            "v2"
                        ]
                    },
                    {
                        "name":"name",
                        "in":"query",
                        "description":"<p>Schema name filter, including wildcard characters '*' or '?'.</p>",
                        "required":false,
                        "type":"string"
                    }
                ],
                "x-internal-id":"services-{version}-connections-{connection}-databases-{database}-get",
                "x-filename-id":"services-version-connections-connection-databases-database-get"
            }
        },
        "/services/{version}/connections/{connection}/databases":{
            "get":{
                "description":"<p>Retrieve names of databases.</p>",
                "summary":"Retrieve Database Names",
                "operationId":"get /services/{version}/connections/{connection}/databases",
                "responses":{
                    "200":{
                        "description":"<p>Database names retrieved successfully.</p>",
                        "schema":{
                            "$ref":"#/definitions/ogg:collection"
                        },
                        "examples":{
                            "application/json":{
                                "$schema":"api:standardResponse",
                                "links":[
                                    {
                                        "href":"http://localhost:11001/services/v2/connections/OracleGoldenGate.oggadmin/databases",
                                        "mediaType":"application/json",
                                        "rel":"canonical"
                                    },
                                    {
                                        "href":"http://localhost:11001/services/v2/connections/OracleGoldenGate.oggadmin/databases",
                                        "mediaType":"application/json",
                                        "rel":"self"
                                    },
                                    {
                                        "href":"http://localhost:11001/services/v2/metadata-catalog/databases",
                                        "mediaType":"application/schema+json",
                                        "rel":"describedby"
                                    }
                                ],
                                "messages":[
                                ],
                                "response":{
                                    "$schema":"ogg:collection",
                                    "items":[
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/connections/OracleGoldenGate.oggadmin/databases",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/connections/OracleGoldenGate.oggadmin/databases/ORCL",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"ORCL"
                                        }
                                    ]
                                }
                            }
                        }
                    }
                },
                "tags":[
                    "Administrative Server/Database"
                ],
                "produces":[
                    "application/json"
                ],
                "parameters":[
                    {
                        "name":"connection",
                        "in":"path",
                        "description":"<p>Connection name. For each alias in the credential store, a connection with the name 'domain.alias' exists.</p>",
                        "required":true,
                        "type":"string",
                        "pattern":"^[a-zA-Z][a-zA-Z0-9_#$]{1,29}([.][a-zA-Z][a-zA-Z0-9_#$]{1,29})?$",
                        "minLength":1,
                        "maxLength":61
                    },
                    {
                        "name":"version",
                        "in":"path",
                        "description":"<p>Oracle GoldenGate Service API version.</p>",
                        "required":true,
                        "type":"string",
                        "enum":[
                            "v2"
                        ]
                    },
                    {
                        "name":"name",
                        "in":"query",
                        "description":"<p>Database name filter, including wildcard characters '*' or '?'.</p>",
                        "required":false,
                        "type":"string"
                    }
                ],
                "x-internal-id":"services-{version}-connections-{connection}-databases-get",
                "x-filename-id":"services-version-connections-connection-databases-get"
            }
        },
        "/services/{version}/extracts/{extract}/info/history":{
            "get":{
                "description":"<p>Retrieve the execution history of a managed extract process.</p>",
                "summary":"Retrieve History",
                "operationId":"get /services/{version}/extracts/{extract}/info/history",
                "responses":{
                    "200":{
                        "description":"<p>Process history retrieved successfully.</p>",
                        "schema":{
                            "$ref":"#/definitions/ogg:taskHistory"
                        },
                        "examples":{
                            "application/json":{
                                "$schema":"api:standardResponse",
                                "links":[
                                    {
                                        "href":"http://localhost:11001/services/v2/tasks/ReportLag/info/history",
                                        "mediaType":"application/json",
                                        "rel":"canonical"
                                    },
                                    {
                                        "href":"http://localhost:11001/services/v2/tasks/ReportLag/info/history",
                                        "mediaType":"application/json",
                                        "rel":"self"
                                    },
                                    {
                                        "href":"http://localhost:11001/services/v2/metadata-catalog/taskHistory",
                                        "mediaType":"application/schema+json",
                                        "rel":"describedby"
                                    }
                                ],
                                "messages":[
                                ],
                                "response":{
                                    "$schema":"ogg:taskHistory",
                                    "history":[
                                    ]
                                }
                            }
                        }
                    }
                },
                "tags":[
                    "Administrative Server/Extracts"
                ],
                "produces":[
                    "application/json"
                ],
                "parameters":[
                    {
                        "name":"extract",
                        "in":"path",
                        "description":"<p>The name of the extract. Extract names are upper case, begin with an alphabetic character followed by up to seven alpha-numeric characters.</p>",
                        "required":true,
                        "type":"string",
                        "pattern":"^[A-Z_$][A-Z0-9_$]*$",
                        "minLength":1,
                        "maxLength":8
                    },
                    {
                        "name":"version",
                        "in":"path",
                        "description":"<p>Oracle GoldenGate Service API version.</p>",
                        "required":true,
                        "type":"string",
                        "enum":[
                            "v2"
                        ]
                    }
                ],
                "x-internal-id":"services-{version}-extracts-{extract}-info-history-get",
                "x-filename-id":"services-version-extracts-extract-info-history-get"
            }
        },
        "/services/{version}/extracts/{extract}/info/reports":{
            "get":{
                "description":"<p>Retrieve the list of reports available for the extract process.</p>",
                "summary":"List Reports",
                "operationId":"get /services/{version}/extracts/{extract}/info/reports",
                "responses":{
                    "200":{
                        "description":"<p>Collection of reports retrieved successfully.</p>",
                        "schema":{
                            "$ref":"#/definitions/ogg:collection"
                        },
                        "examples":{
                            "application/json":{
                                "$schema":"api:standardResponse",
                                "links":[
                                    {
                                        "href":"http://localhost:11001/services/v2/extracts/EXT2/info/reports",
                                        "mediaType":"application/json",
                                        "rel":"canonical"
                                    },
                                    {
                                        "href":"http://localhost:11001/services/v2/extracts/EXT2/info/reports",
                                        "mediaType":"application/json",
                                        "rel":"self"
                                    },
                                    {
                                        "href":"http://localhost:11001/services/v2/metadata-catalog/extractReports",
                                        "mediaType":"application/schema+json",
                                        "rel":"describedby"
                                    }
                                ],
                                "messages":[
                                ],
                                "response":{
                                    "$schema":"ogg:collection",
                                    "items":[
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/extracts/EXT2/info/reports",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/extracts/EXT2/info/reports/EXT2.dsc",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"EXT2.dsc"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/extracts/EXT2/info/reports",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/extracts/EXT2/info/reports/EXT2.rpt",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"EXT2.rpt"
                                        }
                                    ]
                                }
                            }
                        }
                    }
                },
                "tags":[
                    "Administrative Server/Extracts"
                ],
                "produces":[
                    "application/json"
                ],
                "parameters":[
                    {
                        "name":"extract",
                        "in":"path",
                        "description":"<p>The name of the extract. Extract names are upper case, begin with an alphabetic character followed by up to seven alpha-numeric characters.</p>",
                        "required":true,
                        "type":"string",
                        "pattern":"^[A-Z_$][A-Z0-9_$]*$",
                        "minLength":1,
                        "maxLength":8
                    },
                    {
                        "name":"version",
                        "in":"path",
                        "description":"<p>Oracle GoldenGate Service API version.</p>",
                        "required":true,
                        "type":"string",
                        "enum":[
                            "v2"
                        ]
                    }
                ],
                "x-internal-id":"services-{version}-extracts-{extract}-info-reports-get",
                "x-filename-id":"services-version-extracts-extract-info-reports-get"
            }
        },
        "/services/{version}/connections/{connection}/activeTransactions":{
            "get":{
                "description":"<p>Retrieve details of the active transactions for a database connection.</p>",
                "summary":"Retrieve Active Transaction Details",
                "operationId":"get /services/{version}/connections/{connection}/activeTransactions",
                "responses":{
                    "200":{
                        "description":"<p>Active transaction details retrieved.</p>",
                        "schema":{
                            "$ref":"#/definitions/ogg:activeTransactions"
                        },
                        "examples":{
                            "application/json":{
                                "$schema":"api:standardResponse",
                                "links":[
                                    {
                                        "href":"http://localhost:11001/services/v2/connections/OracleGoldenGate.oggadmin/activeTransactions",
                                        "mediaType":"application/json",
                                        "rel":"canonical"
                                    },
                                    {
                                        "href":"http://localhost:11001/services/v2/connections/OracleGoldenGate.oggadmin/activeTransactions",
                                        "mediaType":"application/json",
                                        "rel":"self"
                                    },
                                    {
                                        "href":"http://localhost:11001/services/v2/metadata-catalog/activeTransactions",
                                        "mediaType":"application/schema+json",
                                        "rel":"describedby"
                                    }
                                ],
                                "messages":[
                                ],
                                "response":{
                                    "$schema":"ogg:activeTransactions",
                                    "activeTransactions":[
                                        {
                                            "sessionStatus":"INACTIVE",
                                            "txnStartDate":"2018-09-24T15:04:48.000Z",
                                            "userName":"SYS",
                                            "txnStatus":"ACTIVE",
                                            "logonTime":"2018-09-24T15:04:30.000Z",
                                            "serialNum":45918,
                                            "txnStartScn":1533970,
                                            "osUser":"oracle",
                                            "instanceId":1,
                                            "sid":1552
                                        }
                                    ],
                                    "currentScn":{
                                        "csn":1534681,
                                        "currentDate":"2018-09-24T15:08:56.000Z",
                                        "userName":"SYS"
                                    }
                                }
                            }
                        }
                    }
                },
                "tags":[
                    "Administrative Server/Database"
                ],
                "produces":[
                    "application/json"
                ],
                "parameters":[
                    {
                        "name":"connection",
                        "in":"path",
                        "description":"<p>Connection name. For each alias in the credential store, a connection with the name 'domain.alias' exists.</p>",
                        "required":true,
                        "type":"string",
                        "pattern":"^[a-zA-Z][a-zA-Z0-9_#$]{1,29}([.][a-zA-Z][a-zA-Z0-9_#$]{1,29})?$",
                        "minLength":1,
                        "maxLength":61
                    },
                    {
                        "name":"version",
                        "in":"path",
                        "description":"<p>Oracle GoldenGate Service API version.</p>",
                        "required":true,
                        "type":"string",
                        "enum":[
                            "v2"
                        ]
                    }
                ],
                "x-internal-id":"services-{version}-connections-{connection}-activeTransactions-get",
                "x-filename-id":"services-version-connections-connection-activetransactions-get"
            }
        },
        "/services/{version}/masterkey":{
            "get":{
                "description":"<p>Retrieve all versions of the Master Key</p>",
                "summary":"List Versions",
                "operationId":"get /services/{version}/masterkey",
                "responses":{
                    "200":{
                        "description":"<p>Collection of Master Key versions retrieved successfully.</p>",
                        "schema":{
                            "$ref":"#/definitions/ogg:collection"
                        },
                        "examples":{
                            "application/json":{
                                "$schema":"api:standardResponse",
                                "links":[
                                    {
                                        "href":"http://localhost:11001/services/v2/masterkey",
                                        "mediaType":"application/json",
                                        "rel":"canonical"
                                    },
                                    {
                                        "href":"http://localhost:11001/services/v2/masterkey",
                                        "mediaType":"application/json",
                                        "rel":"self"
                                    },
                                    {
                                        "href":"http://localhost:11001/services/v2/metadata-catalog/masterkey",
                                        "mediaType":"application/schema+json",
                                        "rel":"describedby"
                                    }
                                ],
                                "messages":[
                                ],
                                "response":{
                                    "$schema":"ogg:collection",
                                    "items":[
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/masterkey",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/masterkey/1",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"1"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/masterkey",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/masterkey/2",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"2"
                                        }
                                    ]
                                }
                            }
                        }
                    }
                },
                "tags":[
                    "Administrative Server/Master Keys"
                ],
                "produces":[
                    "application/json"
                ],
                "parameters":[
                    {
                        "name":"version",
                        "in":"path",
                        "description":"<p>Oracle GoldenGate Service API version.</p>",
                        "required":true,
                        "type":"string",
                        "enum":[
                            "v2"
                        ]
                    }
                ],
                "x-internal-id":"services-{version}-masterkey-get",
                "x-filename-id":"services-version-masterkey-get"
            },
            "post":{
                "description":"<p>Create a new Master Key version</p>",
                "summary":"Create Version",
                "operationId":"post /services/{version}/masterkey",
                "responses":{
                    "201":{
                        "description":"<p>New Master Key version created. Other Master Key versions marked inactive.</p>",
                        "schema":{
                            "$ref":"#/definitions/ogg:collection"
                        },
                        "examples":{
                            "application/json":{
                                "$schema":"api:standardResponse",
                                "links":[
                                    {
                                        "href":"http://localhost:11001/services/v2/masterkey",
                                        "mediaType":"application/json",
                                        "rel":"canonical"
                                    },
                                    {
                                        "href":"http://localhost:11001/services/v2/masterkey",
                                        "mediaType":"application/json",
                                        "rel":"self"
                                    }
                                ],
                                "messages":[
                                    {
                                        "$schema":"ogg:message",
                                        "code":"OGG-06142",
                                        "issued":"2019-03-15T14:43:23Z",
                                        "severity":"INFO",
                                        "title":"Created version 2 of master key 'OGG_DEFAULT_MASTERKEY' in Oracle Wallet.",
                                        "type":"http://docs.oracle.com/goldengate/c1910/gg-winux/GMESG/oggus.htm#OGG-06142"
                                    }
                                ],
                                "response":{
                                    "$schema":"ogg:collection",
                                    "items":[
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/masterkey",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/masterkey/2",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"2"
                                        }
                                    ]
                                }
                            }
                        }
                    }
                },
                "tags":[
                    "Administrative Server/Master Keys"
                ],
                "produces":[
                    "application/json"
                ],
                "parameters":[
                    {
                        "name":"version",
                        "in":"path",
                        "description":"<p>Oracle GoldenGate Service API version.</p>",
                        "required":true,
                        "type":"string",
                        "enum":[
                            "v2"
                        ]
                    }
                ],
                "x-internal-id":"services-{version}-masterkey-post",
                "x-filename-id":"services-version-masterkey-post"
            }
        },
        "/services/{version}/tasks/{task}/info":{
            "get":{
                "description":"<p>Retrieve the collection of information types available for a task.</p>",
                "summary":"List Information Types",
                "operationId":"get /services/{version}/tasks/{task}/info",
                "responses":{
                    "200":{
                        "description":"<p>Task information types retrieved successfully.</p>",
                        "schema":{
                            "$ref":"#/definitions/ogg:collection"
                        },
                        "examples":{
                            "application/json":{
                                "$schema":"api:standardResponse",
                                "links":[
                                    {
                                        "href":"http://localhost:11001/services/v2/tasks/ReportLag/info",
                                        "mediaType":"application/json",
                                        "rel":"canonical"
                                    },
                                    {
                                        "href":"http://localhost:11001/services/v2/tasks/ReportLag/info",
                                        "mediaType":"application/json",
                                        "rel":"self"
                                    }
                                ],
                                "messages":[
                                ],
                                "response":{
                                    "$schema":"ogg:collection",
                                    "items":[
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/tasks/ReportLag/info",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/tasks/ReportLag/info/status",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"status"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/tasks/ReportLag/info",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/tasks/ReportLag/info/history",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"history"
                                        }
                                    ]
                                }
                            }
                        }
                    }
                },
                "tags":[
                    "Administrative Server/Tasks"
                ],
                "produces":[
                    "application/json"
                ],
                "parameters":[
                    {
                        "name":"task",
                        "in":"path",
                        "description":"<p>Task name, an alpha-numeric character followed by up to 63 alpha-numeric characters, '_' or '-'.</p>",
                        "required":true,
                        "type":"string",
                        "pattern":"^[A-Za-z0-9][A-Za-z0-9_-]*$",
                        "minLength":1,
                        "maxLength":64
                    },
                    {
                        "name":"version",
                        "in":"path",
                        "description":"<p>Oracle GoldenGate Service API version.</p>",
                        "required":true,
                        "type":"string",
                        "enum":[
                            "v2"
                        ]
                    }
                ],
                "x-internal-id":"services-{version}-tasks-{task}-info-get",
                "x-filename-id":"services-version-tasks-task-info-get"
            }
        },
        "/services/{version}/connections/{connection}/tables/trace":{
            "post":{
                "description":"<p>Manage Oracle GoldenGate Trace table</p>",
                "summary":"Manage Trace Tables",
                "operationId":"post /services/{version}/connections/{connection}/tables/trace",
                "responses":{
                    "200":{
                        "description":"<p>Trace table operation completed successfully.</p>",
                        "schema":{
                            "$ref":"#/definitions/api:standardResponse"
                        },
                        "examples":{
                            "application/json":{
                                "$schema":"api:standardResponse",
                                "links":[
                                    {
                                        "href":"http://localhost:11001/services/v2/connections/OracleGoldenGate.oggadmin/tables/trace",
                                        "mediaType":"application/json",
                                        "rel":"canonical"
                                    },
                                    {
                                        "href":"http://localhost:11001/services/v2/connections/OracleGoldenGate.oggadmin/tables/trace",
                                        "mediaType":"application/json",
                                        "rel":"self"
                                    }
                                ],
                                "messages":[
                                    {
                                        "$schema":"ogg:message",
                                        "code":"OGG-08100",
                                        "issued":"2019-03-15T14:40:45Z",
                                        "severity":"INFO",
                                        "title":"Successfully created trace table OGGADMIN.TRACE01.",
                                        "type":"http://docs.oracle.com/goldengate/c1910/gg-winux/GMESG/oggus.htm#OGG-08100"
                                    }
                                ]
                            }
                        }
                    }
                },
                "tags":[
                    "Administrative Server/Database"
                ],
                "produces":[
                    "application/json"
                ],
                "consumes":[
                    "application/json"
                ],
                "parameters":[
                    {
                        "name":"connection",
                        "in":"path",
                        "description":"<p>Connection name. For each alias in the credential store, a connection with the name 'domain.alias' exists.</p>",
                        "required":true,
                        "type":"string",
                        "pattern":"^[a-zA-Z][a-zA-Z0-9_#$]{1,29}([.][a-zA-Z][a-zA-Z0-9_#$]{1,29})?$",
                        "minLength":1,
                        "maxLength":61
                    },
                    {
                        "name":"version",
                        "in":"path",
                        "description":"<p>Oracle GoldenGate Service API version.</p>",
                        "required":true,
                        "type":"string",
                        "enum":[
                            "v2"
                        ]
                    },
                    {
                        "name":"body",
                        "in":"body",
                        "description":"",
                        "required":false,
                        "schema":{
                            "$ref":"#/definitions/ogg:tablesGeneric"
                        },
                        "x-examples":{
                            "application/json":{
                                "operation":"add",
                                "name":"oggadmin.trace01"
                            }
                        }
                    }
                ],
                "x-internal-id":"services-{version}-connections-{connection}-tables-trace-post",
                "x-filename-id":"services-version-connections-connection-tables-trace-post"
            }
        },
        "/services/{version}/commands":{
        },
        "/services/{version}/connections/{connection}/databases/{database}/{schema}/{table}":{
            "get":{
                "description":"<p>Retrieve details for a table in the schema.</p>",
                "summary":"Retrieve Database Table Details",
                "operationId":"get /services/{version}/connections/{connection}/databases/{database}/{schema}/{table}",
                "responses":{
                    "200":{
                        "description":"<p>Table details retrieved successfully.</p>",
                        "schema":{
                            "$ref":"#/definitions/ogg:tableDetails"
                        },
                        "examples":{
                            "application/json":{
                                "$schema":"api:standardResponse",
                                "links":[
                                    {
                                        "href":"http://localhost:11001/services/v2/connections/OracleGoldenGate.oggadmin/databases/ORCL/OGGADMIN/TABLE01",
                                        "mediaType":"application/json",
                                        "rel":"canonical"
                                    },
                                    {
                                        "href":"http://localhost:11001/services/v2/connections/OracleGoldenGate.oggadmin/databases/ORCL/OGGADMIN/TABLE01",
                                        "mediaType":"application/json",
                                        "rel":"self"
                                    },
                                    {
                                        "href":"http://localhost:11001/services/v2/metadata-catalog/table",
                                        "mediaType":"application/schema+json",
                                        "rel":"describedby"
                                    }
                                ],
                                "messages":[
                                ],
                                "response":{
                                    "$schema":"ogg:tableDetails",
                                    "created":"2019-03-15T14:40:40.000Z",
                                    "type":"normal"
                                }
                            }
                        }
                    }
                },
                "tags":[
                    "Administrative Server/Database"
                ],
                "produces":[
                    "application/json"
                ],
                "parameters":[
                    {
                        "name":"table",
                        "in":"path",
                        "description":"<p>Table name in the database.</p>",
                        "required":true,
                        "type":"string",
                        "minLength":1,
                        "maxLength":130
                    },
                    {
                        "name":"schema",
                        "in":"path",
                        "description":"<p>Schema name in the database.</p>",
                        "required":true,
                        "type":"string",
                        "minLength":1,
                        "maxLength":130
                    },
                    {
                        "name":"database",
                        "in":"path",
                        "description":"<p>Database name.</p>",
                        "required":true,
                        "type":"string",
                        "minLength":1,
                        "maxLength":130
                    },
                    {
                        "name":"connection",
                        "in":"path",
                        "description":"<p>Connection name. For each alias in the credential store, a connection with the name 'domain.alias' exists.</p>",
                        "required":true,
                        "type":"string",
                        "pattern":"^[a-zA-Z][a-zA-Z0-9_#$]{1,29}([.][a-zA-Z][a-zA-Z0-9_#$]{1,29})?$",
                        "minLength":1,
                        "maxLength":61
                    },
                    {
                        "name":"version",
                        "in":"path",
                        "description":"<p>Oracle GoldenGate Service API version.</p>",
                        "required":true,
                        "type":"string",
                        "enum":[
                            "v2"
                        ]
                    }
                ],
                "x-internal-id":"services-{version}-connections-{connection}-databases-{database}-{schema}-{table}-get",
                "x-filename-id":"services-version-connections-connection-databases-database-schema-table-get"
            }
        },
        "/services/{version}/connections/{connection}/trandata/schema":{
            "post":{
                "description":"<p>Manage Supplemental Logging for Database Schemas</p>",
                "summary":"Manage Schema Supplemental Logging",
                "operationId":"post /services/{version}/connections/{connection}/trandata/schema",
                "responses":{
                    "200":{
                        "description":"<p>Supplemental logging command completed successfully.</p>",
                        "schema":{
                            "$ref":"#/definitions/ogg:trandataSchemaResponse"
                        },
                        "examples":{
                            "application/json":{
                                "$schema":"api:standardResponse",
                                "links":[
                                    {
                                        "href":"http://localhost:11001/services/v2/connections/OracleGoldenGate.oggadmin/trandata/schema",
                                        "mediaType":"application/json",
                                        "rel":"canonical"
                                    },
                                    {
                                        "href":"http://localhost:11001/services/v2/connections/OracleGoldenGate.oggadmin/trandata/schema",
                                        "mediaType":"application/json",
                                        "rel":"self"
                                    }
                                ],
                                "messages":[
                                ],
                                "response":{
                                    "$schema":"ogg:trandataSchemaResponse",
                                    "schemas":[
                                        {
                                            "allColumns":false,
                                            "enabled":false,
                                            "nonvalidatedKeysAllowed":false,
                                            "nonvalidatedKeysSupported":true,
                                            "numPreparedTables":16,
                                            "schedulingColumns":false,
                                            "schemaName":"OGGADMIN"
                                        }
                                    ],
                                    "type":"info"
                                }
                            }
                        }
                    }
                },
                "tags":[
                    "Administrative Server/Database"
                ],
                "produces":[
                    "application/json"
                ],
                "consumes":[
                    "application/json"
                ],
                "parameters":[
                    {
                        "name":"connection",
                        "in":"path",
                        "description":"<p>Connection name. For each alias in the credential store, a connection with the name 'domain.alias' exists.</p>",
                        "required":true,
                        "type":"string",
                        "pattern":"^[a-zA-Z][a-zA-Z0-9_#$]{1,29}([.][a-zA-Z][a-zA-Z0-9_#$]{1,29})?$",
                        "minLength":1,
                        "maxLength":61
                    },
                    {
                        "name":"version",
                        "in":"path",
                        "description":"<p>Oracle GoldenGate Service API version.</p>",
                        "required":true,
                        "type":"string",
                        "enum":[
                            "v2"
                        ]
                    },
                    {
                        "name":"body",
                        "in":"body",
                        "description":"",
                        "required":false,
                        "schema":{
                            "$ref":"#/definitions/ogg:trandataSchema"
                        },
                        "x-examples":{
                            "application/json":{
                                "operation":"info",
                                "schemaName":"oggadmin"
                            }
                        }
                    }
                ],
                "x-internal-id":"services-{version}-connections-{connection}-trandata-schema-post",
                "x-filename-id":"services-version-connections-connection-trandata-schema-post"
            }
        },
        "/services/{version}/extracts/{extract}":{
            "get":{
                "description":"<p>Retrieve the details of an extract process.</p>",
                "summary":"Retrieve Extract",
                "operationId":"get /services/{version}/extracts/{extract}",
                "responses":{
                    "200":{
                        "description":"<p>The details of the extract were retrieved successfully.</p>",
                        "schema":{
                            "$ref":"#/definitions/ogg:extract"
                        },
                        "examples":{
                            "application/json":{
                                "$schema":"api:standardResponse",
                                "links":[
                                    {
                                        "href":"http://localhost:11001/services/v2/extracts/EXT2",
                                        "mediaType":"application/json",
                                        "rel":"canonical"
                                    },
                                    {
                                        "href":"http://localhost:11001/services/v2/extracts/EXT2",
                                        "mediaType":"application/json",
                                        "rel":"self"
                                    },
                                    {
                                        "href":"http://localhost:11001/services/v2/metadata-catalog/extract",
                                        "mediaType":"application/schema+json",
                                        "rel":"describedby"
                                    }
                                ],
                                "messages":[
                                ],
                                "response":{
                                    "begin":"now",
                                    "config":[
                                        "Extract     EXT2",
                                        "ExtTrail    X2 Format Release 12.3",
                                        "UseridAlias oggadmin",
                                        "Table       oggadmin.*;"
                                    ],
                                    "$schema":"ogg:extract",
                                    "status":"running",
                                    "targets":[
                                        {
                                            "name":"X2",
                                            "offset":4375,
                                            "remote":false,
                                            "sequence":0,
                                            "sequenceLength":9,
                                            "sequenceLengthFlip":false,
                                            "sizeMB":500
                                        }
                                    ],
                                    "registration":{
                                        "csn":1527165
                                    },
                                    "source":{
                                        "tranlogs":"integrated"
                                    },
                                    "type":"Integrated",
                                    "credentials":{
                                        "alias":"oggadmin"
                                    }
                                }
                            }
                        }
                    }
                },
                "tags":[
                    "Administrative Server/Extracts"
                ],
                "produces":[
                    "application/json"
                ],
                "parameters":[
                    {
                        "name":"extract",
                        "in":"path",
                        "description":"<p>The name of the extract. Extract names are upper case, begin with an alphabetic character followed by up to seven alpha-numeric characters.</p>",
                        "required":true,
                        "type":"string",
                        "pattern":"^[A-Z_$][A-Z0-9_$]*$",
                        "minLength":1,
                        "maxLength":8
                    },
                    {
                        "name":"version",
                        "in":"path",
                        "description":"<p>Oracle GoldenGate Service API version.</p>",
                        "required":true,
                        "type":"string",
                        "enum":[
                            "v2"
                        ]
                    }
                ],
                "x-internal-id":"services-{version}-extracts-{extract}-get",
                "x-filename-id":"services-version-extracts-extract-get"
            },
            "post":{
                "description":"<p>Create a new extract process.</p>",
                "summary":"Create Extract",
                "operationId":"post /services/{version}/extracts/{extract}",
                "responses":{
                    "201":{
                        "description":"<p>The extract process was created successfully.</p>",
                        "schema":{
                            "$ref":"#/definitions/api:standardResponse"
                        },
                        "examples":{
                            "application/json":{
                                "$schema":"api:standardResponse",
                                "links":[
                                    {
                                        "href":"http://localhost:11001/services/v2/extracts/EXT2",
                                        "mediaType":"application/json",
                                        "rel":"canonical"
                                    },
                                    {
                                        "href":"http://localhost:11001/services/v2/extracts/EXT2",
                                        "mediaType":"application/json",
                                        "rel":"self"
                                    }
                                ],
                                "messages":[
                                    {
                                        "$schema":"ogg:message",
                                        "code":"OGG-08100",
                                        "issued":"2019-03-15T14:40:45Z",
                                        "severity":"INFO",
                                        "title":"EXTRACT (Integrated) added.",
                                        "type":"http://docs.oracle.com/goldengate/c1910/gg-winux/GMESG/oggus.htm#OGG-08100"
                                    },
                                    {
                                        "$schema":"ogg:message",
                                        "code":"OGG-02003",
                                        "issued":"2019-03-15T14:40:53Z",
                                        "severity":"INFO",
                                        "title":"Extract EXT2 successfully registered with database at SCN 1527165.",
                                        "type":"http://docs.oracle.com/goldengate/c1910/gg-winux/GMESG/oggus.htm#OGG-02003"
                                    },
                                    {
                                        "$schema":"ogg:message",
                                        "code":"OGG-10183",
                                        "issued":"2019-03-15T14:40:53Z",
                                        "severity":"INFO",
                                        "title":"Parameter file EXT2.prm:  Validity check: PASS",
                                        "type":"http://docs.oracle.com/goldengate/c1910/gg-winux/GMESG/oggus.htm#OGG-10183"
                                    },
                                    {
                                        "$schema":"ogg:message",
                                        "code":"OGG-08100",
                                        "issued":"2019-03-15T14:40:53Z",
                                        "severity":"INFO",
                                        "title":"EXTTRAIL added.",
                                        "type":"http://docs.oracle.com/goldengate/c1910/gg-winux/GMESG/oggus.htm#OGG-08100"
                                    }
                                ]
                            }
                        }
                    }
                },
                "tags":[
                    "Administrative Server/Extracts"
                ],
                "produces":[
                    "application/json"
                ],
                "consumes":[
                    "application/json"
                ],
                "parameters":[
                    {
                        "name":"extract",
                        "in":"path",
                        "description":"<p>The name of the extract. Extract names are upper case, begin with an alphabetic character followed by up to seven alpha-numeric characters.</p>",
                        "required":true,
                        "type":"string",
                        "pattern":"^[A-Z_$][A-Z0-9_$]*$",
                        "minLength":1,
                        "maxLength":8
                    },
                    {
                        "name":"version",
                        "in":"path",
                        "description":"<p>Oracle GoldenGate Service API version.</p>",
                        "required":true,
                        "type":"string",
                        "enum":[
                            "v2"
                        ]
                    },
                    {
                        "name":"body",
                        "in":"body",
                        "description":"",
                        "required":false,
                        "schema":{
                            "$ref":"#/definitions/ogg:extract"
                        },
                        "x-examples":{
                            "application/json":{
                                "config":[
                                    "Extract     EXT2",
                                    "ExtTrail    X2 Format Release 12.3",
                                    "UseridAlias oggadmin",
                                    "Table       oggadmin.*;"
                                ],
                                "source":{
                                    "tranlogs":"integrated"
                                },
                                "credentials":{
                                    "alias":"oggadmin"
                                },
                                "registration":"default",
                                "begin":"now",
                                "targets":[
                                    {
                                        "name":"X2"
                                    }
                                ]
                            }
                        }
                    }
                ],
                "x-internal-id":"services-{version}-extracts-{extract}-post",
                "x-filename-id":"services-version-extracts-extract-post"
            },
            "patch":{
                "description":"<p>Update an existing extract process. A user with the 'Operator' role may change the \"status\" property. Any other changes require the 'Administrator' role.</p>",
                "summary":"Update Extract",
                "operationId":"patch /services/{version}/extracts/{extract}",
                "responses":{
                    "200":{
                        "description":"<p>The extract process was successfully modified.</p>",
                        "schema":{
                            "$ref":"#/definitions/api:standardResponse"
                        },
                        "examples":{
                            "application/json":{
                                "$schema":"api:standardResponse",
                                "links":[
                                    {
                                        "href":"http://localhost:11001/services/v2/extracts/EXT2",
                                        "mediaType":"application/json",
                                        "rel":"canonical"
                                    },
                                    {
                                        "href":"http://localhost:11001/services/v2/extracts/EXT2",
                                        "mediaType":"application/json",
                                        "rel":"self"
                                    }
                                ],
                                "messages":[
                                    {
                                        "$schema":"ogg:message",
                                        "code":"OGG-00975",
                                        "issued":"2019-03-15T14:40:54Z",
                                        "severity":"INFO",
                                        "title":"EXTRACT EXT2 starting",
                                        "type":"http://docs.oracle.com/goldengate/c1910/gg-winux/GMESG/oggus.htm#OGG-00975"
                                    },
                                    {
                                        "$schema":"ogg:message",
                                        "code":"OGG-15426",
                                        "issued":"2019-03-15T14:40:54Z",
                                        "severity":"INFO",
                                        "title":"EXTRACT EXT2 started",
                                        "type":"http://docs.oracle.com/goldengate/c1910/gg-winux/GMESG/oggus.htm#OGG-15426"
                                    }
                                ]
                            }
                        }
                    }
                },
                "tags":[
                    "Administrative Server/Extracts"
                ],
                "produces":[
                    "application/json"
                ],
                "consumes":[
                    "application/json"
                ],
                "parameters":[
                    {
                        "name":"extract",
                        "in":"path",
                        "description":"<p>The name of the extract. Extract names are upper case, begin with an alphabetic character followed by up to seven alpha-numeric characters.</p>",
                        "required":true,
                        "type":"string",
                        "pattern":"^[A-Z_$][A-Z0-9_$]*$",
                        "minLength":1,
                        "maxLength":8
                    },
                    {
                        "name":"version",
                        "in":"path",
                        "description":"<p>Oracle GoldenGate Service API version.</p>",
                        "required":true,
                        "type":"string",
                        "enum":[
                            "v2"
                        ]
                    },
                    {
                        "name":"body",
                        "in":"body",
                        "description":"",
                        "required":false,
                        "schema":{
                            "$ref":"#/definitions/ogg:extract"
                        },
                        "x-examples":{
                            "application/json":{
                                "status":"running"
                            }
                        }
                    }
                ],
                "x-internal-id":"services-{version}-extracts-{extract}-patch",
                "x-filename-id":"services-version-extracts-extract-patch"
            },
            "delete":{
                "description":"<p>Delete an extract process. If the extract process is currently running, it is stopped first.</p>",
                "summary":"Delete Extract",
                "operationId":"delete /services/{version}/extracts/{extract}",
                "responses":{
                    "200":{
                        "description":"<p>Extract process successfully deleted.</p>",
                        "schema":{
                            "$ref":"#/definitions/api:standardResponse"
                        },
                        "examples":{
                            "application/json":{
                                "$schema":"api:standardResponse",
                                "links":[
                                    {
                                        "href":"http://localhost:11001/services/v2/extracts/EXT2",
                                        "mediaType":"application/json",
                                        "rel":"canonical"
                                    },
                                    {
                                        "href":"http://localhost:11001/services/v2/extracts/EXT2",
                                        "mediaType":"application/json",
                                        "rel":"self"
                                    }
                                ],
                                "messages":[
                                    {
                                        "$schema":"ogg:message",
                                        "code":"OGG-01750",
                                        "issued":"2019-03-15T14:43:28Z",
                                        "severity":"INFO",
                                        "title":"Successfully unregistered EXTRACT EXT2 from database.",
                                        "type":"http://docs.oracle.com/goldengate/c1910/gg-winux/GMESG/oggus.htm#OGG-01750"
                                    },
                                    {
                                        "$schema":"ogg:message",
                                        "code":"OGG-08100",
                                        "issued":"2019-03-15T14:43:28Z",
                                        "severity":"INFO",
                                        "title":"Deleted EXTRACT EXT2.",
                                        "type":"http://docs.oracle.com/goldengate/c1910/gg-winux/GMESG/oggus.htm#OGG-08100"
                                    }
                                ]
                            }
                        }
                    }
                },
                "tags":[
                    "Administrative Server/Extracts"
                ],
                "produces":[
                    "application/json"
                ],
                "parameters":[
                    {
                        "name":"extract",
                        "in":"path",
                        "description":"<p>The name of the extract. Extract names are upper case, begin with an alphabetic character followed by up to seven alpha-numeric characters.</p>",
                        "required":true,
                        "type":"string",
                        "pattern":"^[A-Z_$][A-Z0-9_$]*$",
                        "minLength":1,
                        "maxLength":8
                    },
                    {
                        "name":"version",
                        "in":"path",
                        "description":"<p>Oracle GoldenGate Service API version.</p>",
                        "required":true,
                        "type":"string",
                        "enum":[
                            "v2"
                        ]
                    }
                ],
                "x-internal-id":"services-{version}-extracts-{extract}-delete",
                "x-filename-id":"services-version-extracts-extract-delete"
            }
        },
        "/services/{version}/tasks":{
            "get":{
                "description":"<p>Retrieve the list of tasks</p>",
                "summary":"List Tasks",
                "operationId":"get /services/{version}/tasks",
                "responses":{
                    "200":{
                        "description":"<p>List of tasks successfully retrieved.</p>",
                        "schema":{
                            "$ref":"#/definitions/ogg:collection"
                        },
                        "examples":{
                            "application/json":{
                                "$schema":"api:standardResponse",
                                "links":[
                                    {
                                        "href":"http://localhost:11001/services/v2/tasks",
                                        "mediaType":"application/json",
                                        "rel":"canonical"
                                    },
                                    {
                                        "href":"http://localhost:11001/services/v2/tasks",
                                        "mediaType":"application/json",
                                        "rel":"self"
                                    },
                                    {
                                        "href":"http://localhost:11001/services/v2/metadata-catalog/tasks",
                                        "mediaType":"application/schema+json",
                                        "rel":"describedby"
                                    }
                                ],
                                "messages":[
                                ],
                                "response":{
                                    "$schema":"ogg:collection",
                                    "items":[
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/tasks",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/tasks/ReportLag",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"ReportLag"
                                        }
                                    ]
                                }
                            }
                        }
                    }
                },
                "tags":[
                    "Administrative Server/Tasks"
                ],
                "produces":[
                    "application/json"
                ],
                "parameters":[
                    {
                        "name":"version",
                        "in":"path",
                        "description":"<p>Oracle GoldenGate Service API version.</p>",
                        "required":true,
                        "type":"string",
                        "enum":[
                            "v2"
                        ]
                    }
                ],
                "x-internal-id":"services-{version}-tasks-get",
                "x-filename-id":"services-version-tasks-get"
            }
        },
        "/services/{version}/replicats/{replicat}/info/reports/{report}":{
            "get":{
                "description":"<p>Retrieve a report from the replicat process.</p>",
                "summary":"Retrieve Report",
                "operationId":"get /services/{version}/replicats/{replicat}/info/reports/{report}",
                "responses":{
                    "200":{
                        "description":"<p>Report retrieved successfully.</p>",
                        "schema":{
                            "$ref":"#/definitions/ogg:report"
                        },
                        "examples":{
                            "application/json":{
                                "$schema":"api:standardResponse",
                                "links":[
                                    {
                                        "href":"http://localhost:11001/services/v2/replicats/REP2/info/reports/REP2.rpt",
                                        "mediaType":"application/json",
                                        "rel":"canonical"
                                    },
                                    {
                                        "href":"http://localhost:11001/services/v2/replicats/REP2/info/reports/REP2.rpt",
                                        "mediaType":"application/json",
                                        "rel":"self"
                                    },
                                    {
                                        "href":"http://localhost:11001/services/v2/metadata-catalog/replicatReport",
                                        "mediaType":"application/schema+json",
                                        "rel":"describedby"
                                    }
                                ],
                                "messages":[
                                ],
                                "response":{
                                    "$schema":"ogg:report",
                                    "lines":[
                                        "",
                                        "***********************************************************************",
                                        "                 Oracle GoldenGate Delivery for Oracle",
                                        "                    Version 19.1.0.0.0 BuildAndTest",
                                        "   Linux, x64, 64bit (optimized), Oracle 12c on Mar 15 2019 03:45:13",
                                        " ",
                                        "Copyright (C) 1995, 2019, Oracle and/or its affiliates. All rights reserved.",
                                        "",
                                        "                    Starting at 2019-03-15 14:42:35",
                                        "***********************************************************************",
                                        "",
                                        "Operating System Version:",
                                        "Linux",
                                        "Version #1 SMP PREEMPT Thu Mar 14 18:47:49 UTC 2019, Release 5.0.2-arch1-1-ARCH",
                                        "Node: ogg",
                                        "Machine: x86_64",
                                        "                         soft limit   hard limit",
                                        "Address Space Size   :    unlimited    unlimited",
                                        "Heap Size            :    unlimited    unlimited",
                                        "File Size            :    unlimited    unlimited",
                                        "CPU Time             :    unlimited    unlimited",
                                        "",
                                        "Process id: 1638",
                                        "",
                                        "Description: ",
                                        "",
                                        "***********************************************************************",
                                        "**            Running with the following parameters                  **",
                                        "***********************************************************************",
                                        "",
                                        "2019-03-15 14:42:35  INFO    OGG-03059  Operating system character set identified as US-ASCII.",
                                        "",
                                        "2019-03-15 14:42:35  INFO    OGG-02695  ANSI SQL parameter syntax is used for parameter parsing.",
                                        "Replicat    REP2",
                                        "UseridAlias oggadmin",
                                        "Map         oggadmin.*,",
                                        "Target    oggadmin.*;",
                                        "",
                                        "2019-03-15 14:42:36  INFO    OGG-06451  Triggers will be suppressed by default.",
                                        "",
                                        "2019-03-15 14:42:36  INFO    OGG-01815  Virtual Memory Facilities for: COM",
                                        "    anon alloc: mmap(MAP_ANON)  anon free: munmap",
                                        "    file alloc: mmap(MAP_SHARED)  file free: munmap",
                                        "    target directories:",
                                        "    /u02/ogg/Local/var/temp.",
                                        "",
                                        "Database Version:",
                                        "Oracle Database 12c Enterprise Edition Release 12.2.0.1.0 - 64bit Production",
                                        "PL/SQL Release 12.2.0.1.0 - Production",
                                        "CORE\t12.2.0.1.0\tProduction",
                                        "TNS for Linux: Version 12.2.0.1.0 - Production",
                                        "NLSRTL Version 12.2.0.1.0 - Production",
                                        "",
                                        "Database Language and Character Set:",
                                        "NLS_LANGUAGE     = \"AMERICAN\" ",
                                        "NLS_TERRITORY    = \"AMERICA\" ",
                                        "NLS_CHARACTERSET = \"AL32UTF8\" ",
                                        "",
                                        "2019-03-15 14:42:36  INFO    OGG-06604  Database ORCL CPU info: CPU Count 40, CPU Core Count 20, CPU Socket Count 2.",
                                        "",
                                        "***********************************************************************",
                                        "**                     Run Time Messages                             **",
                                        "***********************************************************************",
                                        "",
                                        "",
                                        "2019-03-15 14:42:36  INFO    OGG-02243  Opened trail file /u02/ogg/Local/var/lib/data/X2000000000 at 2019-03-15 14:42:36.211539.",
                                        "",
                                        "2019-03-15 14:42:36  INFO    OGG-03506  The source database character set, as determined from the trail file, is UTF-8.",
                                        "",
                                        "2019-03-15 14:42:36  INFO    OGG-02756  The definition for table OGGADMIN.GG_HEARTBEAT_SEED is obtained from the trail file.",
                                        "",
                                        "2019-03-15 14:43:21  INFO    OGG-01021  Command received from REST API: STATS HOURLY."
                                    ]
                                }
                            }
                        }
                    }
                },
                "tags":[
                    "Administrative Server/Replicats"
                ],
                "produces":[
                    "application/json"
                ],
                "parameters":[
                    {
                        "name":"report",
                        "in":"path",
                        "description":"<p>The name of the report, which is the replicat name, followed by an optional revision number and '.rpt'</p>",
                        "required":true,
                        "type":"string",
                        "pattern":"^[A-Z_$][A-Z0-9_$]{0,7}[0-9]?[.](rpt|dsc)$",
                        "minLength":5,
                        "maxLength":13
                    },
                    {
                        "name":"replicat",
                        "in":"path",
                        "description":"<p>The name of the replicat. Replicat names are upper case, begin with an alphabetic character followed by up to seven alpha-numeric characters.</p>",
                        "required":true,
                        "type":"string",
                        "pattern":"^[A-Z_$][A-Z0-9_$]*$",
                        "minLength":1,
                        "maxLength":8
                    },
                    {
                        "name":"version",
                        "in":"path",
                        "description":"<p>Oracle GoldenGate Service API version.</p>",
                        "required":true,
                        "type":"string",
                        "enum":[
                            "v2"
                        ]
                    }
                ],
                "x-internal-id":"services-{version}-replicats-{replicat}-info-reports-{report}-get",
                "x-filename-id":"services-version-replicats-replicat-info-reports-report-get"
            }
        },
        "/services/{version}/replicats/{replicat}/info":{
            "get":{
                "description":"<p>Retrieve types of information available for a replicat.</p>",
                "summary":"List Information Types",
                "operationId":"get /services/{version}/replicats/{replicat}/info",
                "responses":{
                    "200":{
                        "description":"<p>Collection of information types retrieved successfully.</p>",
                        "schema":{
                            "$ref":"#/definitions/ogg:collection"
                        },
                        "examples":{
                            "application/json":{
                                "$schema":"api:standardResponse",
                                "links":[
                                    {
                                        "href":"http://localhost:11001/services/v2/replicats/REP2/info",
                                        "mediaType":"application/json",
                                        "rel":"canonical"
                                    },
                                    {
                                        "href":"http://localhost:11001/services/v2/replicats/REP2/info",
                                        "mediaType":"application/json",
                                        "rel":"self"
                                    }
                                ],
                                "messages":[
                                ],
                                "response":{
                                    "$schema":"ogg:collection",
                                    "items":[
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/replicats/REP2/info",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/replicats/REP2/info/history",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"history"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/replicats/REP2/info",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/replicats/REP2/info/status",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"status"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/replicats/REP2/info",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/replicats/REP2/info/reports",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"reports"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/replicats/REP2/info",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/replicats/REP2/info/checkpoints",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"checkpoints"
                                        }
                                    ]
                                }
                            }
                        }
                    }
                },
                "tags":[
                    "Administrative Server/Replicats"
                ],
                "produces":[
                    "application/json"
                ],
                "parameters":[
                    {
                        "name":"replicat",
                        "in":"path",
                        "description":"<p>The name of the replicat. Replicat names are upper case, begin with an alphabetic character followed by up to seven alpha-numeric characters.</p>",
                        "required":true,
                        "type":"string",
                        "pattern":"^[A-Z_$][A-Z0-9_$]*$",
                        "minLength":1,
                        "maxLength":8
                    },
                    {
                        "name":"version",
                        "in":"path",
                        "description":"<p>Oracle GoldenGate Service API version.</p>",
                        "required":true,
                        "type":"string",
                        "enum":[
                            "v2"
                        ]
                    }
                ],
                "x-internal-id":"services-{version}-replicats-{replicat}-info-get",
                "x-filename-id":"services-version-replicats-replicat-info-get"
            }
        },
        "/services/{version}/tasks/{task}/info/status":{
            "get":{
                "description":"<p>Retrieve the current status of an administrative task.</p>",
                "summary":"Retrieve Task Status",
                "operationId":"get /services/{version}/tasks/{task}/info/status",
                "responses":{
                    "200":{
                        "description":"<p>Task status retrieved successfully.</p>",
                        "schema":{
                            "$ref":"#/definitions/ogg:taskStatus"
                        },
                        "examples":{
                            "application/json":{
                                "$schema":"api:standardResponse",
                                "links":[
                                    {
                                        "href":"http://localhost:11001/services/v2/tasks/ReportLag/info/status",
                                        "mediaType":"application/json",
                                        "rel":"canonical"
                                    },
                                    {
                                        "href":"http://localhost:11001/services/v2/tasks/ReportLag/info/status",
                                        "mediaType":"application/json",
                                        "rel":"self"
                                    },
                                    {
                                        "href":"http://localhost:11001/services/v2/metadata-catalog/taskStatus",
                                        "mediaType":"application/schema+json",
                                        "rel":"describedby"
                                    }
                                ],
                                "messages":[
                                ],
                                "response":{
                                    "$schema":"ogg:taskStatus",
                                    "status":"stopped"
                                }
                            }
                        }
                    }
                },
                "tags":[
                    "Administrative Server/Tasks"
                ],
                "produces":[
                    "application/json"
                ],
                "parameters":[
                    {
                        "name":"task",
                        "in":"path",
                        "description":"<p>Task name, an alpha-numeric character followed by up to 63 alpha-numeric characters, '_' or '-'.</p>",
                        "required":true,
                        "type":"string",
                        "pattern":"^[A-Za-z0-9][A-Za-z0-9_-]*$",
                        "minLength":1,
                        "maxLength":64
                    },
                    {
                        "name":"version",
                        "in":"path",
                        "description":"<p>Oracle GoldenGate Service API version.</p>",
                        "required":true,
                        "type":"string",
                        "enum":[
                            "v2"
                        ]
                    }
                ],
                "x-internal-id":"services-{version}-tasks-{task}-info-status-get",
                "x-filename-id":"services-version-tasks-task-info-status-get"
            }
        },
        "/services/{version}/connections/{connection}/tables/checkpoint":{
            "post":{
                "description":"<p>Manage Oracle GoldenGate Checkpoint table</p>",
                "summary":"Manage Checkpoint Tables",
                "operationId":"post /services/{version}/connections/{connection}/tables/checkpoint",
                "responses":{
                    "200":{
                        "description":"<p>Checkpoint table operation completed successfully.</p>",
                        "schema":{
                            "$ref":"#/definitions/api:standardResponse"
                        },
                        "examples":{
                            "application/json":{
                                "$schema":"api:standardResponse",
                                "links":[
                                    {
                                        "href":"http://localhost:11001/services/v2/connections/OracleGoldenGate.oggadmin/tables/checkpoint",
                                        "mediaType":"application/json",
                                        "rel":"canonical"
                                    },
                                    {
                                        "href":"http://localhost:11001/services/v2/connections/OracleGoldenGate.oggadmin/tables/checkpoint",
                                        "mediaType":"application/json",
                                        "rel":"self"
                                    }
                                ],
                                "messages":[
                                ]
                            }
                        }
                    }
                },
                "tags":[
                    "Administrative Server/Database"
                ],
                "produces":[
                    "application/json"
                ],
                "consumes":[
                    "application/json"
                ],
                "parameters":[
                    {
                        "name":"connection",
                        "in":"path",
                        "description":"<p>Connection name. For each alias in the credential store, a connection with the name 'domain.alias' exists.</p>",
                        "required":true,
                        "type":"string",
                        "pattern":"^[a-zA-Z][a-zA-Z0-9_#$]{1,29}([.][a-zA-Z][a-zA-Z0-9_#$]{1,29})?$",
                        "minLength":1,
                        "maxLength":61
                    },
                    {
                        "name":"version",
                        "in":"path",
                        "description":"<p>Oracle GoldenGate Service API version.</p>",
                        "required":true,
                        "type":"string",
                        "enum":[
                            "v2"
                        ]
                    },
                    {
                        "name":"body",
                        "in":"body",
                        "description":"",
                        "required":false,
                        "schema":{
                            "$ref":"#/definitions/ogg:tablesGeneric"
                        },
                        "x-examples":{
                            "application/json":{
                                "operation":"add",
                                "name":"oggadmin.checkpoints"
                            }
                        }
                    }
                ],
                "x-internal-id":"services-{version}-connections-{connection}-tables-checkpoint-post",
                "x-filename-id":"services-version-connections-connection-tables-checkpoint-post"
            }
        },
        "/services/{version}/config/files":{
            "get":{
                "description":"<p>Retrieve the collection of configuration files.</p>",
                "summary":"List Configuration Files",
                "operationId":"get /services/{version}/config/files",
                "responses":{
                    "200":{
                        "description":"<p>Collection of configuration files retrieved successfully.</p>",
                        "schema":{
                            "$ref":"#/definitions/ogg:collection"
                        },
                        "examples":{
                            "application/json":{
                                "$schema":"api:standardResponse",
                                "links":[
                                    {
                                        "href":"http://localhost:11001/services/v2/config/files",
                                        "mediaType":"application/json",
                                        "rel":"canonical"
                                    },
                                    {
                                        "href":"http://localhost:11001/services/v2/config/files",
                                        "mediaType":"application/json",
                                        "rel":"self"
                                    },
                                    {
                                        "href":"http://localhost:11001/services/v2/metadata-catalog/files",
                                        "mediaType":"application/schema+json",
                                        "rel":"describedby"
                                    }
                                ],
                                "messages":[
                                ],
                                "response":{
                                    "$schema":"ogg:collection",
                                    "items":[
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/config/files",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/config/files/COMMON.inc",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"COMMON.inc"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/config/files",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/config/files/EXT2.prm",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"EXT2.prm"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/config/files",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/config/files/GLOBALS",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"GLOBALS"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/config/files",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/config/files/REP2.prm",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"REP2.prm"
                                        }
                                    ]
                                }
                            }
                        }
                    }
                },
                "tags":[
                    "Administrative Server/Configuration Settings"
                ],
                "produces":[
                    "application/json"
                ],
                "parameters":[
                    {
                        "name":"version",
                        "in":"path",
                        "description":"<p>Oracle GoldenGate Service API version.</p>",
                        "required":true,
                        "type":"string",
                        "enum":[
                            "v2"
                        ]
                    }
                ],
                "x-internal-id":"services-{version}-config-files-get",
                "x-filename-id":"services-version-config-files-get"
            }
        },
        "/services/{version}/connections/{connection}/tables":{
        },
        "/services/{version}/messages":{
            "get":{
                "description":"<p>Retrieve messages from the Oracle GoldenGate deployment.</p>",
                "summary":"Retrieve Messages",
                "operationId":"get /services/{version}/messages",
                "responses":{
                    "200":{
                        "description":"<p>All messages issued by the Oracle GoldenGate deployment retrieved.</p>",
                        "schema":{
                            "$ref":"#/definitions/ogg:messages"
                        },
                        "examples":{
                            "application/json":{
                                "$schema":"api:standardResponse",
                                "links":[
                                    {
                                        "href":"http://localhost:11001/services/v2/messages",
                                        "mediaType":"application/json",
                                        "rel":"canonical"
                                    },
                                    {
                                        "href":"http://localhost:11001/services/v2/messages",
                                        "mediaType":"application/json",
                                        "rel":"self"
                                    },
                                    {
                                        "href":"http://localhost:11001/services/v2/metadata-catalog/messages",
                                        "mediaType":"application/schema+json",
                                        "rel":"describedby"
                                    }
                                ],
                                "messages":[
                                ],
                                "response":{
                                    "$schema":"ogg:messages",
                                    "messages":[
                                        "2019-03-15T14:40:34.094+0000  INFO    OGG-01851  Oracle GoldenGate Distribution Server for Oracle:  filecaching started: thread ID: 140447211054848.",
                                        "2019-03-15T14:40:34.097+0000  INFO    OGG-01815  Oracle GoldenGate Distribution Server for Oracle:  Virtual Memory Facilities for: COM",
                                        "                                  anon alloc: mmap(MAP_ANON)  anon free: munmap",
                                        "                                  file alloc: mmap(MAP_SHARED)  file free: munmap",
                                        "                                  target directories:",
                                        "                                  /u02/ogg/Local/var/temp/.",
                                        "2019-03-15T14:40:54.143+0000  INFO    OGG-00992  Oracle GoldenGate Capture for Oracle, EXT2.prm:  EXTRACT EXT2 starting.",
                                        "2019-03-15T14:40:54.143+0000  INFO    OGG-03059  Oracle GoldenGate Capture for Oracle, EXT2.prm:  Operating system character set identified as US-ASCII.",
                                        "2019-03-15T14:40:54.143+0000  INFO    OGG-02695  Oracle GoldenGate Capture for Oracle, EXT2.prm:  ANSI SQL parameter syntax is used for parameter parsing.",
                                        "2019-03-15T14:40:54.143+0000  INFO    OGG-01360  Oracle GoldenGate Capture for Oracle, EXT2.prm:  EXTRACT is running in Integrated mode.",
                                        "2019-03-15T14:40:54.366+0000  INFO    OGG-01635  Oracle GoldenGate Capture for Oracle, EXT2.prm:  BOUNDED RECOVERY: not used. NORMAL RECOVERY only used due to altered checkpoint.",
                                        "2019-03-15T14:40:54.374+0000  INFO    OGG-01815  Oracle GoldenGate Capture for Oracle, EXT2.prm:  Virtual Memory Facilities for: BR",
                                        "                                  anon alloc: mmap(MAP_ANON)  anon free: munmap",
                                        "                                  file alloc: mmap(MAP_SHARED)  file free: munmap",
                                        "                                  target directories:",
                                        "                                  /u02/ogg/Local/var/run/BR/EXT2.",
                                        "2019-03-15T14:40:54.376+0000  INFO    OGG-01851  Oracle GoldenGate Capture for Oracle, EXT2.prm:  filecaching started: thread ID: 140412897928960.",
                                        "2019-03-15T14:40:54.377+0000  INFO    OGG-01815  Oracle GoldenGate Capture for Oracle, EXT2.prm:  Virtual Memory Facilities for: COM",
                                        "                                  anon alloc: mmap(MAP_ANON)  anon free: munmap",
                                        "                                  file alloc: mmap(MAP_SHARED)  file free: munmap",
                                        "                                  target directories:",
                                        "                                  /u02/ogg/Local/var/temp.",
                                        "2019-03-15T14:40:55.189+0000  INFO    OGG-06604  Oracle GoldenGate Capture for Oracle, EXT2.prm:  Database ORCL CPU info: CPU Count 40, CPU Core Count 20, CPU Socket Count 2.",
                                        "2019-03-15T14:40:55.191+0000  INFO    OGG-06618  Oracle GoldenGate Capture for Oracle, EXT2.prm:  Database ORCL Platform: Linux x86 64-bit.",
                                        "2019-03-15T14:41:11.926+0000  INFO    OGG-02248  Oracle GoldenGate Capture for Oracle, EXT2.prm:  Logmining server DDL filtering enabled.",
                                        "2019-03-15T14:41:16.447+0000  INFO    OGG-02068  Oracle GoldenGate Capture for Oracle, EXT2.prm:  Integrated capture successfully attached to logmining server OGG$CAP_EXT2 using OGGCapture API.",
                                        "2019-03-15T14:41:16.447+0000  INFO    OGG-02089  Oracle GoldenGate Capture for Oracle, EXT2.prm:  Source redo compatibility version is: 12.2.0.",
                                        "2019-03-15T14:41:16.447+0000  INFO    OGG-02086  Oracle GoldenGate Capture for Oracle, EXT2.prm:  Integrated Dictionary will be used.",
                                        "2019-03-15T14:41:16.593+0000  WARNING OGG-02905  Oracle GoldenGate Capture for Oracle, EXT2.prm:  Replication of OID column in object tables may diverge.",
                                        "2019-03-15T14:41:16.593+0000  INFO    OGG-00993  Oracle GoldenGate Capture for Oracle, EXT2.prm:  EXTRACT EXT2 started.",
                                        "2019-03-15T14:41:16.593+0000  INFO    OGG-01052  Oracle GoldenGate Capture for Oracle, EXT2.prm:  No recovery is required for target file X2000000000, at RBA 0 (file not opened).",
                                        "2019-03-15T14:41:16.593+0000  INFO    OGG-01478  Oracle GoldenGate Capture for Oracle, EXT2.prm:  Output file X2 is using format RELEASE 12.3/18.1.",
                                        "2019-03-15T14:41:47.353+0000  INFO    OGG-02557  Oracle GoldenGate Capture for Oracle, EXT2.prm:  Heartbeat table OGGADMIN.GG_HEARTBEAT_SEED metadata is resolved and will write to trail file X2.",
                                        "2019-03-15T14:42:17.361+0000  INFO    OGG-01971  Oracle GoldenGate Capture for Oracle, EXT2.prm:  The previous message, 'INFO OGG-02557', repeated 1 times.",
                                        "2019-03-15T14:42:24.432+0000  INFO    OGG-01021  Oracle GoldenGate Capture for Oracle, EXT2.prm:  Command received from REST API: STATS HOURLY.",
                                        "2019-03-15T14:42:28.440+0000  INFO    OGG-01021  Oracle GoldenGate Capture for Oracle, EXT2.prm:  Command received from GGSCI: STOP.",
                                        "2019-03-15T14:42:28.440+0000  INFO    OGG-00991  Oracle GoldenGate Capture for Oracle, EXT2.prm:  EXTRACT EXT2 stopped normally.",
                                        "2019-03-15T14:42:35.685+0000  INFO    OGG-00995  Oracle GoldenGate Delivery for Oracle, REP2.prm:  REPLICAT REP2 starting.",
                                        "2019-03-15T14:42:35.685+0000  INFO    OGG-03059  Oracle GoldenGate Delivery for Oracle, REP2.prm:  Operating system character set identified as US-ASCII.",
                                        "2019-03-15T14:42:35.685+0000  INFO    OGG-02695  Oracle GoldenGate Delivery for Oracle, REP2.prm:  ANSI SQL parameter syntax is used for parameter parsing.",
                                        "2019-03-15T14:42:36.074+0000  INFO    OGG-06451  Oracle GoldenGate Delivery for Oracle, REP2.prm:  Triggers will be suppressed by default.",
                                        "2019-03-15T14:42:36.139+0000  INFO    OGG-01815  Oracle GoldenGate Delivery for Oracle, REP2.prm:  Virtual Memory Facilities for: COM",
                                        "                                  anon alloc: mmap(MAP_ANON)  anon free: munmap",
                                        "                                  file alloc: mmap(MAP_SHARED)  file free: munmap",
                                        "                                  target directories:",
                                        "                                  /u02/ogg/Local/var/temp.",
                                        "2019-03-15T14:42:36.144+0000  INFO    OGG-06604  Oracle GoldenGate Delivery for Oracle, REP2.prm:  Database ORCL CPU info: CPU Count 40, CPU Core Count 20, CPU Socket Count 2.",
                                        "2019-03-15T14:42:36.211+0000  INFO    OGG-00996  Oracle GoldenGate Delivery for Oracle, REP2.prm:  REPLICAT REP2 started.",
                                        "2019-03-15T14:42:36.211+0000  INFO    OGG-02243  Oracle GoldenGate Delivery for Oracle, REP2.prm:  Opened trail file /u02/ogg/Local/var/lib/data/X2000000000 at 2019-03-15 14:42:36.211539.",
                                        "2019-03-15T14:42:36.211+0000  INFO    OGG-03506  Oracle GoldenGate Delivery for Oracle, REP2.prm:  The source database character set, as determined from the trail file, is UTF-8.",
                                        "2019-03-15T14:42:36.219+0000  INFO    OGG-02756  Oracle GoldenGate Delivery for Oracle, REP2.prm:  The definition for table OGGADMIN.GG_HEARTBEAT_SEED is obtained from the trail file.",
                                        "2019-03-15T14:43:21.513+0000  INFO    OGG-01021  Oracle GoldenGate Delivery for Oracle, REP2.prm:  Command received from REST API: STATS HOURLY.",
                                        "2019-03-15T14:43:21.820+0000  INFO    OGG-00948  Oracle GoldenGate Administration Server for Oracle:  Lag for EXTRACT EXT2 is 0:00:00.000 (checkpoint updated 0:00:53.380 ago)",
                                        "2019-03-15T14:43:21.820+0000  INFO    OGG-00948  Oracle GoldenGate Administration Server for Oracle:  Lag for REPLICAT REP2 is 0:00:00.000 (checkpoint updated 0:00:04.309 ago)"
                                    ]
                                }
                            }
                        }
                    }
                },
                "tags":[
                    "Administrative Server/Messages"
                ],
                "produces":[
                    "application/json"
                ],
                "parameters":[
                    {
                        "name":"version",
                        "in":"path",
                        "description":"<p>Oracle GoldenGate Service API version.</p>",
                        "required":true,
                        "type":"string",
                        "enum":[
                            "v2"
                        ]
                    }
                ],
                "x-internal-id":"services-{version}-messages-get",
                "x-filename-id":"services-version-messages-get"
            }
        },
        "/services/{version}/logs":{
            "get":{
                "description":"<p>Retrieve the set of logs for ER processes</p>",
                "summary":"List Replication Logs",
                "operationId":"get /services/{version}/logs",
                "responses":{
                    "200":{
                        "description":"<p>The list of available logs was retrieved successfully.</p>",
                        "schema":{
                            "$ref":"#/definitions/ogg:collection"
                        },
                        "examples":{
                            "application/json":{
                                "$schema":"api:standardResponse",
                                "links":[
                                    {
                                        "href":"http://localhost:11001/services/v2/processes/logs",
                                        "mediaType":"application/json",
                                        "rel":"canonical"
                                    },
                                    {
                                        "href":"http://localhost:11001/services/v2/processes/logs",
                                        "mediaType":"application/json",
                                        "rel":"self"
                                    },
                                    {
                                        "href":"http://localhost:11001/services/v2/metadata-catalog/processesLogs",
                                        "mediaType":"application/schema+json",
                                        "rel":"describedby"
                                    }
                                ],
                                "messages":[
                                ],
                                "response":{
                                    "$schema":"ogg:collection",
                                    "items":[
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/processes/logs/events",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/processes/logs/events",
                                                    "mediaType":"text/plain",
                                                    "rel":"alternate"
                                                }
                                            ],
                                            "name":"events"
                                        }
                                    ]
                                }
                            }
                        }
                    }
                },
                "tags":[
                    "Administrative Server/Logs"
                ],
                "produces":[
                    "application/json"
                ],
                "parameters":[
                    {
                        "name":"version",
                        "in":"path",
                        "description":"<p>Oracle GoldenGate Service API version.</p>",
                        "required":true,
                        "type":"string",
                        "enum":[
                            "v2"
                        ]
                    }
                ],
                "x-internal-id":"services-{version}-logs-get",
                "x-filename-id":"services-version-logs-get"
            }
        },
        "/services/{version}/masterkey/{keyVersion}":{
            "get":{
                "description":"<p>Retrieve a Master Key by version.</p>",
                "summary":"Retrieve Version",
                "operationId":"get /services/{version}/masterkey/{keyVersion}",
                "responses":{
                    "200":{
                        "description":"<p>Master Key version retrieved.</p>",
                        "schema":{
                            "$ref":"#/definitions/ogg:masterkey"
                        },
                        "examples":{
                            "application/json":{
                                "$schema":"api:standardResponse",
                                "links":[
                                    {
                                        "href":"http://localhost:11001/services/v2/masterkey/2",
                                        "mediaType":"application/json",
                                        "rel":"canonical"
                                    },
                                    {
                                        "href":"http://localhost:11001/services/v2/masterkey/2",
                                        "mediaType":"application/json",
                                        "rel":"self"
                                    },
                                    {
                                        "href":"http://localhost:11001/services/v2/metadata-catalog/keyVersion",
                                        "mediaType":"application/schema+json",
                                        "rel":"describedby"
                                    }
                                ],
                                "messages":[
                                ],
                                "response":{
                                    "$schema":"ogg:masterkey",
                                    "created":"2019-03-15T14:43:23.000+00:00",
                                    "status":"current"
                                }
                            }
                        }
                    }
                },
                "tags":[
                    "Administrative Server/Master Keys"
                ],
                "produces":[
                    "application/json"
                ],
                "parameters":[
                    {
                        "name":"keyVersion",
                        "in":"path",
                        "description":"<p>The Master Key version number, 1 to 32767.</p>",
                        "required":true,
                        "type":"integer"
                    },
                    {
                        "name":"version",
                        "in":"path",
                        "description":"<p>Oracle GoldenGate Service API version.</p>",
                        "required":true,
                        "type":"string",
                        "enum":[
                            "v2"
                        ]
                    }
                ],
                "x-internal-id":"services-{version}-masterkey-{keyVersion}-get",
                "x-filename-id":"services-version-masterkey-keyversion-get"
            },
            "patch":{
                "description":"<p>Update a Master Key version</p>",
                "summary":"Update Version",
                "operationId":"patch /services/{version}/masterkey/{keyVersion}",
                "responses":{
                    "200":{
                        "description":"<p>Master Key version updated successfully.</p>",
                        "schema":{
                            "$ref":"#/definitions/api:standardResponse"
                        },
                        "examples":{
                            "application/json":{
                                "$schema":"api:standardResponse",
                                "links":[
                                    {
                                        "href":"http://localhost:11001/services/v2/masterkey/1",
                                        "mediaType":"application/json",
                                        "rel":"canonical"
                                    },
                                    {
                                        "href":"http://localhost:11001/services/v2/masterkey/1",
                                        "mediaType":"application/json",
                                        "rel":"self"
                                    }
                                ],
                                "messages":[
                                    {
                                        "$schema":"ogg:message",
                                        "code":"OGG-06148",
                                        "issued":"2019-03-15T14:43:23Z",
                                        "severity":"INFO",
                                        "title":"Version 1 of master key 'OGG_DEFAULT_MASTERKEY' in Oracle Wallet was deleted.",
                                        "type":"http://docs.oracle.com/goldengate/c1910/gg-winux/GMESG/oggus.htm#OGG-06148"
                                    }
                                ]
                            }
                        }
                    }
                },
                "tags":[
                    "Administrative Server/Master Keys"
                ],
                "produces":[
                    "application/json"
                ],
                "consumes":[
                    "application/json"
                ],
                "parameters":[
                    {
                        "name":"keyVersion",
                        "in":"path",
                        "description":"<p>The Master Key version number, 1 to 32767.</p>",
                        "required":true,
                        "type":"integer"
                    },
                    {
                        "name":"version",
                        "in":"path",
                        "description":"<p>Oracle GoldenGate Service API version.</p>",
                        "required":true,
                        "type":"string",
                        "enum":[
                            "v2"
                        ]
                    },
                    {
                        "name":"body",
                        "in":"body",
                        "description":"",
                        "required":false,
                        "schema":{
                            "$ref":"#/definitions/ogg:masterkey"
                        },
                        "x-examples":{
                            "application/json":{
                                "status":"unavailable"
                            }
                        }
                    }
                ],
                "x-internal-id":"services-{version}-masterkey-{keyVersion}-patch",
                "x-filename-id":"services-version-masterkey-keyversion-patch"
            },
            "delete":{
                "description":"<p>Delete a Master Key version</p>",
                "summary":"Delete Version",
                "operationId":"delete /services/{version}/masterkey/{keyVersion}",
                "responses":{
                    "200":{
                        "description":"<p>Master Key version successfully deleted.</p>",
                        "schema":{
                            "$ref":"#/definitions/api:standardResponse"
                        },
                        "examples":{
                            "application/json":{
                                "$schema":"api:standardResponse",
                                "links":[
                                    {
                                        "href":"http://localhost:11001/services/v2/masterkey/1",
                                        "mediaType":"application/json",
                                        "rel":"canonical"
                                    },
                                    {
                                        "href":"http://localhost:11001/services/v2/masterkey/1",
                                        "mediaType":"application/json",
                                        "rel":"self"
                                    }
                                ],
                                "messages":[
                                    {
                                        "$schema":"ogg:message",
                                        "code":"OGG-06144",
                                        "issued":"2019-03-15T14:43:23Z",
                                        "severity":"INFO",
                                        "title":"Version 1 of master key 'OGG_DEFAULT_MASTERKEY' in Oracle Wallet already deleted.",
                                        "type":"http://docs.oracle.com/goldengate/c1910/gg-winux/GMESG/oggus.htm#OGG-06144"
                                    },
                                    {
                                        "$schema":"ogg:message",
                                        "code":"OGG-06135",
                                        "issued":"2019-03-15T14:43:23Z",
                                        "severity":"INFO",
                                        "title":"Oracle Wallet purged successfully.",
                                        "type":"http://docs.oracle.com/goldengate/c1910/gg-winux/GMESG/oggus.htm#OGG-06135"
                                    }
                                ]
                            }
                        }
                    }
                },
                "tags":[
                    "Administrative Server/Master Keys"
                ],
                "produces":[
                    "application/json"
                ],
                "parameters":[
                    {
                        "name":"keyVersion",
                        "in":"path",
                        "description":"<p>The Master Key version number, 1 to 32767.</p>",
                        "required":true,
                        "type":"integer"
                    },
                    {
                        "name":"version",
                        "in":"path",
                        "description":"<p>Oracle GoldenGate Service API version.</p>",
                        "required":true,
                        "type":"string",
                        "enum":[
                            "v2"
                        ]
                    }
                ],
                "x-internal-id":"services-{version}-masterkey-{keyVersion}-delete",
                "x-filename-id":"services-version-masterkey-keyversion-delete"
            }
        },
        "/services/{version}/credentials/{domain}/{alias}":{
            "get":{
                "description":"<p>Retrieve the available information for an alias in a credential store domain. The password for an alias will not be returned.</p>",
                "summary":"Retrieve Alias",
                "operationId":"get /services/{version}/credentials/{domain}/{alias}",
                "responses":{
                    "200":{
                        "description":"<p>Details of the credential store alias returned successfully.</p>",
                        "schema":{
                            "$ref":"#/definitions/ogg:credentials"
                        },
                        "examples":{
                            "application/json":{
                                "$schema":"api:standardResponse",
                                "links":[
                                    {
                                        "href":"http://localhost:11001/services/v2/credentials/OracleGoldenGate/oggadmin",
                                        "mediaType":"application/json",
                                        "rel":"canonical"
                                    },
                                    {
                                        "href":"http://localhost:11001/services/v2/credentials/OracleGoldenGate/oggadmin",
                                        "mediaType":"application/json",
                                        "rel":"self"
                                    },
                                    {
                                        "href":"http://localhost:11001/services/v2/metadata-catalog/alias",
                                        "mediaType":"application/schema+json",
                                        "rel":"describedby"
                                    }
                                ],
                                "messages":[
                                ],
                                "response":{
                                    "$schema":"ogg:credentials",
                                    "userid":"oggadmin"
                                }
                            }
                        }
                    }
                },
                "tags":[
                    "Administrative Server/Credentials"
                ],
                "produces":[
                    "application/json"
                ],
                "parameters":[
                    {
                        "name":"alias",
                        "in":"path",
                        "description":"<p>Credential store alias.</p>",
                        "required":true,
                        "type":"string",
                        "pattern":"^[a-zA-Z][a-zA-Z0-9_#$]*$",
                        "minLength":1,
                        "maxLength":30
                    },
                    {
                        "minLength":1,
                        "maxLength":30,
                        "name":"domain",
                        "required":true,
                        "pattern":"^[a-zA-Z][a-zA-Z0-9_#$]*$",
                        "type":"string",
                        "default":"OracleGoldenGate",
                        "description":"<p>Credential store domain name.</p>",
                        "in":"path"
                    },
                    {
                        "name":"version",
                        "in":"path",
                        "description":"<p>Oracle GoldenGate Service API version.</p>",
                        "required":true,
                        "type":"string",
                        "enum":[
                            "v2"
                        ]
                    }
                ],
                "x-internal-id":"services-{version}-credentials-{domain}-{alias}-get",
                "x-filename-id":"services-version-credentials-domain-alias-get"
            },
            "post":{
                "description":"<p>Create a new alias in the credential store.</p>",
                "summary":"Create Alias",
                "operationId":"post /services/{version}/credentials/{domain}/{alias}",
                "responses":{
                    "201":{
                        "description":"<p>Alias created successfully.</p>",
                        "schema":{
                            "$ref":"#/definitions/api:standardResponse"
                        },
                        "examples":{
                            "application/json":{
                                "$schema":"api:standardResponse",
                                "links":[
                                    {
                                        "href":"http://localhost:11001/services/v2/credentials/OracleGoldenGate/oggadmin",
                                        "mediaType":"application/json",
                                        "rel":"canonical"
                                    },
                                    {
                                        "href":"http://localhost:11001/services/v2/credentials/OracleGoldenGate/oggadmin",
                                        "mediaType":"application/json",
                                        "rel":"self"
                                    }
                                ],
                                "messages":[
                                    {
                                        "$schema":"ogg:message",
                                        "code":"OGG-15102",
                                        "issued":"2019-03-15T14:40:43Z",
                                        "severity":"INFO",
                                        "title":"Credential store created.",
                                        "type":"http://docs.oracle.com/goldengate/c1910/gg-winux/GMESG/oggus.htm#OGG-15102"
                                    },
                                    {
                                        "$schema":"ogg:message",
                                        "code":"OGG-15116",
                                        "issued":"2019-03-15T14:40:43Z",
                                        "severity":"INFO",
                                        "title":"No information found in credential store.",
                                        "type":"http://docs.oracle.com/goldengate/c1910/gg-winux/GMESG/oggus.htm#OGG-15116"
                                    },
                                    {
                                        "$schema":"ogg:message",
                                        "code":"OGG-15114",
                                        "issued":"2019-03-15T14:40:43Z",
                                        "severity":"INFO",
                                        "title":"Credential store altered.",
                                        "type":"http://docs.oracle.com/goldengate/c1910/gg-winux/GMESG/oggus.htm#OGG-15114"
                                    }
                                ]
                            }
                        }
                    }
                },
                "tags":[
                    "Administrative Server/Credentials"
                ],
                "produces":[
                    "application/json"
                ],
                "consumes":[
                    "application/json"
                ],
                "parameters":[
                    {
                        "name":"alias",
                        "in":"path",
                        "description":"<p>Credential store alias.</p>",
                        "required":true,
                        "type":"string",
                        "pattern":"^[a-zA-Z][a-zA-Z0-9_#$]*$",
                        "minLength":1,
                        "maxLength":30
                    },
                    {
                        "minLength":1,
                        "maxLength":30,
                        "name":"domain",
                        "required":true,
                        "pattern":"^[a-zA-Z][a-zA-Z0-9_#$]*$",
                        "type":"string",
                        "default":"OracleGoldenGate",
                        "description":"<p>Credential store domain name.</p>",
                        "in":"path"
                    },
                    {
                        "name":"version",
                        "in":"path",
                        "description":"<p>Oracle GoldenGate Service API version.</p>",
                        "required":true,
                        "type":"string",
                        "enum":[
                            "v2"
                        ]
                    },
                    {
                        "name":"body",
                        "in":"body",
                        "description":"",
                        "required":false,
                        "schema":{
                            "$ref":"#/definitions/ogg:credentials"
                        },
                        "x-examples":{
                            "application/json":{
                                "userid":"oggadmin",
                                "password":"oggadmin"
                            }
                        }
                    }
                ],
                "x-internal-id":"services-{version}-credentials-{domain}-{alias}-post",
                "x-filename-id":"services-version-credentials-domain-alias-post"
            },
            "put":{
                "description":"<p>Update an alias in the credential store.</p>",
                "summary":"Replace Alias",
                "operationId":"put /services/{version}/credentials/{domain}/{alias}",
                "responses":{
                    "200":{
                        "description":"<p>Alias successfully updated.</p>",
                        "schema":{
                            "$ref":"#/definitions/api:standardResponse"
                        },
                        "examples":{
                            "application/json":{
                                "$schema":"api:standardResponse",
                                "links":[
                                    {
                                        "href":"http://localhost:11001/services/v2/credentials/OracleGoldenGate/oggAdmin",
                                        "mediaType":"application/json",
                                        "rel":"canonical"
                                    },
                                    {
                                        "href":"http://localhost:11001/services/v2/credentials/OracleGoldenGate/oggAdmin",
                                        "mediaType":"application/json",
                                        "rel":"self"
                                    }
                                ],
                                "messages":[
                                    {
                                        "$schema":"ogg:message",
                                        "code":"OGG-15114",
                                        "issued":"2019-03-15T14:43:22Z",
                                        "severity":"INFO",
                                        "title":"Credential store altered.",
                                        "type":"http://docs.oracle.com/goldengate/c1910/gg-winux/GMESG/oggus.htm#OGG-15114"
                                    }
                                ]
                            }
                        }
                    }
                },
                "tags":[
                    "Administrative Server/Credentials"
                ],
                "produces":[
                    "application/json"
                ],
                "consumes":[
                    "application/json"
                ],
                "parameters":[
                    {
                        "name":"alias",
                        "in":"path",
                        "description":"<p>Credential store alias.</p>",
                        "required":true,
                        "type":"string",
                        "pattern":"^[a-zA-Z][a-zA-Z0-9_#$]*$",
                        "minLength":1,
                        "maxLength":30
                    },
                    {
                        "minLength":1,
                        "maxLength":30,
                        "name":"domain",
                        "required":true,
                        "pattern":"^[a-zA-Z][a-zA-Z0-9_#$]*$",
                        "type":"string",
                        "default":"OracleGoldenGate",
                        "description":"<p>Credential store domain name.</p>",
                        "in":"path"
                    },
                    {
                        "name":"version",
                        "in":"path",
                        "description":"<p>Oracle GoldenGate Service API version.</p>",
                        "required":true,
                        "type":"string",
                        "enum":[
                            "v2"
                        ]
                    },
                    {
                        "name":"body",
                        "in":"body",
                        "description":"",
                        "required":false,
                        "schema":{
                            "$ref":"#/definitions/ogg:credentials"
                        },
                        "x-examples":{
                            "application/json":{
                                "userid":"oggadmin",
                                "password":"newPassword"
                            }
                        }
                    }
                ],
                "x-internal-id":"services-{version}-credentials-{domain}-{alias}-put",
                "x-filename-id":"services-version-credentials-domain-alias-put"
            },
            "delete":{
                "description":"<p>Delete an alias from the credential store.</p>",
                "summary":"Delete Alias",
                "operationId":"delete /services/{version}/credentials/{domain}/{alias}",
                "responses":{
                    "200":{
                        "description":"<p>Alias deleted.</p>",
                        "schema":{
                            "$ref":"#/definitions/api:standardResponse"
                        },
                        "examples":{
                            "application/json":{
                                "$schema":"api:standardResponse",
                                "links":[
                                    {
                                        "href":"http://localhost:11001/services/v2/credentials/OracleGoldenGate/oggAdmin",
                                        "mediaType":"application/json",
                                        "rel":"canonical"
                                    },
                                    {
                                        "href":"http://localhost:11001/services/v2/credentials/OracleGoldenGate/oggAdmin",
                                        "mediaType":"application/json",
                                        "rel":"self"
                                    }
                                ],
                                "messages":[
                                    {
                                        "$schema":"ogg:message",
                                        "code":"OGG-15114",
                                        "issued":"2019-03-15T14:43:22Z",
                                        "severity":"INFO",
                                        "title":"Credential store altered.",
                                        "type":"http://docs.oracle.com/goldengate/c1910/gg-winux/GMESG/oggus.htm#OGG-15114"
                                    }
                                ]
                            }
                        }
                    }
                },
                "tags":[
                    "Administrative Server/Credentials"
                ],
                "produces":[
                    "application/json"
                ],
                "parameters":[
                    {
                        "name":"alias",
                        "in":"path",
                        "description":"<p>Credential store alias.</p>",
                        "required":true,
                        "type":"string",
                        "pattern":"^[a-zA-Z][a-zA-Z0-9_#$]*$",
                        "minLength":1,
                        "maxLength":30
                    },
                    {
                        "minLength":1,
                        "maxLength":30,
                        "name":"domain",
                        "required":true,
                        "pattern":"^[a-zA-Z][a-zA-Z0-9_#$]*$",
                        "type":"string",
                        "default":"OracleGoldenGate",
                        "description":"<p>Credential store domain name.</p>",
                        "in":"path"
                    },
                    {
                        "name":"version",
                        "in":"path",
                        "description":"<p>Oracle GoldenGate Service API version.</p>",
                        "required":true,
                        "type":"string",
                        "enum":[
                            "v2"
                        ]
                    }
                ],
                "x-internal-id":"services-{version}-credentials-{domain}-{alias}-delete",
                "x-filename-id":"services-version-credentials-domain-alias-delete"
            }
        },
        "/services/{version}/replicats":{
            "get":{
                "description":"<p>Retrieve the collection of Replicat processes</p>",
                "summary":"List Replicats",
                "operationId":"get /services/{version}/replicats",
                "responses":{
                    "200":{
                        "description":"<p>The collection of replicat processes was retrieved successfully.</p>",
                        "schema":{
                            "$ref":"#/definitions/ogg:collection"
                        },
                        "examples":{
                            "application/json":{
                                "$schema":"api:standardResponse",
                                "links":[
                                    {
                                        "href":"http://localhost:11001/services/v2/replicats",
                                        "mediaType":"application/json",
                                        "rel":"canonical"
                                    },
                                    {
                                        "href":"http://localhost:11001/services/v2/replicats",
                                        "mediaType":"application/json",
                                        "rel":"self"
                                    },
                                    {
                                        "href":"http://localhost:11001/services/v2/metadata-catalog/replicats",
                                        "mediaType":"application/schema+json",
                                        "rel":"describedby"
                                    }
                                ],
                                "messages":[
                                ],
                                "response":{
                                    "$schema":"ogg:collection",
                                    "items":[
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/replicats",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/replicats/REP2",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"REP2"
                                        }
                                    ]
                                }
                            }
                        }
                    }
                },
                "tags":[
                    "Administrative Server/Replicats"
                ],
                "produces":[
                    "application/json"
                ],
                "parameters":[
                    {
                        "name":"version",
                        "in":"path",
                        "description":"<p>Oracle GoldenGate Service API version.</p>",
                        "required":true,
                        "type":"string",
                        "enum":[
                            "v2"
                        ]
                    },
                    {
                        "name":"threads",
                        "in":"query",
                        "description":"<p>Which replicat threads to include in the results.</p>",
                        "required":false,
                        "type":"string"
                    }
                ],
                "x-internal-id":"services-{version}-replicats-get",
                "x-filename-id":"services-version-replicats-get"
            }
        },
        "/services/{version}/credentials":{
            "get":{
                "description":"<p>Retrieve the list of domains in the credential store.</p>",
                "summary":"List Domains",
                "operationId":"get /services/{version}/credentials",
                "responses":{
                    "200":{
                        "description":"<p>Collection of domains retrieved.</p>",
                        "schema":{
                            "$ref":"#/definitions/ogg:collection"
                        },
                        "examples":{
                            "application/json":{
                                "$schema":"api:standardResponse",
                                "links":[
                                    {
                                        "href":"http://localhost:11001/services/v2/credentials",
                                        "mediaType":"application/json",
                                        "rel":"canonical"
                                    },
                                    {
                                        "href":"http://localhost:11001/services/v2/credentials",
                                        "mediaType":"application/json",
                                        "rel":"self"
                                    },
                                    {
                                        "href":"http://localhost:11001/services/v2/metadata-catalog/credentials",
                                        "mediaType":"application/schema+json",
                                        "rel":"describedby"
                                    }
                                ],
                                "messages":[
                                ],
                                "response":{
                                    "$schema":"ogg:collection",
                                    "items":[
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/credentials",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/credentials/OracleGoldenGate",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OracleGoldenGate"
                                        }
                                    ]
                                }
                            }
                        }
                    }
                },
                "tags":[
                    "Administrative Server/Credentials"
                ],
                "produces":[
                    "application/json"
                ],
                "parameters":[
                    {
                        "name":"version",
                        "in":"path",
                        "description":"<p>Oracle GoldenGate Service API version.</p>",
                        "required":true,
                        "type":"string",
                        "enum":[
                            "v2"
                        ]
                    }
                ],
                "x-internal-id":"services-{version}-credentials-get",
                "x-filename-id":"services-version-credentials-get"
            }
        },
        "/services/{version}/extracts/{extract}/info":{
            "get":{
                "description":"<p>Retrieve types of information available for an extract.</p>",
                "summary":"List Information Types",
                "operationId":"get /services/{version}/extracts/{extract}/info",
                "responses":{
                    "200":{
                        "description":"<p>Collection of information types retrieved successfully.</p>",
                        "schema":{
                            "$ref":"#/definitions/ogg:collection"
                        },
                        "examples":{
                            "application/json":{
                                "$schema":"api:standardResponse",
                                "links":[
                                    {
                                        "href":"http://localhost:11001/services/v2/extracts/EXT2/info",
                                        "mediaType":"application/json",
                                        "rel":"canonical"
                                    },
                                    {
                                        "href":"http://localhost:11001/services/v2/extracts/EXT2/info",
                                        "mediaType":"application/json",
                                        "rel":"self"
                                    }
                                ],
                                "messages":[
                                ],
                                "response":{
                                    "$schema":"ogg:collection",
                                    "items":[
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/extracts/EXT2/info",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/extracts/EXT2/info/history",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"history"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/extracts/EXT2/info",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/extracts/EXT2/info/status",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"status"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/extracts/EXT2/info",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/extracts/EXT2/info/reports",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"reports"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/extracts/EXT2/info",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/extracts/EXT2/info/checkpoints",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"checkpoints"
                                        }
                                    ]
                                }
                            }
                        }
                    }
                },
                "tags":[
                    "Administrative Server/Extracts"
                ],
                "produces":[
                    "application/json"
                ],
                "parameters":[
                    {
                        "name":"extract",
                        "in":"path",
                        "description":"<p>The name of the extract. Extract names are upper case, begin with an alphabetic character followed by up to seven alpha-numeric characters.</p>",
                        "required":true,
                        "type":"string",
                        "pattern":"^[A-Z_$][A-Z0-9_$]*$",
                        "minLength":1,
                        "maxLength":8
                    },
                    {
                        "name":"version",
                        "in":"path",
                        "description":"<p>Oracle GoldenGate Service API version.</p>",
                        "required":true,
                        "type":"string",
                        "enum":[
                            "v2"
                        ]
                    }
                ],
                "x-internal-id":"services-{version}-extracts-{extract}-info-get",
                "x-filename-id":"services-version-extracts-extract-info-get"
            }
        },
        "/services/{version}/config/files/{file}":{
            "get":{
                "description":"<p>Retrieve the contents of a configuration file.</p>",
                "summary":"Retrieve Configuration File",
                "operationId":"get /services/{version}/config/files/{file}",
                "responses":{
                    "200":{
                        "description":"<p>Configuration file retrieved successfully.</p>",
                        "schema":{
                            "$ref":"#/definitions/ogg:config"
                        },
                        "examples":{
                            "application/json":{
                                "$schema":"api:standardResponse",
                                "links":[
                                    {
                                        "href":"http://localhost:11001/services/v2/config/files/Common.inc",
                                        "mediaType":"application/json",
                                        "rel":"canonical"
                                    },
                                    {
                                        "href":"http://localhost:11001/services/v2/config/files/Common.inc",
                                        "mediaType":"application/json",
                                        "rel":"self"
                                    },
                                    {
                                        "href":"http://localhost:11001/services/v2/metadata-catalog/file",
                                        "mediaType":"application/schema+json",
                                        "rel":"describedby"
                                    }
                                ],
                                "messages":[
                                ],
                                "response":{
                                    "$schema":"ogg:config",
                                    "lines":[
                                        "UseridAlias oggadmin",
                                        "ReportCount Every 100000 Records"
                                    ]
                                }
                            }
                        }
                    }
                },
                "tags":[
                    "Administrative Server/Configuration Settings"
                ],
                "produces":[
                    "application/json"
                ],
                "parameters":[
                    {
                        "name":"file",
                        "in":"path",
                        "description":"<p>The name of a configuration file.</p>",
                        "required":true,
                        "type":"string",
                        "pattern":"^(GLOBALS|ENCKEYS|[a-zA-Z0-9_$]*[.](prm|inc))$",
                        "minLength":5,
                        "maxLength":255
                    },
                    {
                        "name":"version",
                        "in":"path",
                        "description":"<p>Oracle GoldenGate Service API version.</p>",
                        "required":true,
                        "type":"string",
                        "enum":[
                            "v2"
                        ]
                    }
                ],
                "x-internal-id":"services-{version}-config-files-{file}-get",
                "x-filename-id":"services-version-config-files-file-get"
            },
            "post":{
                "description":"<p>Create a new configuration file.</p>",
                "summary":"Create Configuration File",
                "operationId":"post /services/{version}/config/files/{file}",
                "responses":{
                    "201":{
                        "description":"<p>Configuration file created successfully.</p>",
                        "schema":{
                            "$ref":"#/definitions/api:standardResponse"
                        },
                        "examples":{
                            "application/json":{
                                "$schema":"api:standardResponse",
                                "links":[
                                    {
                                        "href":"http://localhost:11001/services/v2/config/files/Common.inc",
                                        "mediaType":"application/json",
                                        "rel":"canonical"
                                    },
                                    {
                                        "href":"http://localhost:11001/services/v2/config/files/Common.inc",
                                        "mediaType":"application/json",
                                        "rel":"self"
                                    }
                                ],
                                "messages":[
                                ]
                            }
                        }
                    }
                },
                "tags":[
                    "Administrative Server/Configuration Settings"
                ],
                "produces":[
                    "application/json"
                ],
                "consumes":[
                    "application/json"
                ],
                "parameters":[
                    {
                        "name":"file",
                        "in":"path",
                        "description":"<p>The name of a configuration file.</p>",
                        "required":true,
                        "type":"string",
                        "pattern":"^(GLOBALS|ENCKEYS|[a-zA-Z0-9_$]*[.](prm|inc))$",
                        "minLength":5,
                        "maxLength":255
                    },
                    {
                        "name":"version",
                        "in":"path",
                        "description":"<p>Oracle GoldenGate Service API version.</p>",
                        "required":true,
                        "type":"string",
                        "enum":[
                            "v2"
                        ]
                    },
                    {
                        "name":"body",
                        "in":"body",
                        "description":"",
                        "required":false,
                        "schema":{
                            "$ref":"#/definitions/ogg:config"
                        },
                        "x-examples":{
                            "application/json":{
                                "lines":[
                                    "UseridAlias oggadmin",
                                    "ReportCount Every 1000 Records"
                                ]
                            }
                        }
                    }
                ],
                "x-internal-id":"services-{version}-config-files-{file}-post",
                "x-filename-id":"services-version-config-files-file-post"
            },
            "put":{
                "description":"<p>Modify an existing configuration file.</p>",
                "summary":"Replace Configuration File",
                "operationId":"put /services/{version}/config/files/{file}",
                "responses":{
                    "200":{
                        "description":"<p>Configuration file updated successfully.</p>",
                        "schema":{
                            "$ref":"#/definitions/api:standardResponse"
                        },
                        "examples":{
                            "application/json":{
                                "$schema":"api:standardResponse",
                                "links":[
                                    {
                                        "href":"http://localhost:11001/services/v2/config/files/Common.inc",
                                        "mediaType":"application/json",
                                        "rel":"canonical"
                                    },
                                    {
                                        "href":"http://localhost:11001/services/v2/config/files/Common.inc",
                                        "mediaType":"application/json",
                                        "rel":"self"
                                    }
                                ],
                                "messages":[
                                ]
                            }
                        }
                    }
                },
                "tags":[
                    "Administrative Server/Configuration Settings"
                ],
                "produces":[
                    "application/json"
                ],
                "consumes":[
                    "application/json"
                ],
                "parameters":[
                    {
                        "name":"file",
                        "in":"path",
                        "description":"<p>The name of a configuration file.</p>",
                        "required":true,
                        "type":"string",
                        "pattern":"^(GLOBALS|ENCKEYS|[a-zA-Z0-9_$]*[.](prm|inc))$",
                        "minLength":5,
                        "maxLength":255
                    },
                    {
                        "name":"version",
                        "in":"path",
                        "description":"<p>Oracle GoldenGate Service API version.</p>",
                        "required":true,
                        "type":"string",
                        "enum":[
                            "v2"
                        ]
                    },
                    {
                        "name":"body",
                        "in":"body",
                        "description":"",
                        "required":false,
                        "schema":{
                            "$ref":"#/definitions/ogg:config"
                        },
                        "x-examples":{
                            "application/json":{
                                "lines":[
                                    "UseridAlias oggadmin",
                                    "ReportCount Every 100000 Records"
                                ]
                            }
                        }
                    }
                ],
                "x-internal-id":"services-{version}-config-files-{file}-put",
                "x-filename-id":"services-version-config-files-file-put"
            },
            "delete":{
                "description":"<p>Delete a configuration file.</p>",
                "summary":"Delete Configuration File",
                "operationId":"delete /services/{version}/config/files/{file}",
                "responses":{
                    "200":{
                        "description":"<p>Configuration file deleted successfully.</p>",
                        "schema":{
                            "$ref":"#/definitions/api:standardResponse"
                        },
                        "examples":{
                            "application/json":{
                                "$schema":"api:standardResponse",
                                "links":[
                                    {
                                        "href":"http://localhost:11001/services/v2/config/files/Common.inc",
                                        "mediaType":"application/json",
                                        "rel":"canonical"
                                    },
                                    {
                                        "href":"http://localhost:11001/services/v2/config/files/Common.inc",
                                        "mediaType":"application/json",
                                        "rel":"self"
                                    }
                                ],
                                "messages":[
                                ]
                            }
                        }
                    }
                },
                "tags":[
                    "Administrative Server/Configuration Settings"
                ],
                "produces":[
                    "application/json"
                ],
                "parameters":[
                    {
                        "name":"file",
                        "in":"path",
                        "description":"<p>The name of a configuration file.</p>",
                        "required":true,
                        "type":"string",
                        "pattern":"^(GLOBALS|ENCKEYS|[a-zA-Z0-9_$]*[.](prm|inc))$",
                        "minLength":5,
                        "maxLength":255
                    },
                    {
                        "name":"version",
                        "in":"path",
                        "description":"<p>Oracle GoldenGate Service API version.</p>",
                        "required":true,
                        "type":"string",
                        "enum":[
                            "v2"
                        ]
                    }
                ],
                "x-internal-id":"services-{version}-config-files-{file}-delete",
                "x-filename-id":"services-version-config-files-file-delete"
            }
        },
        "/services/{version}/tasks/{task}":{
            "get":{
                "description":"<p>Retrieve the details for a task.</p>",
                "summary":"Retrieve Task",
                "operationId":"get /services/{version}/tasks/{task}",
                "responses":{
                    "200":{
                        "description":"<p>Task details retrieved successfully.</p>",
                        "schema":{
                            "$ref":"#/definitions/ogg:task"
                        },
                        "examples":{
                            "application/json":{
                                "$schema":"api:standardResponse",
                                "links":[
                                    {
                                        "href":"http://localhost:11001/services/v2/tasks/ReportLag",
                                        "mediaType":"application/json",
                                        "rel":"canonical"
                                    },
                                    {
                                        "href":"http://localhost:11001/services/v2/tasks/ReportLag",
                                        "mediaType":"application/json",
                                        "rel":"self"
                                    },
                                    {
                                        "href":"http://localhost:11001/services/v2/metadata-catalog/task",
                                        "mediaType":"application/schema+json",
                                        "rel":"describedby"
                                    }
                                ],
                                "messages":[
                                ],
                                "response":{
                                    "$schema":"ogg:task",
                                    "command":{
                                        "name":"report",
                                        "reportType":"lag",
                                        "thresholds":[
                                            {
                                                "type":"critical",
                                                "units":"seconds",
                                                "value":5
                                            }
                                        ]
                                    },
                                    "description":"Check critical lag every hour",
                                    "enabled":true,
                                    "restart":{
                                        "enabled":false
                                    },
                                    "schedule":{
                                        "every":{
                                            "units":"hours",
                                            "value":1
                                        }
                                    },
                                    "status":"stopped"
                                }
                            }
                        }
                    }
                },
                "tags":[
                    "Administrative Server/Tasks"
                ],
                "produces":[
                    "application/json"
                ],
                "parameters":[
                    {
                        "name":"task",
                        "in":"path",
                        "description":"<p>Task name, an alpha-numeric character followed by up to 63 alpha-numeric characters, '_' or '-'.</p>",
                        "required":true,
                        "type":"string",
                        "pattern":"^[A-Za-z0-9][A-Za-z0-9_-]*$",
                        "minLength":1,
                        "maxLength":64
                    },
                    {
                        "name":"version",
                        "in":"path",
                        "description":"<p>Oracle GoldenGate Service API version.</p>",
                        "required":true,
                        "type":"string",
                        "enum":[
                            "v2"
                        ]
                    }
                ],
                "x-internal-id":"services-{version}-tasks-{task}-get",
                "x-filename-id":"services-version-tasks-task-get"
            },
            "post":{
                "description":"<p>Create a new administrative task.</p>",
                "summary":"Create Task",
                "operationId":"post /services/{version}/tasks/{task}",
                "responses":{
                    "201":{
                        "description":"<p>Task created successfully.</p>",
                        "schema":{
                            "$ref":"#/definitions/api:standardResponse"
                        },
                        "examples":{
                            "application/json":{
                                "$schema":"api:standardResponse",
                                "links":[
                                    {
                                        "href":"http://localhost:11001/services/v2/tasks/ReportLag",
                                        "mediaType":"application/json",
                                        "rel":"canonical"
                                    },
                                    {
                                        "href":"http://localhost:11001/services/v2/tasks/ReportLag",
                                        "mediaType":"application/json",
                                        "rel":"self"
                                    }
                                ],
                                "messages":[
                                ]
                            }
                        }
                    }
                },
                "tags":[
                    "Administrative Server/Tasks"
                ],
                "produces":[
                    "application/json"
                ],
                "consumes":[
                    "application/json"
                ],
                "parameters":[
                    {
                        "name":"task",
                        "in":"path",
                        "description":"<p>Task name, an alpha-numeric character followed by up to 63 alpha-numeric characters, '_' or '-'.</p>",
                        "required":true,
                        "type":"string",
                        "pattern":"^[A-Za-z0-9][A-Za-z0-9_-]*$",
                        "minLength":1,
                        "maxLength":64
                    },
                    {
                        "name":"version",
                        "in":"path",
                        "description":"<p>Oracle GoldenGate Service API version.</p>",
                        "required":true,
                        "type":"string",
                        "enum":[
                            "v2"
                        ]
                    },
                    {
                        "name":"body",
                        "in":"body",
                        "description":"",
                        "required":false,
                        "schema":{
                            "$ref":"#/definitions/ogg:task"
                        },
                        "x-examples":{
                            "application/json":{
                                "description":"Check critical lag every hour",
                                "enabled":false,
                                "schedule":{
                                    "every":{
                                        "units":"hours",
                                        "value":1
                                    }
                                },
                                "command":{
                                    "name":"report",
                                    "reportType":"lag",
                                    "thresholds":[
                                        {
                                            "type":"critical",
                                            "units":"seconds",
                                            "value":5
                                        }
                                    ]
                                }
                            }
                        }
                    }
                ],
                "x-internal-id":"services-{version}-tasks-{task}-post",
                "x-filename-id":"services-version-tasks-task-post"
            },
            "patch":{
                "description":"<p>Update an existing administrative task.</p>",
                "summary":"Update Task",
                "operationId":"patch /services/{version}/tasks/{task}",
                "responses":{
                    "200":{
                        "description":"<p>Task updated successfully.</p>",
                        "schema":{
                            "$ref":"#/definitions/api:standardResponse"
                        },
                        "examples":{
                            "application/json":{
                                "$schema":"api:standardResponse",
                                "links":[
                                    {
                                        "href":"http://localhost:11001/services/v2/tasks/ReportLag",
                                        "mediaType":"application/json",
                                        "rel":"canonical"
                                    },
                                    {
                                        "href":"http://localhost:11001/services/v2/tasks/ReportLag",
                                        "mediaType":"application/json",
                                        "rel":"self"
                                    }
                                ],
                                "messages":[
                                ]
                            }
                        }
                    }
                },
                "tags":[
                    "Administrative Server/Tasks"
                ],
                "produces":[
                    "application/json"
                ],
                "consumes":[
                    "application/json"
                ],
                "parameters":[
                    {
                        "name":"task",
                        "in":"path",
                        "description":"<p>Task name, an alpha-numeric character followed by up to 63 alpha-numeric characters, '_' or '-'.</p>",
                        "required":true,
                        "type":"string",
                        "pattern":"^[A-Za-z0-9][A-Za-z0-9_-]*$",
                        "minLength":1,
                        "maxLength":64
                    },
                    {
                        "name":"version",
                        "in":"path",
                        "description":"<p>Oracle GoldenGate Service API version.</p>",
                        "required":true,
                        "type":"string",
                        "enum":[
                            "v2"
                        ]
                    },
                    {
                        "name":"body",
                        "in":"body",
                        "description":"",
                        "required":false,
                        "schema":{
                            "$ref":"#/definitions/ogg:task"
                        },
                        "x-examples":{
                            "application/json":{
                                "enabled":true
                            }
                        }
                    }
                ],
                "x-internal-id":"services-{version}-tasks-{task}-patch",
                "x-filename-id":"services-version-tasks-task-patch"
            },
            "delete":{
                "description":"<p>Delete an administrative task.</p>",
                "summary":"Delete Task",
                "operationId":"delete /services/{version}/tasks/{task}",
                "responses":{
                    "200":{
                        "description":"<p>Task deleted successfully.</p>",
                        "schema":{
                            "$ref":"#/definitions/api:standardResponse"
                        },
                        "examples":{
                            "application/json":{
                                "$schema":"api:standardResponse",
                                "links":[
                                    {
                                        "href":"http://localhost:11001/services/v2/tasks/ReportLag",
                                        "mediaType":"application/json",
                                        "rel":"canonical"
                                    },
                                    {
                                        "href":"http://localhost:11001/services/v2/tasks/ReportLag",
                                        "mediaType":"application/json",
                                        "rel":"self"
                                    }
                                ],
                                "messages":[
                                ]
                            }
                        }
                    }
                },
                "tags":[
                    "Administrative Server/Tasks"
                ],
                "produces":[
                    "application/json"
                ],
                "parameters":[
                    {
                        "name":"task",
                        "in":"path",
                        "description":"<p>Task name, an alpha-numeric character followed by up to 63 alpha-numeric characters, '_' or '-'.</p>",
                        "required":true,
                        "type":"string",
                        "pattern":"^[A-Za-z0-9][A-Za-z0-9_-]*$",
                        "minLength":1,
                        "maxLength":64
                    },
                    {
                        "name":"version",
                        "in":"path",
                        "description":"<p>Oracle GoldenGate Service API version.</p>",
                        "required":true,
                        "type":"string",
                        "enum":[
                            "v2"
                        ]
                    }
                ],
                "x-internal-id":"services-{version}-tasks-{task}-delete",
                "x-filename-id":"services-version-tasks-task-delete"
            }
        },
        "/services/{version}/commands/execute":{
            "post":{
                "description":"<p>Execute a command. Reporting commands are accessible for users with the 'User' role. Other commands require the 'Operator' role.</p>",
                "summary":"Execute Command",
                "operationId":"post /services/{version}/commands/execute",
                "responses":{
                    "200":{
                        "description":"<p>Command successfully executed.</p>",
                        "schema":{
                            "$ref":"#/definitions/ogg:commandResult"
                        },
                        "examples":{
                            "application/json":{
                                "$schema":"api:standardResponse",
                                "links":[
                                    {
                                        "href":"http://localhost:11001/services/v2/commands/execute",
                                        "mediaType":"application/json",
                                        "rel":"canonical"
                                    },
                                    {
                                        "href":"http://localhost:11001/services/v2/commands/execute",
                                        "mediaType":"application/json",
                                        "rel":"self"
                                    }
                                ],
                                "messages":[
                                    {
                                        "$schema":"ogg:message",
                                        "code":"OGG-00948",
                                        "issued":"2019-03-15T14:43:21Z",
                                        "severity":"INFO",
                                        "title":"Lag for EXTRACT EXT2 is 0:00:00.000 (checkpoint updated 0:00:53.380 ago)",
                                        "type":"http://docs.oracle.com/goldengate/c1910/gg-winux/GMESG/oggus.htm#OGG-00948"
                                    },
                                    {
                                        "$schema":"ogg:message",
                                        "code":"OGG-00948",
                                        "issued":"2019-03-15T14:43:21Z",
                                        "severity":"INFO",
                                        "title":"Lag for REPLICAT REP2 is 0:00:00.000 (checkpoint updated 0:00:04.309 ago)",
                                        "type":"http://docs.oracle.com/goldengate/c1910/gg-winux/GMESG/oggus.htm#OGG-00948"
                                    }
                                ],
                                "response":{
                                    "$schema":"ogg:commandResult",
                                    "items":[
                                        {
                                            "processName":"EXT2",
                                            "processType":"extract",
                                            "result":{
                                                "lag":"0:00:00.000",
                                                "lagSeconds":0,
                                                "lastCheckpoint":"0:00:53.380",
                                                "lastCheckpointSeconds":53.38
                                            },
                                            "severity":"info"
                                        },
                                        {
                                            "processName":"REP2",
                                            "processType":"replicat",
                                            "result":{
                                                "lag":"0:00:00.000",
                                                "lagSeconds":0,
                                                "lastCheckpoint":"0:00:04.309",
                                                "lastCheckpointSeconds":4.309
                                            },
                                            "severity":"info"
                                        }
                                    ]
                                }
                            }
                        }
                    }
                },
                "tags":[
                    "Administrative Server/Commands"
                ],
                "produces":[
                    "application/json"
                ],
                "consumes":[
                    "application/json"
                ],
                "parameters":[
                    {
                        "name":"version",
                        "in":"path",
                        "description":"<p>Oracle GoldenGate Service API version.</p>",
                        "required":true,
                        "type":"string",
                        "enum":[
                            "v2"
                        ]
                    },
                    {
                        "name":"body",
                        "in":"body",
                        "description":"",
                        "required":false,
                        "schema":{
                            "$ref":"#/definitions/ogg:command"
                        },
                        "x-examples":{
                            "application/json":{
                                "name":"report",
                                "reportType":"lag",
                                "thresholds":[
                                    {
                                        "type":"info",
                                        "units":"seconds",
                                        "value":0
                                    },
                                    {
                                        "type":"critical",
                                        "units":"seconds",
                                        "value":5
                                    }
                                ]
                            }
                        }
                    }
                ],
                "x-internal-id":"services-{version}-commands-execute-post",
                "x-filename-id":"services-version-commands-execute-post"
            }
        },
        "/services/{version}/connections/{connection}":{
            "delete":{
                "description":"<p>Remove a database connection.</p>",
                "summary":"Delete Connection",
                "operationId":"delete /services/{version}/connections/{connection}",
                "responses":{
                    "200":{
                        "description":"<p>Connection removed successfully.</p>",
                        "schema":{
                            "$ref":"#/definitions/api:standardResponse"
                        },
                        "examples":{
                            "application/json":{
                                "$schema":"api:standardResponse",
                                "links":[
                                    {
                                        "href":"http://localhost:11001/services/v2/connections/LocalDBMS",
                                        "mediaType":"application/json",
                                        "rel":"canonical"
                                    },
                                    {
                                        "href":"http://localhost:11001/services/v2/connections/LocalDBMS",
                                        "mediaType":"application/json",
                                        "rel":"self"
                                    },
                                    {
                                        "href":"http://localhost:11001/services/v2/metadata-catalog/connection",
                                        "mediaType":"application/schema+json",
                                        "rel":"describedby"
                                    }
                                ],
                                "messages":[
                                ],
                                "response":{
                                    "$schema":"ogg:connection",
                                    "credentials":{
                                        "alias":"oggadmin",
                                        "domain":"OracleGoldenGate"
                                    }
                                }
                            }
                        }
                    }
                },
                "tags":[
                    "Administrative Server/Database"
                ],
                "produces":[
                    "application/json"
                ],
                "parameters":[
                    {
                        "name":"connection",
                        "in":"path",
                        "description":"<p>Connection name. For each alias in the credential store, a connection with the name 'domain.alias' exists.</p>",
                        "required":true,
                        "type":"string",
                        "pattern":"^[a-zA-Z][a-zA-Z0-9_#$]{1,29}([.][a-zA-Z][a-zA-Z0-9_#$]{1,29})?$",
                        "minLength":1,
                        "maxLength":61
                    },
                    {
                        "name":"version",
                        "in":"path",
                        "description":"<p>Oracle GoldenGate Service API version.</p>",
                        "required":true,
                        "type":"string",
                        "enum":[
                            "v2"
                        ]
                    }
                ],
                "x-internal-id":"services-{version}-connections-{connection}-delete",
                "x-filename-id":"services-version-connections-connection-delete"
            },
            "put":{
                "description":"<p>Update a database connection. Connections created for aliases in the credential store cannot be updated.</p>",
                "summary":"Replace Connection",
                "operationId":"put /services/{version}/connections/{connection}",
                "responses":{
                    "200":{
                        "description":"<p>Database connection updated successfully.</p>",
                        "schema":{
                            "$ref":"#/definitions/api:standardResponse"
                        },
                        "examples":{
                            "application/json":{
                                "$schema":"api:standardResponse",
                                "links":[
                                    {
                                        "href":"http://localhost:11001/services/v2/connections/LocalDBMS",
                                        "mediaType":"application/json",
                                        "rel":"canonical"
                                    },
                                    {
                                        "href":"http://localhost:11001/services/v2/connections/LocalDBMS",
                                        "mediaType":"application/json",
                                        "rel":"self"
                                    }
                                ],
                                "messages":[
                                ]
                            }
                        }
                    }
                },
                "tags":[
                    "Administrative Server/Database"
                ],
                "produces":[
                    "application/json"
                ],
                "consumes":[
                    "application/json"
                ],
                "parameters":[
                    {
                        "name":"connection",
                        "in":"path",
                        "description":"<p>Connection name. For each alias in the credential store, a connection with the name 'domain.alias' exists.</p>",
                        "required":true,
                        "type":"string",
                        "pattern":"^[a-zA-Z][a-zA-Z0-9_#$]{1,29}([.][a-zA-Z][a-zA-Z0-9_#$]{1,29})?$",
                        "minLength":1,
                        "maxLength":61
                    },
                    {
                        "name":"version",
                        "in":"path",
                        "description":"<p>Oracle GoldenGate Service API version.</p>",
                        "required":true,
                        "type":"string",
                        "enum":[
                            "v2"
                        ]
                    },
                    {
                        "name":"body",
                        "in":"body",
                        "description":"",
                        "required":false,
                        "schema":{
                            "$ref":"#/definitions/ogg:connection"
                        },
                        "x-examples":{
                            "application/json":{
                                "credentials":{
                                    "alias":"oggadmin"
                                }
                            }
                        }
                    }
                ],
                "x-internal-id":"services-{version}-connections-{connection}-put",
                "x-filename-id":"services-version-connections-connection-put"
            },
            "post":{
                "description":"<p>Create a new database connection. Connections are automatically created for aliases in the credential store.</p>",
                "summary":"Create Connection",
                "operationId":"post /services/{version}/connections/{connection}",
                "responses":{
                    "201":{
                        "description":"<p>Database connection created.</p>",
                        "schema":{
                            "$ref":"#/definitions/api:standardResponse"
                        },
                        "examples":{
                            "application/json":{
                                "$schema":"api:standardResponse",
                                "links":[
                                    {
                                        "href":"http://localhost:11001/services/v2/connections/LocalDBMS",
                                        "mediaType":"application/json",
                                        "rel":"canonical"
                                    },
                                    {
                                        "href":"http://localhost:11001/services/v2/connections/LocalDBMS",
                                        "mediaType":"application/json",
                                        "rel":"self"
                                    }
                                ],
                                "messages":[
                                ]
                            }
                        }
                    }
                },
                "tags":[
                    "Administrative Server/Database"
                ],
                "produces":[
                    "application/json"
                ],
                "consumes":[
                    "application/json"
                ],
                "parameters":[
                    {
                        "name":"connection",
                        "in":"path",
                        "description":"<p>Connection name. For each alias in the credential store, a connection with the name 'domain.alias' exists.</p>",
                        "required":true,
                        "type":"string",
                        "pattern":"^[a-zA-Z][a-zA-Z0-9_#$]{1,29}([.][a-zA-Z][a-zA-Z0-9_#$]{1,29})?$",
                        "minLength":1,
                        "maxLength":61
                    },
                    {
                        "name":"version",
                        "in":"path",
                        "description":"<p>Oracle GoldenGate Service API version.</p>",
                        "required":true,
                        "type":"string",
                        "enum":[
                            "v2"
                        ]
                    },
                    {
                        "name":"body",
                        "in":"body",
                        "description":"",
                        "required":false,
                        "schema":{
                            "$ref":"#/definitions/ogg:connection"
                        },
                        "x-examples":{
                            "application/json":{
                                "credentials":{
                                    "domain":"OracleGoldenGate",
                                    "alias":"oggadmin"
                                }
                            }
                        }
                    }
                ],
                "x-internal-id":"services-{version}-connections-{connection}-post",
                "x-filename-id":"services-version-connections-connection-post"
            },
            "get":{
                "description":"<p>Retrieve the database connection details.</p>",
                "summary":"Retrieve Connection",
                "operationId":"get /services/{version}/connections/{connection}",
                "responses":{
                    "200":{
                        "description":"<p>Database connection details retrieved.</p>",
                        "schema":{
                            "$ref":"#/definitions/ogg:connection"
                        },
                        "examples":{
                            "application/json":{
                                "$schema":"api:standardResponse",
                                "links":[
                                    {
                                        "href":"http://localhost:11001/services/v2/connections/LocalDBMS",
                                        "mediaType":"application/json",
                                        "rel":"canonical"
                                    },
                                    {
                                        "href":"http://localhost:11001/services/v2/connections/LocalDBMS",
                                        "mediaType":"application/json",
                                        "rel":"self"
                                    },
                                    {
                                        "href":"http://localhost:11001/services/v2/metadata-catalog/connection",
                                        "mediaType":"application/schema+json",
                                        "rel":"describedby"
                                    }
                                ],
                                "messages":[
                                ],
                                "response":{
                                    "$schema":"ogg:connection",
                                    "credentials":{
                                        "alias":"oggadmin",
                                        "domain":"OracleGoldenGate"
                                    }
                                }
                            }
                        }
                    }
                },
                "tags":[
                    "Administrative Server/Database"
                ],
                "produces":[
                    "application/json"
                ],
                "parameters":[
                    {
                        "name":"connection",
                        "in":"path",
                        "description":"<p>Connection name. For each alias in the credential store, a connection with the name 'domain.alias' exists.</p>",
                        "required":true,
                        "type":"string",
                        "pattern":"^[a-zA-Z][a-zA-Z0-9_#$]{1,29}([.][a-zA-Z][a-zA-Z0-9_#$]{1,29})?$",
                        "minLength":1,
                        "maxLength":61
                    },
                    {
                        "name":"version",
                        "in":"path",
                        "description":"<p>Oracle GoldenGate Service API version.</p>",
                        "required":true,
                        "type":"string",
                        "enum":[
                            "v2"
                        ]
                    }
                ],
                "x-internal-id":"services-{version}-connections-{connection}-get",
                "x-filename-id":"services-version-connections-connection-get"
            }
        },
        "/services/{version}/connections/{connection}/trandata/table":{
            "post":{
                "description":"<p>Manage Supplemental Logging for Database Tables</p>",
                "summary":"Manage Table Supplemental Logging",
                "operationId":"post /services/{version}/connections/{connection}/trandata/table",
                "responses":{
                    "200":{
                        "description":"<p>Supplemental logging command completed successfully.</p>",
                        "schema":{
                            "$ref":"#/definitions/ogg:trandataTableResponse"
                        },
                        "examples":{
                            "application/json":{
                                "$schema":"api:standardResponse",
                                "links":[
                                    {
                                        "href":"http://localhost:11001/services/v2/connections/OracleGoldenGate.oggadmin/trandata/table",
                                        "mediaType":"application/json",
                                        "rel":"canonical"
                                    },
                                    {
                                        "href":"http://localhost:11001/services/v2/connections/OracleGoldenGate.oggadmin/trandata/table",
                                        "mediaType":"application/json",
                                        "rel":"self"
                                    }
                                ],
                                "messages":[
                                    {
                                        "$schema":"ogg:message",
                                        "code":"OGG-15132",
                                        "issued":"2019-03-15T14:43:23Z",
                                        "severity":"INFO",
                                        "title":"Logging of supplemental redo data enabled for table OGGADMIN.TABLE01.",
                                        "type":"http://docs.oracle.com/goldengate/c1910/gg-winux/GMESG/oggus.htm#OGG-15132"
                                    },
                                    {
                                        "$schema":"ogg:message",
                                        "code":"OGG-15133",
                                        "issued":"2019-03-15T14:43:23Z",
                                        "severity":"INFO",
                                        "title":"TRANDATA for scheduling columns has been added on table OGGADMIN.TABLE01.",
                                        "type":"http://docs.oracle.com/goldengate/c1910/gg-winux/GMESG/oggus.htm#OGG-15133"
                                    },
                                    {
                                        "$schema":"ogg:message",
                                        "code":"OGG-15135",
                                        "issued":"2019-03-15T14:43:23Z",
                                        "severity":"INFO",
                                        "title":"TRANDATA for instantiation CSN has been added on table OGGADMIN.TABLE01.",
                                        "type":"http://docs.oracle.com/goldengate/c1910/gg-winux/GMESG/oggus.htm#OGG-15135"
                                    }
                                ]
                            }
                        }
                    }
                },
                "tags":[
                    "Administrative Server/Database"
                ],
                "produces":[
                    "application/json"
                ],
                "consumes":[
                    "application/json"
                ],
                "parameters":[
                    {
                        "name":"connection",
                        "in":"path",
                        "description":"<p>Connection name. For each alias in the credential store, a connection with the name 'domain.alias' exists.</p>",
                        "required":true,
                        "type":"string",
                        "pattern":"^[a-zA-Z][a-zA-Z0-9_#$]{1,29}([.][a-zA-Z][a-zA-Z0-9_#$]{1,29})?$",
                        "minLength":1,
                        "maxLength":61
                    },
                    {
                        "name":"version",
                        "in":"path",
                        "description":"<p>Oracle GoldenGate Service API version.</p>",
                        "required":true,
                        "type":"string",
                        "enum":[
                            "v2"
                        ]
                    },
                    {
                        "name":"body",
                        "in":"body",
                        "description":"",
                        "required":false,
                        "schema":{
                            "$ref":"#/definitions/ogg:trandataTable"
                        },
                        "x-examples":{
                            "application/json":{
                                "operation":"add",
                                "tableName":"oggadmin.table01"
                            }
                        }
                    }
                ],
                "x-internal-id":"services-{version}-connections-{connection}-trandata-table-post",
                "x-filename-id":"services-version-connections-connection-trandata-table-post"
            }
        },
        "/services/{version}/tasks/{task}/info/history":{
            "get":{
                "description":"<p>Retrieve the execution history of an administrative task.</p>",
                "summary":"Retrieve Task History",
                "operationId":"get /services/{version}/tasks/{task}/info/history",
                "responses":{
                    "200":{
                        "description":"<p>Task history retrieved successfully.</p>",
                        "schema":{
                            "$ref":"#/definitions/ogg:taskHistory"
                        },
                        "examples":{
                            "application/json":{
                                "$schema":"api:standardResponse",
                                "links":[
                                    {
                                        "href":"http://localhost:11001/services/v2/tasks/ReportLag/info/history",
                                        "mediaType":"application/json",
                                        "rel":"canonical"
                                    },
                                    {
                                        "href":"http://localhost:11001/services/v2/tasks/ReportLag/info/history",
                                        "mediaType":"application/json",
                                        "rel":"self"
                                    },
                                    {
                                        "href":"http://localhost:11001/services/v2/metadata-catalog/taskHistory",
                                        "mediaType":"application/schema+json",
                                        "rel":"describedby"
                                    }
                                ],
                                "messages":[
                                ],
                                "response":{
                                    "$schema":"ogg:taskHistory",
                                    "history":[
                                    ]
                                }
                            }
                        }
                    }
                },
                "tags":[
                    "Administrative Server/Tasks"
                ],
                "produces":[
                    "application/json"
                ],
                "parameters":[
                    {
                        "name":"task",
                        "in":"path",
                        "description":"<p>Task name, an alpha-numeric character followed by up to 63 alpha-numeric characters, '_' or '-'.</p>",
                        "required":true,
                        "type":"string",
                        "pattern":"^[A-Za-z0-9][A-Za-z0-9_-]*$",
                        "minLength":1,
                        "maxLength":64
                    },
                    {
                        "name":"version",
                        "in":"path",
                        "description":"<p>Oracle GoldenGate Service API version.</p>",
                        "required":true,
                        "type":"string",
                        "enum":[
                            "v2"
                        ]
                    }
                ],
                "x-internal-id":"services-{version}-tasks-{task}-info-history-get",
                "x-filename-id":"services-version-tasks-task-info-history-get"
            }
        },
        "/services/{version}/credentials/{domain}":{
            "get":{
                "description":"<p>Retrieve the list of aliases for a domain in the credential store.</p>",
                "summary":"List Domain Aliases",
                "operationId":"get /services/{version}/credentials/{domain}",
                "responses":{
                    "200":{
                        "description":"<p>Collection of aliases retrieved.</p>",
                        "schema":{
                            "$ref":"#/definitions/ogg:collection"
                        },
                        "examples":{
                            "application/json":{
                                "$schema":"api:standardResponse",
                                "links":[
                                    {
                                        "href":"http://localhost:11001/services/v2/credentials/OracleGoldenGate",
                                        "mediaType":"application/json",
                                        "rel":"canonical"
                                    },
                                    {
                                        "href":"http://localhost:11001/services/v2/credentials/OracleGoldenGate",
                                        "mediaType":"application/json",
                                        "rel":"self"
                                    },
                                    {
                                        "href":"http://localhost:11001/services/v2/metadata-catalog/domain",
                                        "mediaType":"application/schema+json",
                                        "rel":"describedby"
                                    }
                                ],
                                "messages":[
                                ],
                                "response":{
                                    "$schema":"ogg:collection",
                                    "items":[
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/credentials/OracleGoldenGate",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/credentials/OracleGoldenGate/oggadmin",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"oggadmin"
                                        }
                                    ]
                                }
                            }
                        }
                    }
                },
                "tags":[
                    "Administrative Server/Credentials"
                ],
                "produces":[
                    "application/json"
                ],
                "parameters":[
                    {
                        "minLength":1,
                        "maxLength":30,
                        "name":"domain",
                        "required":true,
                        "pattern":"^[a-zA-Z][a-zA-Z0-9_#$]*$",
                        "type":"string",
                        "default":"OracleGoldenGate",
                        "description":"<p>Credential store domain name.</p>",
                        "in":"path"
                    },
                    {
                        "name":"version",
                        "in":"path",
                        "description":"<p>Oracle GoldenGate Service API version.</p>",
                        "required":true,
                        "type":"string",
                        "enum":[
                            "v2"
                        ]
                    }
                ],
                "x-internal-id":"services-{version}-credentials-{domain}-get",
                "x-filename-id":"services-version-credentials-domain-get"
            }
        },
        "/services/{version}/connections/{connection}/trandata":{
        },
        "/services/{version}/extracts/{extract}/info/status":{
            "get":{
                "description":"<p>Retrieve the current status of the extract process.</p>",
                "summary":"Retrieve Status",
                "operationId":"get /services/{version}/extracts/{extract}/info/status",
                "responses":{
                    "200":{
                        "description":"<p>Process status retrieved successfully.</p>",
                        "schema":{
                            "$ref":"#/definitions/ogg:extractStatus"
                        },
                        "examples":{
                            "application/json":{
                                "$schema":"api:standardResponse",
                                "links":[
                                    {
                                        "href":"http://localhost:11001/services/v2/extracts/EXT2/info/status",
                                        "mediaType":"application/json",
                                        "rel":"canonical"
                                    },
                                    {
                                        "href":"http://localhost:11001/services/v2/extracts/EXT2/info/status",
                                        "mediaType":"application/json",
                                        "rel":"self"
                                    },
                                    {
                                        "href":"http://localhost:11001/services/v2/metadata-catalog/extractStatus",
                                        "mediaType":"application/schema+json",
                                        "rel":"describedby"
                                    }
                                ],
                                "messages":[
                                ],
                                "response":{
                                    "$schema":"ogg:extractStatus",
                                    "lag":0,
                                    "lastStarted":"2019-03-15T14:41:16.593Z",
                                    "position":"0.1543768",
                                    "processId":1594,
                                    "sinceLagReported":7,
                                    "status":"running"
                                }
                            }
                        }
                    }
                },
                "tags":[
                    "Administrative Server/Extracts"
                ],
                "produces":[
                    "application/json"
                ],
                "parameters":[
                    {
                        "name":"extract",
                        "in":"path",
                        "description":"<p>The name of the extract. Extract names are upper case, begin with an alphabetic character followed by up to seven alpha-numeric characters.</p>",
                        "required":true,
                        "type":"string",
                        "pattern":"^[A-Z_$][A-Z0-9_$]*$",
                        "minLength":1,
                        "maxLength":8
                    },
                    {
                        "name":"version",
                        "in":"path",
                        "description":"<p>Oracle GoldenGate Service API version.</p>",
                        "required":true,
                        "type":"string",
                        "enum":[
                            "v2"
                        ]
                    }
                ],
                "x-internal-id":"services-{version}-extracts-{extract}-info-status-get",
                "x-filename-id":"services-version-extracts-extract-info-status-get"
            }
        },
        "/services/{version}/connections/{connection}/databases/{database}/{schema}/{table}/instantiationCsn":{
            "post":{
                "description":"<p>Manage the instantiation CSN for filtering.</p>",
                "summary":"Manage Instantiation CSN",
                "operationId":"post /services/{version}/connections/{connection}/databases/{database}/{schema}/{table}/instantiationCsn",
                "responses":{
                    "201":{
                        "description":"<p>The instantiation CSN request completed successfully.</p>",
                        "schema":{
                            "$ref":"#/definitions/api:standardResponse"
                        },
                        "examples":{
                            "application/json":{
                                "$schema":"api:standardResponse",
                                "links":[
                                    {
                                        "href":"http://localhost:11001/services/v2/connections/OracleGoldenGate.oggadmin/databases/ORCL/OGGADMIN/TABLE01/instantiationCsn",
                                        "mediaType":"application/json",
                                        "rel":"canonical"
                                    },
                                    {
                                        "href":"http://localhost:11001/services/v2/connections/OracleGoldenGate.oggadmin/databases/ORCL/OGGADMIN/TABLE01/instantiationCsn",
                                        "mediaType":"application/json",
                                        "rel":"self"
                                    }
                                ],
                                "messages":[
                                    {
                                        "$schema":"ogg:message",
                                        "code":"OGG-10464",
                                        "issued":"2019-03-15T14:43:23Z",
                                        "severity":"INFO",
                                        "title":"Instantiation CSN has been cleared successfully.",
                                        "type":"http://docs.oracle.com/goldengate/c1910/gg-winux/GMESG/oggus.htm#OGG-10464"
                                    }
                                ]
                            }
                        }
                    }
                },
                "tags":[
                    "Administrative Server/Database"
                ],
                "produces":[
                    "application/json"
                ],
                "consumes":[
                    "application/json"
                ],
                "parameters":[
                    {
                        "name":"table",
                        "in":"path",
                        "description":"<p>Table name in the database.</p>",
                        "required":true,
                        "type":"string",
                        "minLength":1,
                        "maxLength":130
                    },
                    {
                        "name":"schema",
                        "in":"path",
                        "description":"<p>Schema name in the database.</p>",
                        "required":true,
                        "type":"string",
                        "minLength":1,
                        "maxLength":130
                    },
                    {
                        "name":"database",
                        "in":"path",
                        "description":"<p>Database name.</p>",
                        "required":true,
                        "type":"string",
                        "minLength":1,
                        "maxLength":130
                    },
                    {
                        "name":"connection",
                        "in":"path",
                        "description":"<p>Connection name. For each alias in the credential store, a connection with the name 'domain.alias' exists.</p>",
                        "required":true,
                        "type":"string",
                        "pattern":"^[a-zA-Z][a-zA-Z0-9_#$]{1,29}([.][a-zA-Z][a-zA-Z0-9_#$]{1,29})?$",
                        "minLength":1,
                        "maxLength":61
                    },
                    {
                        "name":"version",
                        "in":"path",
                        "description":"<p>Oracle GoldenGate Service API version.</p>",
                        "required":true,
                        "type":"string",
                        "enum":[
                            "v2"
                        ]
                    },
                    {
                        "name":"body",
                        "in":"body",
                        "description":"",
                        "required":false,
                        "schema":{
                            "$ref":"#/definitions/ogg:instantiationCsn"
                        },
                        "x-examples":{
                            "application/json":{
                                "command":"clear",
                                "source":"source.table"
                            }
                        }
                    }
                ],
                "x-internal-id":"services-{version}-connections-{connection}-databases-{database}-{schema}-{table}-instantiationCsn-post",
                "x-filename-id":"services-version-connections-connection-databases-database-schema-table-instantiationcsn-post"
            }
        },
        "/services/{version}/parameters":{
            "get":{
                "description":"<p>Retrieve names of all known OGG parameters.</p>",
                "summary":"List Parameter Names",
                "operationId":"get /services/{version}/parameters",
                "responses":{
                    "200":{
                        "description":"<p>Collection of Parameter names retrieved successfully.</p>",
                        "schema":{
                            "$ref":"#/definitions/ogg:collection"
                        },
                        "examples":{
                            "application/json":{
                                "$schema":"api:standardResponse",
                                "links":[
                                    {
                                        "href":"http://localhost:11001/services/v2/parameters",
                                        "mediaType":"application/json",
                                        "rel":"canonical"
                                    },
                                    {
                                        "href":"http://localhost:11001/services/v2/parameters",
                                        "mediaType":"application/json",
                                        "rel":"self"
                                    },
                                    {
                                        "href":"http://localhost:11001/services/v2/metadata-catalog/parameters",
                                        "mediaType":"application/schema+json",
                                        "rel":"describedby"
                                    }
                                ],
                                "messages":[
                                ],
                                "response":{
                                    "$schema":"ogg:collection",
                                    "items":[
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters/a2e",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"a2e"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters/abendondeleterecordwithmissingkeys",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"abendondeleterecordwithmissingkeys"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters/abendoninvaliddeleteoperation",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"abendoninvaliddeleteoperation"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters/abendoninvalidupsertoperation",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"abendoninvalidupsertoperation"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters/abendonmissedrecord",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"abendonmissedrecord"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters/abendonupdaterecordwithmissingkeys",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"abendonupdaterecordwithmissingkeys"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters/accessrule",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"accessrule"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters/allocfiles",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"allocfiles"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters/allowduptargetmap",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"allowduptargetmap"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters/allowinvisibleindexkeys",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"allowinvisibleindexkeys"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters/allowlargefloat",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"allowlargefloat"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters/allownonvalidatedkeys",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"allownonvalidatedkeys"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters/allownoopupdates",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"allownoopupdates"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters/allowoutputdir",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"allowoutputdir"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters/apply_parallelism",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"apply_parallelism"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters/applynoopupdates",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"applynoopupdates"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters/asciimixedccsid",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"asciimixedccsid"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters/assumetargetdefs",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"assumetargetdefs"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters/authproviderclass",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"authproviderclass"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters/autorestart",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"autorestart"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters/autorestartinterval",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"autorestartinterval"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters/autorestartmintime",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"autorestartmintime"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters/autostart",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"autostart"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters/badrecretrysecs",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"badrecretrysecs"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters/batchsql",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"batchsql"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters/begin",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"begin"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters/binarychars",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"binarychars"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters/bootdelayminutes",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"bootdelayminutes"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters/bootdelayseconds",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"bootdelayseconds"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters/br",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"br"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters/bulkload",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"bulkload"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters/cachemgr",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"cachemgr"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters/cachenullablecols",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"cachenullablecols"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters/catalogexclude",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"catalogexclude"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters/cdroptions",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"cdroptions"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters/charmap",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"charmap"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters/charset",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"charset"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters/charsetconversion",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"charsetconversion"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters/checkminutes",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"checkminutes"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters/checkparams",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"checkparams"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters/checkpointsecs",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"checkpointsecs"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters/checkpointtable",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"checkpointtable"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters/checksequencevalue",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"checksequencevalue"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters/chunksize",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"chunksize"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters/clustercontactpoints",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"clustercontactpoints"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters/cmdtrace",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"cmdtrace"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters/colmatch",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"colmatch"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters/command_table",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"command_table"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters/comment",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"comment"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters/commit_serialization",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"commit_serialization"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters/commitlogstagingdir",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"commitlogstagingdir"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters/complexnullcond",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"complexnullcond"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters/compressdeletes",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"compressdeletes"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters/compressupdates",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"compressupdates"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters/coordstatinterval",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"coordstatinterval"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters/coordtimer",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"coordtimer"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters/cppdriverOptions",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"cppdriverOptions"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters/credentialstorelocation",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"credentialstorelocation"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters/cryptoengine",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"cryptoengine"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters/cuserexit",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"cuserexit"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters/dboptions",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"dboptions"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters/ddl",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"ddl"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters/ddlerror",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"ddlerror"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters/ddloptions",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"ddloptions"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters/ddlrulehint",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"ddlrulehint"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters/ddlsubst",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"ddlsubst"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters/ddltable",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"ddltable"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters/decrypttrail",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"decrypttrail"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters/deferapplyinterval",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"deferapplyinterval"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters/defsfile",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"defsfile"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters/deletelogrecs",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"deletelogrecs"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters/discardfile",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"discardfile"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters/discardrollover",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"discardrollover"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters/downcritical",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"downcritical"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters/downinfo",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"downinfo"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters/downreporthours",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"downreporthours"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters/downreportminutes",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"downreportminutes"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters/dsoptions",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"dsoptions"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters/dynamicportlist",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"dynamicportlist"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters/dynamicportreassigndelay",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"dynamicportreassigndelay"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters/dynamicresolution",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"dynamicresolution"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters/dynsql",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"dynsql"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters/ebcdicmixedccsid",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"ebcdicmixedccsid"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters/enablecatalognames",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"enablecatalognames"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters/enableheartbeat",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"enableheartbeat"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters/enablemonitoring",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"enablemonitoring"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters/enablenewmanager",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"enablenewmanager"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters/encrypttrail",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"encrypttrail"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters/end",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"end"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters/eofdelay",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"eofdelay"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters/eofdelaycsecs",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"eofdelaycsecs"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters/etoldformat",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"etoldformat"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters/excludehiddencolumns",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"excludehiddencolumns"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters/excludetag",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"excludetag"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters/excludewildcardobjectsonly",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"excludewildcardobjectsonly"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters/extfile",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"extfile"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters/extract",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"extract"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters/exttrail",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"exttrail"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters/fetchoptions",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"fetchoptions"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters/fetchuserid",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"fetchuserid"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters/fetchuseridalias",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"fetchuseridalias"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters/filegroup",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"filegroup"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters/filterdups",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"filterdups"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters/flushcsecs",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"flushcsecs"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters/flushsecs",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"flushsecs"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters/formatascii",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"formatascii"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters/formatsql",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"formatsql"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters/formatxml",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"formatxml"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters/functionstacksize",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"functionstacksize"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters/genloadfiles",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"genloadfiles"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters/getalters",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"getalters"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters/getapplops",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"getapplops"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters/getcreates",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"getcreates"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters/getdeletes",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"getdeletes"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters/getdrops",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"getdrops"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters/getenv",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"getenv"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters/getinserts",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"getinserts"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters/getreplicates",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"getreplicates"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters/gettruncates",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"gettruncates"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters/getupdateafters",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"getupdateafters"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters/getupdatebefores",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"getupdatebefores"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters/getupdates",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"getupdates"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters/getupserts",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"getupserts"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters/ggschema",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"ggschema"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters/grouptransops",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"grouptransops"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters/handlecollisions",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"handlecollisions"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters/handletpkupdate",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"handletpkupdate"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters/haveudtwithnchar",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"haveudtwithnchar"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters/heartbeat_table",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"heartbeat_table"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters/ignore_unrecognized",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"ignore_unrecognized"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters/include",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"include"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters/inetopt",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"inetopt"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters/initializeheap",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"initializeheap"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters/insertallrecords",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"insertallrecords"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters/insertappend",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"insertappend"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters/insertdeletes",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"insertdeletes"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters/insertmissingupdates",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"insertmissingupdates"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters/insertupdates",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"insertupdates"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters/insertupserts",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"insertupserts"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters/jvmadditionalopts",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"jvmadditionalopts"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters/jvmbootoptions",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"jvmbootoptions"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters/jvmclasspath",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"jvmclasspath"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters/jvmcompiler",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"jvmcompiler"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters/jvmentryclass",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"jvmentryclass"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters/jvmentrymethod",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"jvmentrymethod"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters/jvmentrymethodarguments",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"jvmentrymethodarguments"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters/jvmentrymethodsignature",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"jvmentrymethodsignature"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters/jvmlibrarypath",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"jvmlibrarypath"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters/kms",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"kms"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters/lagcriticalhours",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"lagcriticalhours"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters/lagcriticalminutes",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"lagcriticalminutes"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters/lagcriticalseconds",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"lagcriticalseconds"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters/laginfohours",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"laginfohours"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters/laginfominutes",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"laginfominutes"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters/laginfoseconds",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"laginfoseconds"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters/lagreporthours",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"lagreporthours"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters/lagreportminutes",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"lagreportminutes"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters/lfmmemory",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"lfmmemory"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters/list",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"list"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters/lobmemory",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"lobmemory"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters/logallsupcols",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"logallsupcols"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters/logfilesbehind",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"logfilesbehind"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters/logfilesbehindinfo",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"logfilesbehindinfo"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters/lookaheadtransactions",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"lookaheadtransactions"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters/macro",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"macro"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters/macrochar",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"macrochar"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters/map",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"map"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters/map_parallelism",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"map_parallelism"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters/mapallcolumns",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"mapallcolumns"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters/mapexclude",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"mapexclude"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters/mapinvisiblecolumns",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"mapinvisiblecolumns"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters/markertable",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"markertable"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters/masterkeyname",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"masterkeyname"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters/max_apply_parallelism",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"max_apply_parallelism"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters/maxabendrestarts",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"maxabendrestarts"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters/maxdiscardrecs",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"maxdiscardrecs"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters/maxetcheckptsecs",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"maxetcheckptsecs"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters/maxfetchstatements",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"maxfetchstatements"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters/maxfieldlen",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"maxfieldlen"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters/maxgroups",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"maxgroups"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters/maxmonitoringage",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"maxmonitoringage"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters/maxsqlstatements",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"maxsqlstatements"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters/maxtaclrestarts",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"maxtaclrestarts"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters/maxtransops",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"maxtransops"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters/maxtraprestarts",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"maxtraprestarts"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters/mgrservname",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"mgrservname"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters/min_apply_parallelism",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"min_apply_parallelism"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters/monitoringheartbeattimeout",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"monitoringheartbeattimeout"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters/movecommitlogstostagingdir",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"movecommitlogstostagingdir"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters/nameccsid",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"nameccsid"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters/namematchexact",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"namematchexact"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters/namematchignorecase",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"namematchignorecase"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters/namematchnowarning",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"namematchnowarning"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters/noallownullablekeys",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"noallownullablekeys"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters/noasciiformat",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"noasciiformat"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters/nocatalog",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"nocatalog"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters/nodiscardfile",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"nodiscardfile"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters/nodupmsgsuppression",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"nodupmsgsuppression"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters/noencrypttrail",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"noencrypttrail"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters/nosqlformat",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"nosqlformat"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters/nostats",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"nostats"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters/notracetable",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"notracetable"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters/nouserid",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"nouserid"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters/nousethreads",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"nousethreads"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters/numfiles",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"numfiles"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters/obey",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"obey"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters/oggsource",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"oggsource"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters/outputfileumask",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"outputfileumask"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters/outputformat",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"outputformat"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters/overridedups",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"overridedups"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters/param_parse_error",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"param_parse_error"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters/partition",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"partition"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters/partitionexclude",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"partitionexclude"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters/passthru",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"passthru"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters/passthrumessages",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"passthrumessages"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters/port",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"port"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters/preservetargettimezone",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"preservetargettimezone"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters/procedure",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"procedure"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters/ptkcapturebatchsql",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"ptkcapturebatchsql"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters/ptkcapturecachemgr",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"ptkcapturecachemgr"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters/ptkcaptureift",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"ptkcaptureift"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters/ptkcapturenetwork",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"ptkcapturenetwork"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters/ptkcaptureprocedurestats",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"ptkcaptureprocedurestats"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters/ptkcaptureprocstats",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"ptkcaptureprocstats"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters/ptkcapturequeuestats",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"ptkcapturequeuestats"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters/ptkcapturetablestats",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"ptkcapturetablestats"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters/ptkirstatsfrequency",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"ptkirstatsfrequency"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters/ptkmaxtables",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"ptkmaxtables"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters/ptkmonitorfrequency",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"ptkmonitorfrequency"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters/ptkosmonitorfrequency",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"ptkosmonitorfrequency"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters/ptkprocesscheckfrequency",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"ptkprocesscheckfrequency"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters/ptkprstatsfrequency",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"ptkprstatsfrequency"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters/ptkspstats",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"ptkspstats"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters/ptktablepollfrequency",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"ptktablepollfrequency"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters/purgeddlhistory",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"purgeddlhistory"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters/purgeddlhistoryalt",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"purgeddlhistoryalt"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters/purgemarkerhistory",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"purgemarkerhistory"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters/purgeoldextracts",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"purgeoldextracts"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters/purgeoldhistory",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"purgeoldhistory"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters/purgeoldtasks",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"purgeoldtasks"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters/query",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"query"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters/randomrollbacks",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"randomrollbacks"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters/recoveryoptions",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"recoveryoptions"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters/reperror",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"reperror"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters/repfetchedcoloptions",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"repfetchedcoloptions"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters/replacebadchar",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"replacebadchar"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters/replacebadnum",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"replacebadnum"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters/replicat",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"replicat"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters/repobackupdir",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"repobackupdir"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters/repobackupfrequency",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"repobackupfrequency"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters/reponumbackupsbeforefullbackup",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"reponumbackupsbeforefullbackup"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters/report",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"report"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters/reportcount",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"reportcount"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters/reportformatnoremote",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"reportformatnoremote"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters/reportrollover",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"reportrollover"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters/repoudpport",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"repoudpport"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters/restartcollisions",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"restartcollisions"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters/restartinterval",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"restartinterval"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters/retrydelay",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"retrydelay"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters/rmtfile",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"rmtfile"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters/rmthost",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"rmthost"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters/rmthostoptions",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"rmthostoptions"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters/rmttask",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"rmttask"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters/rmttrail",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"rmttrail"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters/rollover",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"rollover"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters/schemaexclude",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"schemaexclude"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters/sequence",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"sequence"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters/sessioncharset",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"sessioncharset"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters/setenv",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"setenv"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters/sharding",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"sharding"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters/shortreaddelay",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"shortreaddelay"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters/shortreaddelaycsecs",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"shortreaddelaycsecs"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters/showsyntax",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"showsyntax"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters/sourcecatalog",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"sourcecatalog"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters/sourcecharset",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"sourcecharset"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters/sourcedb",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"sourcedb"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters/sourcedefs",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"sourcedefs"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters/sourceisfile",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"sourceisfile"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters/sourceistable",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"sourceistable"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters/sourcetimezone",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"sourcetimezone"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters/spacestonull",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"spacestonull"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters/specialrun",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"specialrun"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters/split_trans_recs",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"split_trans_recs"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters/sqlduperr",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"sqlduperr"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters/sqlexec",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"sqlexec"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters/sqlexeconbeforeimage",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"sqlexeconbeforeimage"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters/ssl",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"ssl"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters/ssloptionsclass",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"ssloptionsclass"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters/startupvalidationdelay",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"startupvalidationdelay"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters/startupvalidationdelaycsecs",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"startupvalidationdelaycsecs"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters/statoptions",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"statoptions"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters/syslog",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"syslog"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters/table",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"table"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters/tableexclude",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"tableexclude"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters/targetcatalog",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"targetcatalog"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters/targetdb",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"targetdb"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters/targetdefs",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"targetdefs"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters/tcpsourcetimer",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"tcpsourcetimer"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters/TESTMAPPINGSPEED",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"TESTMAPPINGSPEED"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters/threadoptions",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"threadoptions"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters/tltrace",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"tltrace"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters/traceapi",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"traceapi"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters/tracetable",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"tracetable"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters/trail_seqlen_9d",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"trail_seqlen_9d"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters/trailbyteorder",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"trailbyteorder"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters/trailcharset",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"trailcharset"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters/trailcharsetascii",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"trailcharsetascii"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters/trailcharsetebcdic",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"trailcharsetebcdic"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters/trailcharsetunicode",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"trailcharsetunicode"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters/tranlogoptions",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"tranlogoptions"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters/transactiontimeout",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"transactiontimeout"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters/transmemory",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"transmemory"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters/trimspaces",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"trimspaces"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters/trimvarspaces",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"trimvarspaces"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters/unlockedtrailfiles",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"unlockedtrailfiles"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters/updatedeletes",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"updatedeletes"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters/updateinserts",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"updateinserts"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters/updaterecordformat",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"updaterecordformat"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters/upreporthours",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"upreporthours"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters/upreportminutes",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"upreportminutes"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters/use_traildefs",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"use_traildefs"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters/useansisqlquotes",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"useansisqlquotes"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters/usedateprefix",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"usedateprefix"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters/usededicatedcoordinationthread",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"usededicatedcoordinationthread"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters/useipv4",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"useipv4"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters/useipv6",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"useipv6"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters/userid",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"userid"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters/useridalias",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"useridalias"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters/usethreads",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"usethreads"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters/usetimeprefix",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"usetimeprefix"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters/usetimestampprefix",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"usetimestampprefix"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters/vam",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"vam"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters/varwidthnchar",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"varwidthnchar"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters/veridatareportage",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"veridatareportage"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters/walletlocation",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"walletlocation"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters/warn_large_trans",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"warn_large_trans"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters/warnlongtrans",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"warnlongtrans"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters/warnrate",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"warnrate"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters/wildcardresolve",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"wildcardresolve"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters/xagenable",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"xagenable"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/parameters/y2kcenturyadjustment",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"y2kcenturyadjustment"
                                        }
                                    ]
                                }
                            }
                        }
                    }
                },
                "tags":[
                    "Administrative Server/Parameters"
                ],
                "produces":[
                    "application/json"
                ],
                "parameters":[
                    {
                        "name":"version",
                        "in":"path",
                        "description":"<p>Oracle GoldenGate Service API version.</p>",
                        "required":true,
                        "type":"string",
                        "enum":[
                            "v2"
                        ]
                    }
                ],
                "x-internal-id":"services-{version}-parameters-get",
                "x-filename-id":"services-version-parameters-get"
            }
        },
        "/services/{version}/exttrails":{
            "get":{
                "summary":"Get a list of the deployment extracts with their trail files",
                "operationId":"get /services/{version}/exttrails",
                "responses":{
                    "200":{
                        "description":"",
                        "schema":{
                            "$ref":"#/definitions/ogg:extractTrailsList"
                        },
                        "examples":{
                            "application/json":{
                                "$schema":"api:standardResponse",
                                "links":[
                                    {
                                        "href":"http://localhost:9002/services/v2/exttrails",
                                        "mediaType":"application/json",
                                        "rel":"canonical"
                                    },
                                    {
                                        "href":"http://localhost:9002/services/v2/exttrails",
                                        "mediaType":"application/schema+json",
                                        "rel":"describedby"
                                    }
                                ],
                                "messages":[
                                ],
                                "response":{
                                    "$schema":"ogg:extractTrailsList",
                                    "extracts":[
                                        {
                                            "isRunning":true,
                                            "name":"EXT1",
                                            "trails":[
                                                {
                                                    "name":"X1",
                                                    "offset":1448,
                                                    "sequence":1,
                                                    "sequenceLength":9,
                                                    "sequenceLengthFlip":false,
                                                    "sizeMB":500
                                                }
                                            ]
                                        },
                                        {
                                            "isRunning":true,
                                            "name":"EXT2",
                                            "trails":[
                                                {
                                                    "name":"X2",
                                                    "offset":1389,
                                                    "sequence":0,
                                                    "sequenceLength":9,
                                                    "sequenceLengthFlip":false,
                                                    "sizeMB":500
                                                }
                                            ]
                                        },
                                        {
                                            "isRunning":true,
                                            "name":"EXT3",
                                            "trails":[
                                                {
                                                    "name":"X3",
                                                    "offset":1389,
                                                    "sequence":0,
                                                    "sequenceLength":9,
                                                    "sequenceLengthFlip":false,
                                                    "sizeMB":500
                                                },
                                                {
                                                    "name":"X4",
                                                    "offset":0,
                                                    "sequence":0,
                                                    "sequenceLength":6,
                                                    "sequenceLengthFlip":true,
                                                    "sizeMB":500
                                                },
                                                {
                                                    "name":"X5",
                                                    "offset":0,
                                                    "sequence":0,
                                                    "sequenceLength":6,
                                                    "sequenceLengthFlip":true,
                                                    "sizeMB":500
                                                }
                                            ]
                                        }
                                    ]
                                }
                            }
                        }
                    }
                },
                "produces":[
                    "application/json"
                ],
                "parameters":[
                    {
                        "name":"version",
                        "in":"path",
                        "description":"<p>Oracle GoldenGate Service API version.</p>",
                        "required":true,
                        "type":"string",
                        "enum":[
                            "v2"
                        ]
                    }
                ],
                "tags":[
                    "Distribution Service"
                ],
                "x-internal-id":"services-{version}-exttrails-get",
                "x-filename-id":"services-version-exttrails-get"
            }
        },
        "/services/{version}/sources":{
            "get":{
                "summary":"Get a list of distribution paths",
                "operationId":"get /services/{version}/sources",
                "responses":{
                    "200":{
                        "description":"",
                        "schema":{
                            "$ref":"#/definitions/ogg:collection"
                        },
                        "examples":{
                            "application/json":{
                                "$schema":"api:standardResponse",
                                "response":{
                                    "$schema":"ogg:collection",
                                    "distpaths":[
                                        {
                                            "name":"path1",
                                            "links":[
                                                {
                                                    "rel":"canonical",
                                                    "href":"http://ogg.example.com:9002/services/v2/distpaths/path1",
                                                    "mediaType":"application/json"
                                                },
                                                {
                                                    "rel":"describedby",
                                                    "href":"http://ogg.example.com:9002/services/v2/distpaths/path1",
                                                    "mediaType":"application/schema+json"
                                                }
                                            ]
                                        },
                                        {
                                            "name":"path2",
                                            "links":[
                                                {
                                                    "rel":"canonical",
                                                    "href":"http://ogg.example.com:9002/services/v2/distpaths/path2",
                                                    "mediaType":"application/json"
                                                },
                                                {
                                                    "rel":"describedby",
                                                    "href":"http://ogg.example.com:9002/services/v2/distpaths/path2",
                                                    "mediaType":"application/schema+json"
                                                }
                                            ]
                                        }
                                    ]
                                },
                                "messages":[
                                ],
                                "links":[
                                ]
                            }
                        }
                    }
                },
                "produces":[
                    "application/json"
                ],
                "parameters":[
                    {
                        "name":"version",
                        "in":"path",
                        "description":"<p>Oracle GoldenGate Service API version.</p>",
                        "required":true,
                        "type":"string",
                        "enum":[
                            "v2"
                        ]
                    }
                ],
                "tags":[
                    "Distribution Service"
                ],
                "x-internal-id":"services-{version}-sources-get",
                "x-filename-id":"services-version-sources-get"
            }
        },
        "/services/{version}/sources/{distpath}":{
            "delete":{
                "summary":"Delete an existing Oracle GoldenGate Distribution Path",
                "operationId":"delete /services/{version}/sources/{distpath}",
                "responses":{
                    "200":{
                        "description":"",
                        "schema":{
                            "$ref":"#/definitions/api:standardResponse"
                        },
                        "examples":{
                            "application/json":{
                                "$schema":"api:standardResponse",
                                "messages":[
                                ],
                                "links":[
                                ]
                            }
                        }
                    }
                },
                "produces":[
                    "application/json"
                ],
                "parameters":[
                    {
                        "name":"distpath",
                        "in":"path",
                        "description":"",
                        "required":true,
                        "type":"string",
                        "pattern":"^[A-Za-z][A-Za-z0-9-_.]*$",
                        "minLength":1,
                        "maxLength":32
                    },
                    {
                        "name":"version",
                        "in":"path",
                        "description":"<p>Oracle GoldenGate Service API version.</p>",
                        "required":true,
                        "type":"string",
                        "enum":[
                            "v2"
                        ]
                    }
                ],
                "tags":[
                    "Distribution Service"
                ],
                "x-internal-id":"services-{version}-sources-{distpath}-delete",
                "x-filename-id":"services-version-sources-distpath-delete"
            },
            "post":{
                "summary":"Create a new Oracle GoldenGate Distribution Path",
                "operationId":"post /services/{version}/sources/{distpath}",
                "responses":{
                    "200":{
                        "description":"",
                        "schema":{
                            "$ref":"#/definitions/api:standardResponse"
                        },
                        "examples":{
                            "application/json":{
                                "$schema":"api:standardResponse",
                                "messages":[
                                    {
                                        "type":"http://docs.oracle.com/goldengate/1212/gg-winux/GMESG/oggus.htm#GMESG110",
                                        "title":"Distribution Path added.",
                                        "code":"OGG-00000",
                                        "severity":"INFO",
                                        "issued":"2015-05-02T07:13:00-07:00"
                                    }
                                ],
                                "links":[
                                ]
                            }
                        }
                    }
                },
                "produces":[
                    "application/json"
                ],
                "consumes":[
                    "application/json"
                ],
                "parameters":[
                    {
                        "name":"distpath",
                        "in":"path",
                        "description":"",
                        "required":true,
                        "type":"string",
                        "pattern":"^[A-Za-z][A-Za-z0-9-_.]*$",
                        "minLength":1,
                        "maxLength":32
                    },
                    {
                        "name":"version",
                        "in":"path",
                        "description":"<p>Oracle GoldenGate Service API version.</p>",
                        "required":true,
                        "type":"string",
                        "enum":[
                            "v2"
                        ]
                    },
                    {
                        "name":"body",
                        "in":"body",
                        "description":"",
                        "required":false,
                        "schema":{
                            "$ref":"#/definitions/ogg:distPath"
                        },
                        "x-examples":{
                            "application/json":{
                                "$schema":"ogg:distPath",
                                "name":"path1",
                                "description":"my test distPath",
                                "source":{
                                    "uri":"trail://localhost:7999/dirdat/a1"
                                },
                                "target":{
                                    "uri":"ogg://adc00oye:7999/dirdat/t1"
                                },
                                "begin":{
                                    "sequence":0,
                                    "offset":0
                                },
                                "status":"running"
                            }
                        }
                    }
                ],
                "tags":[
                    "Distribution Service"
                ],
                "x-internal-id":"services-{version}-sources-{distpath}-post",
                "x-filename-id":"services-version-sources-distpath-post"
            },
            "patch":{
                "description":"<p>Update an existing distribution path. A user with the Operator role may change the status property. Any other changes require the Administrator role.</p>",
                "summary":"Update an existing distribution path. A user with the Operator role may change the status property. Any other changes require the Administrator role.\n",
                "operationId":"patch /services/{version}/sources/{distpath}",
                "responses":{
                    "200":{
                        "description":"",
                        "schema":{
                            "$ref":"#/definitions/api:standardResponse"
                        },
                        "examples":{
                            "application/json":{
                                "$schema":"api:standardResponse",
                                "messages":[
                                    {
                                        "type":"http://docs.oracle.com/goldengate/1212/gg-winux/GMESG/oggus.htm#GMESG110",
                                        "title":"Distribution Path stopped.",
                                        "code":"OGG-00000",
                                        "severity":"INFO",
                                        "issued":"2015-05-02T07:11:00-07:00"
                                    }
                                ],
                                "links":[
                                ]
                            }
                        }
                    }
                },
                "produces":[
                    "application/json"
                ],
                "consumes":[
                    "application/json"
                ],
                "parameters":[
                    {
                        "name":"distpath",
                        "in":"path",
                        "description":"",
                        "required":true,
                        "type":"string",
                        "pattern":"^[A-Za-z][A-Za-z0-9-_.]*$",
                        "minLength":1,
                        "maxLength":32
                    },
                    {
                        "name":"version",
                        "in":"path",
                        "description":"<p>Oracle GoldenGate Service API version.</p>",
                        "required":true,
                        "type":"string",
                        "enum":[
                            "v2"
                        ]
                    },
                    {
                        "name":"body",
                        "in":"body",
                        "description":"",
                        "required":false,
                        "schema":{
                            "$ref":"#/definitions/ogg:distPath"
                        },
                        "x-examples":{
                            "application/json":{
                                "$schema":"ogg:distPath",
                                "status":"stopped"
                            }
                        }
                    }
                ],
                "tags":[
                    "Distribution Service"
                ],
                "x-internal-id":"services-{version}-sources-{distpath}-patch",
                "x-filename-id":"services-version-sources-distpath-patch"
            },
            "get":{
                "summary":"Retrieve an existing Oracle GoldenGate Distribution Path",
                "operationId":"get /services/{version}/sources/{distpath}",
                "responses":{
                    "200":{
                        "description":"",
                        "schema":{
                            "$ref":"#/definitions/ogg:distPath"
                        },
                        "examples":{
                            "application/json":{
                                "$schema":"api:standardResponse",
                                "response":{
                                    "begin":{
                                        "sequence":0,
                                        "offset":0
                                    },
                                    "name":"path1",
                                    "$schema":"ogg:distPath",
                                    "status":"running",
                                    "ruleset":{
                                        "name":"mypath1 ruleset",
                                        "rules":[
                                            {
                                                "name":"chunkid rule",
                                                "filters":[
                                                    {
                                                        "chunkIds":[
                                                            1,
                                                            2,
                                                            3
                                                        ]
                                                    },
                                                    {
                                                        "chunkIdRanges":[
                                                            {
                                                                "chunkIdBegin":10,
                                                                "chunkIdEnd":20
                                                            },
                                                            {
                                                                "chunkIdBegin":30,
                                                                "chunkIdEnd":50
                                                            }
                                                        ]
                                                    }
                                                ],
                                                "actions":[
                                                    {
                                                        "command":"keep"
                                                    }
                                                ]
                                            }
                                        ]
                                    },
                                    "source":{
                                        "uri":"trail://localhost:9000/dirdat/a1"
                                    },
                                    "target":{
                                        "uri":"ogg://localhost:9000/dirdat/t1",
                                        "details":{
                                            "network":{
                                                "tcpBufSize":27996
                                            },
                                            "trail":{
                                                "seqLength":9,
                                                "sizeMB":100
                                            }
                                        }
                                    },
                                    "options":{
                                        "includeAll":false
                                    },
                                    "description":"my test distPath"
                                },
                                "messages":[
                                ],
                                "links":[
                                ]
                            }
                        }
                    }
                },
                "produces":[
                    "application/json"
                ],
                "parameters":[
                    {
                        "name":"distpath",
                        "in":"path",
                        "description":"",
                        "required":true,
                        "type":"string",
                        "pattern":"^[A-Za-z][A-Za-z0-9-_.]*$",
                        "minLength":1,
                        "maxLength":32
                    },
                    {
                        "name":"version",
                        "in":"path",
                        "description":"<p>Oracle GoldenGate Service API version.</p>",
                        "required":true,
                        "type":"string",
                        "enum":[
                            "v2"
                        ]
                    }
                ],
                "tags":[
                    "Distribution Service"
                ],
                "x-internal-id":"services-{version}-sources-{distpath}-get",
                "x-filename-id":"services-version-sources-distpath-get"
            }
        },
        "/services/{version}/sources/{distpath}/checkpoints":{
            "get":{
                "summary":"Retrieve an existing Oracle GoldenGate Distribution Path Checkpoints",
                "operationId":"get /services/{version}/sources/{distpath}/checkpoints",
                "responses":{
                    "200":{
                        "description":"",
                        "schema":{
                            "$ref":"#/definitions/ogg:distPathCheckpoints"
                        },
                        "examples":{
                            "application/json":{
                                "$schema":"api:standardResponse",
                                "response":{
                                    "$schema":"ogg:distPtahCheckpoints",
                                    "current":{
                                        "input":[
                                            {
                                                "current":{
                                                    "name":"t1",
                                                    "offset":819,
                                                    "path":"/u01/app/oracle/product/12.2.0/ogghome_1/var/lib/data",
                                                    "sequence":17,
                                                    "sequenceLength":9,
                                                    "timestamp":"2016-07-26T00:20:29.878Z"
                                                },
                                                "starting":{
                                                    "name":"t1",
                                                    "offset":1466,
                                                    "path":"/u01/app/oracle/product/12.2.0/ogghome_1/var/lib/data",
                                                    "sequence":14,
                                                    "sequenceLength":9,
                                                    "timestamp":"2016-07-25T21:48:17.000Z"
                                                }
                                            }
                                        ],
                                        "output":[
                                            {
                                                "current":{
                                                    "name":"t1",
                                                    "offset":819,
                                                    "sequence":17,
                                                    "sequenceLength":9,
                                                    "timestamp":"2016-07-26T00:20:29.878Z"
                                                }
                                            }
                                        ]
                                    }
                                },
                                "messages":[
                                ],
                                "links":[
                                ]
                            }
                        }
                    }
                },
                "produces":[
                    "application/json"
                ],
                "parameters":[
                    {
                        "name":"distpath",
                        "in":"path",
                        "description":"",
                        "required":true,
                        "type":"string",
                        "pattern":"^[A-Za-z][A-Za-z0-9-_.]*$",
                        "minLength":1,
                        "maxLength":32
                    },
                    {
                        "name":"version",
                        "in":"path",
                        "description":"<p>Oracle GoldenGate Service API version.</p>",
                        "required":true,
                        "type":"string",
                        "enum":[
                            "v2"
                        ]
                    }
                ],
                "tags":[
                    "Distribution Service"
                ],
                "x-internal-id":"services-{version}-sources-{distpath}-checkpoints-get",
                "x-filename-id":"services-version-sources-distpath-checkpoints-get"
            }
        },
        "/services/{version}/sources/{distpath}/stats":{
            "get":{
                "summary":"Retrieve an existing Oracle GoldenGate Distribution Path Statistics",
                "operationId":"get /services/{version}/sources/{distpath}/stats",
                "responses":{
                    "200":{
                        "description":"",
                        "schema":{
                            "$ref":"#/definitions/ogg:distPathStats"
                        },
                        "examples":{
                            "application/json":{
                                "$schema":"api:standardResponse",
                                "response":{
                                    "$schema":"ogg:distPathStats",
                                    "lcrReceived":121101,
                                    "lcrSent":102131,
                                    "stats":[
                                        {
                                            "ddl":true,
                                            "since":"2015-05-04T09:50:11Z",
                                            "operations":[
                                                {
                                                    "operation":"mapped",
                                                    "count":1
                                                },
                                                {
                                                    "operation":"unmapped",
                                                    "count":2
                                                }
                                            ]
                                        },
                                        {
                                            "table":"ggadmin.Test",
                                            "since":"2015-05-04T09:50:11Z",
                                            "operations":[
                                                {
                                                    "operation":"insert",
                                                    "count":4
                                                },
                                                {
                                                    "operation":"update",
                                                    "count":2
                                                },
                                                {
                                                    "operation":"delete",
                                                    "count":1
                                                }
                                            ]
                                        }
                                    ],
                                    "netStats":{
                                        "localAddress":{
                                            "adc000001":7810
                                        },
                                        "remoteAddress":{
                                            "adc000002":7811
                                        },
                                        "totalBytesReceived":10800,
                                        "totalBytesSent":9000,
                                        "totalMsgsReceived":10,
                                        "totalMsgsSent":5
                                    }
                                },
                                "messages":[
                                ],
                                "links":[
                                ]
                            }
                        }
                    }
                },
                "produces":[
                    "application/json"
                ],
                "parameters":[
                    {
                        "name":"distpath",
                        "in":"path",
                        "description":"",
                        "required":true,
                        "type":"string",
                        "pattern":"^[A-Za-z][A-Za-z0-9-_.]*$",
                        "minLength":1,
                        "maxLength":32
                    },
                    {
                        "name":"version",
                        "in":"path",
                        "description":"<p>Oracle GoldenGate Service API version.</p>",
                        "required":true,
                        "type":"string",
                        "enum":[
                            "v2"
                        ]
                    }
                ],
                "tags":[
                    "Distribution Service"
                ],
                "x-internal-id":"services-{version}-sources-{distpath}-stats-get",
                "x-filename-id":"services-version-sources-distpath-stats-get"
            }
        },
        "/services/{version}/sources/{distpath}/info":{
            "get":{
                "summary":"Retrieve an existing Oracle GoldenGate Distribution Path Information",
                "operationId":"get /services/{version}/sources/{distpath}/info",
                "responses":{
                    "200":{
                        "description":"",
                        "schema":{
                            "$ref":"#/definitions/ogg:distPathInfo"
                        },
                        "examples":{
                            "application/json":{
                                "$schema":"api:standardResponse",
                                "links":[
                                    {
                                        "href":"http://localhost:9002/services/v2/distpaths/moriapath1/info",
                                        "mediaType":"application/json",
                                        "rel":"canonical"
                                    },
                                    {
                                        "href":"http://localhost:9002/services/v2/distpaths/moriapath1/info",
                                        "mediaType":"application/schema+json",
                                        "rel":"describedby"
                                    }
                                ],
                                "messages":[
                                ],
                                "response":{
                                    "threadId":1.40292288149248E14,
                                    "processId":28934,
                                    "$schema":"ogg:distPathInfo",
                                    "sinceLagReported":5,
                                    "sourceDatabaseInstance":"vlez1",
                                    "lastStarted":"2016-10-28T01:45:50.148Z",
                                    "sourceDatabaseName":"VLEZ1",
                                    "sourceExtractName":"EXT1",
                                    "lag":0
                                }
                            }
                        }
                    }
                },
                "produces":[
                    "application/json"
                ],
                "parameters":[
                    {
                        "name":"distpath",
                        "in":"path",
                        "description":"",
                        "required":true,
                        "type":"string",
                        "pattern":"^[A-Za-z][A-Za-z0-9-_.]*$",
                        "minLength":1,
                        "maxLength":32
                    },
                    {
                        "name":"version",
                        "in":"path",
                        "description":"<p>Oracle GoldenGate Service API version.</p>",
                        "required":true,
                        "type":"string",
                        "enum":[
                            "v2"
                        ]
                    }
                ],
                "tags":[
                    "Distribution Service"
                ],
                "x-internal-id":"services-{version}-sources-{distpath}-info-get",
                "x-filename-id":"services-version-sources-distpath-info-get"
            }
        },
        "/services/{version}/mpoints/{item}/distsrvrPathStats":{
            "get":{
                "summary":"Retrieve an existing Distribution Server Path Statistics",
                "operationId":"get /services/{version}/mpoints/{item}/distsrvrPathStats",
                "responses":{
                    "200":{
                        "description":"",
                        "schema":{
                            "$ref":"#/definitions/mpoints:distsrvrPathStats"
                        },
                        "examples":{
                            "application/json":{
                                "$schema":"api:standardResponse",
                                "response":{
                                    "$schema":"mpoints:distsrvrPathStats",
                                    "statistics":[
                                        {
                                            "totalInserts":10,
                                            "totalOthers":2,
                                            "name":"PROD.PATH.1",
                                            "totalDeletes":30,
                                            "lcrsReceived":96,
                                            "totalDDLs":0,
                                            "totalProcedures":0,
                                            "totalUpdates":20,
                                            "lcrsSent":10
                                        },
                                        {
                                            "totalInserts":5,
                                            "totalOthers":1,
                                            "name":"PROD.PATH.2",
                                            "totalDeletes":0,
                                            "lcrsReceived":43,
                                            "totalDDLs":0,
                                            "totalProcedures":0,
                                            "totalUpdates":2,
                                            "lcrsSent":15
                                        }
                                    ]
                                },
                                "messages":[
                                ],
                                "links":[
                                ]
                            }
                        }
                    }
                },
                "tags":[
                    "Performance Metrics Server/Service Metrics"
                ],
                "produces":[
                    "application/json"
                ],
                "parameters":[
                    {
                        "name":"item",
                        "in":"path",
                        "description":"",
                        "required":true,
                        "type":"string",
                        "minLength":1,
                        "maxLength":32
                    },
                    {
                        "name":"version",
                        "in":"path",
                        "description":"<p>Oracle GoldenGate Service API version.</p>",
                        "required":true,
                        "type":"string",
                        "enum":[
                            "v2"
                        ]
                    }
                ],
                "x-internal-id":"services-{version}-mpoints-{item}-distsrvrPathStats-get",
                "x-filename-id":"services-version-mpoints-item-distsrvrpathstats-get"
            }
        },
        "/services/{version}/monitoring/statusChanges":{
            "get":{
                "summary":"Retrieve an existing Process Status Changes",
                "operationId":"get /services/{version}/monitoring/statusChanges",
                "responses":{
                    "200":{
                        "description":"",
                        "schema":{
                            "$ref":"#/definitions/monitoring:statusChanges"
                        },
                        "examples":{
                            "application/json":{
                                "$schema":"api:standardResponse",
                                "response":{
                                    "$schema":"monitoring:statusChanges",
                                    "identifier":1,
                                    "process":"MGR",
                                    "date":"2015-06-05T13:22:18.034Z",
                                    "type":"Manager",
                                    "status":"Running"
                                },
                                "messages":[
                                ],
                                "links":[
                                ]
                            }
                        }
                    }
                },
                "tags":[
                    "Performance Metrics Server/Status Changes"
                ],
                "produces":[
                    "application/json"
                ],
                "parameters":[
                    {
                        "name":"version",
                        "in":"path",
                        "description":"<p>Oracle GoldenGate Service API version.</p>",
                        "required":true,
                        "type":"string",
                        "enum":[
                            "v2"
                        ]
                    },
                    {
                        "name":"fromID",
                        "in":"query",
                        "description":"Starting Index Number",
                        "required":false,
                        "type":"string"
                    },
                    {
                        "name":"toID",
                        "in":"query",
                        "description":"Ending Index Number",
                        "required":false,
                        "type":"string"
                    },
                    {
                        "name":"offset",
                        "in":"query",
                        "description":"Starting offset in result set",
                        "required":false,
                        "type":"string"
                    },
                    {
                        "name":"limit",
                        "in":"query",
                        "description":"Limit on the number of records to retreive",
                        "required":false,
                        "type":"string"
                    }
                ],
                "x-internal-id":"services-{version}-monitoring-statusChanges-get",
                "x-filename-id":"services-version-monitoring-statuschanges-get"
            }
        },
        "/services/{version}/mpoints/{item}/currentInflightTransactions":{
            "get":{
                "summary":"Retrieve an existing In Flight Transaction Information",
                "operationId":"get /services/{version}/mpoints/{item}/currentInflightTransactions",
                "responses":{
                    "200":{
                        "description":"",
                        "schema":{
                            "$ref":"#/definitions/mpoints:currentInflightTransactions"
                        },
                        "examples":{
                            "application/json":{
                                "$schema":"api:standardResponse",
                                "response":{
                                    "$schema":"mpoints:currentInflightTransactions",
                                    "currentInflightTransactions":[
                                        {
                                            "scn":"0.4080896",
                                            "xid":"1.6.1358",
                                            "startTime":"2015-06-11T11:21:31.011Z",
                                            "extract":"EORADB1",
                                            "status":"Running",
                                            "redoRba":11829476,
                                            "redoSeq":202,
                                            "size":3,
                                            "redoThread":1
                                        },
                                        {
                                            "scn":"0.4080898",
                                            "xid":"2.16.1835",
                                            "startTime":"2015-06-11T11:21:31.564Z",
                                            "extract":"EORADB1",
                                            "status":"Running",
                                            "redoRba":11830800,
                                            "redoSeq":202,
                                            "size":7,
                                            "redoThread":1
                                        }
                                    ]
                                },
                                "messages":[
                                ],
                                "links":[
                                ]
                            }
                        }
                    }
                },
                "tags":[
                    "Performance Metrics Server/Extract Metrics"
                ],
                "produces":[
                    "application/json"
                ],
                "parameters":[
                    {
                        "name":"item",
                        "in":"path",
                        "description":"",
                        "required":true,
                        "type":"string",
                        "minLength":1,
                        "maxLength":32
                    },
                    {
                        "name":"version",
                        "in":"path",
                        "description":"<p>Oracle GoldenGate Service API version.</p>",
                        "required":true,
                        "type":"string",
                        "enum":[
                            "v2"
                        ]
                    }
                ],
                "x-internal-id":"services-{version}-mpoints-{item}-currentInflightTransactions-get",
                "x-filename-id":"services-version-mpoints-item-currentinflighttransactions-get"
            }
        },
        "/services/{version}/mpoints/{item}/pmsrvrWorkerStats":{
            "get":{
                "summary":"Retrieve an existing PM Service Worker Thread Statistics",
                "operationId":"get /services/{version}/mpoints/{item}/pmsrvrWorkerStats",
                "responses":{
                    "200":{
                        "description":"",
                        "schema":{
                            "$ref":"#/definitions/mpoints:pmsrvrWorkerStats"
                        },
                        "examples":{
                            "application/json":{
                                "$schema":"api:standardResponse",
                                "response":{
                                    "$schema":"mpoints:pmsrvrWorkerStats",
                                    "pmsrvrWorkerStats":[
                                        {
                                            "executionTime":34213,
                                            "threadName":"CollectorWorker-1",
                                            "threadId":12345,
                                            "workerQueueDepth":0,
                                            "processesAssigned":3,
                                            "timeQueueDepthHWMHit":"2015-06-05T13:22:18.034456Z",
                                            "waitTime":34204,
                                            "bytesProcessed":136932,
                                            "workerQueueDepthHWM":3,
                                            "packetsProcessed":79,
                                            "workerId":1
                                        },
                                        {
                                            "executionTime":34213,
                                            "threadName":"CollectorWorker-2",
                                            "threadId":12346,
                                            "workerQueueDepth":0,
                                            "processesAssigned":3,
                                            "timeQueueDepthHWMHit":"2015-06-05T13:22:18.034456Z",
                                            "waitTime":34204,
                                            "bytesProcessed":132343,
                                            "workerQueueDepthHWM":21,
                                            "packetsProcessed":73,
                                            "workerId":2
                                        },
                                        {
                                            "executionTime":34213,
                                            "threadName":"CollectorWorker-3",
                                            "threadId":12347,
                                            "workerQueueDepth":0,
                                            "processesAssigned":3,
                                            "timeQueueDepthHWMHit":"2015-06-05T13:22:18.034456Z",
                                            "waitTime":34204,
                                            "bytesProcessed":136932,
                                            "workerQueueDepthHWM":2,
                                            "packetsProcessed":79,
                                            "workerId":3
                                        }
                                    ]
                                },
                                "messages":[
                                ],
                                "links":[
                                ]
                            }
                        }
                    }
                },
                "tags":[
                    "Performance Metrics Server/Service Metrics"
                ],
                "produces":[
                    "application/json"
                ],
                "parameters":[
                    {
                        "name":"item",
                        "in":"path",
                        "description":"",
                        "required":true,
                        "type":"string",
                        "minLength":1,
                        "maxLength":32
                    },
                    {
                        "name":"version",
                        "in":"path",
                        "description":"<p>Oracle GoldenGate Service API version.</p>",
                        "required":true,
                        "type":"string",
                        "enum":[
                            "v2"
                        ]
                    }
                ],
                "x-internal-id":"services-{version}-mpoints-{item}-pmsrvrWorkerStats-get",
                "x-filename-id":"services-version-mpoints-item-pmsrvrworkerstats-get"
            }
        },
        "/services/{version}/mpoints/{item}/dependencyStats":{
            "get":{
                "summary":"Retrieve an existing Statistics about dependencies",
                "operationId":"get /services/{version}/mpoints/{item}/dependencyStats",
                "responses":{
                    "200":{
                        "description":"",
                        "schema":{
                            "$ref":"#/definitions/mpoints:dependencyStats"
                        },
                        "examples":{
                            "application/json":{
                                "$schema":"api:standardResponse",
                                "response":{
                                    "$schema":"mpoints:dependencyStats",
                                    "dependencyStats":[
                                        {
                                            "parentTableName":"U1.WAREHOUSE",
                                            "childTableName":"U1.ITEMS",
                                            "count":23
                                        },
                                        {
                                            "parentTableName":"U1.ITEMS",
                                            "childTableName":"U1.STOCK",
                                            "count":473
                                        }
                                    ]
                                },
                                "messages":[
                                ],
                                "links":[
                                ]
                            }
                        }
                    }
                },
                "tags":[
                    "Performance Metrics Server/Replicat Metrics"
                ],
                "produces":[
                    "application/json"
                ],
                "parameters":[
                    {
                        "name":"item",
                        "in":"path",
                        "description":"",
                        "required":true,
                        "type":"string",
                        "minLength":1,
                        "maxLength":32
                    },
                    {
                        "name":"version",
                        "in":"path",
                        "description":"<p>Oracle GoldenGate Service API version.</p>",
                        "required":true,
                        "type":"string",
                        "enum":[
                            "v2"
                        ]
                    }
                ],
                "x-internal-id":"services-{version}-mpoints-{item}-dependencyStats-get",
                "x-filename-id":"services-version-mpoints-item-dependencystats-get"
            }
        },
        "/services/{version}/monitoring/commands":{
            "get":{
                "summary":"Retrieve the list of commands",
                "operationId":"get /services/{version}/monitoring/commands",
                "responses":{
                    "200":{
                        "description":"",
                        "schema":{
                            "$ref":"#/definitions/ogg:collection"
                        },
                        "examples":{
                            "application/json":{
                                "$schema":"api:standardResponse",
                                "response":{
                                    "$schema":"ogg:collection",
                                    "items":[
                                        {
                                            "name":"purgeDatastore",
                                            "links":[
                                                {
                                                    "rel":"describedby",
                                                    "href":"http://ogg.example.com:9000/services/v2/commands/execute",
                                                    "mediaType":"application/schema+json"
                                                }
                                            ]
                                        }
                                    ]
                                },
                                "messages":[
                                ],
                                "links":[
                                ]
                            }
                        }
                    }
                },
                "tags":[
                    "Performance Metrics Server/Commands"
                ],
                "produces":[
                    "application/json"
                ],
                "parameters":[
                    {
                        "name":"version",
                        "in":"path",
                        "description":"<p>Oracle GoldenGate Service API version.</p>",
                        "required":true,
                        "type":"string",
                        "enum":[
                            "v2"
                        ]
                    }
                ],
                "x-internal-id":"services-{version}-monitoring-commands-get",
                "x-filename-id":"services-version-monitoring-commands-get"
            }
        },
        "/services/{version}/mpoints/{item}/distsrvrChunkStats":{
            "get":{
                "summary":"Retrieve an existing Distribution Server Chunk Statistics",
                "operationId":"get /services/{version}/mpoints/{item}/distsrvrChunkStats",
                "responses":{
                    "200":{
                        "description":"",
                        "schema":{
                            "$ref":"#/definitions/mpoints:distsrvrChunkStats"
                        },
                        "examples":{
                            "application/json":{
                                "$schema":"api:standardResponse",
                                "response":{
                                    "$schema":"mpoints:distsrvrChunkStats",
                                    "statistics":[
                                        {
                                            "totalInserts":10,
                                            "totalOthers":2,
                                            "name":"PROD.PATH.1",
                                            "totalDeletes":30,
                                            "lcrsReceived":96,
                                            "totalDDLs":0,
                                            "totalProcedures":0,
                                            "chunkId":1,
                                            "totalUpdates":20,
                                            "lcrsSent":10
                                        },
                                        {
                                            "totalInserts":10,
                                            "totalOthers":2,
                                            "name":"PROD.PATH.1",
                                            "totalDeletes":30,
                                            "lcrsReceived":96,
                                            "totalDDLs":0,
                                            "totalProcedures":0,
                                            "chunkId":2,
                                            "totalUpdates":20,
                                            "lcrsSent":10
                                        },
                                        {
                                            "totalInserts":5,
                                            "totalOthers":1,
                                            "name":"PROD.PATH.2",
                                            "totalDeletes":0,
                                            "lcrsReceived":43,
                                            "totalDDLs":0,
                                            "totalProcedures":0,
                                            "chunkId":1,
                                            "totalUpdates":2,
                                            "lcrsSent":15
                                        },
                                        {
                                            "totalInserts":5,
                                            "totalOthers":1,
                                            "name":"PROD.PATH.2",
                                            "totalDeletes":0,
                                            "lcrsReceived":43,
                                            "totalDDLs":0,
                                            "totalProcedures":0,
                                            "chunkId":2,
                                            "totalUpdates":2,
                                            "lcrsSent":15
                                        }
                                    ]
                                },
                                "messages":[
                                ],
                                "links":[
                                ]
                            }
                        }
                    }
                },
                "tags":[
                    "Performance Metrics Server/Service Metrics"
                ],
                "produces":[
                    "application/json"
                ],
                "parameters":[
                    {
                        "name":"item",
                        "in":"path",
                        "description":"",
                        "required":true,
                        "type":"string",
                        "minLength":1,
                        "maxLength":32
                    },
                    {
                        "name":"version",
                        "in":"path",
                        "description":"<p>Oracle GoldenGate Service API version.</p>",
                        "required":true,
                        "type":"string",
                        "enum":[
                            "v2"
                        ]
                    }
                ],
                "x-internal-id":"services-{version}-mpoints-{item}-distsrvrChunkStats-get",
                "x-filename-id":"services-version-mpoints-item-distsrvrchunkstats-get"
            }
        },
        "/services/{version}/mpoints/{item}/configurationManager":{
            "get":{
                "summary":"Retrieve an existing Basic Configuration Information for Manager and Services",
                "operationId":"get /services/{version}/mpoints/{item}/configurationManager",
                "responses":{
                    "200":{
                        "description":"",
                        "schema":{
                            "$ref":"#/definitions/mpoints:configurationManager"
                        },
                        "examples":{
                            "application/json":{
                                "$schema":"api:standardResponse",
                                "response":{
                                    "$schema":"mpoints:configurationManager",
                                    "oggVersion":"Version 12.2.0.1.0 OGGCORE_MAIN_PLATFORMS_150601.1402",
                                    "hostName":"slc03flg",
                                    "osName":"Linux  x86_64 Version #1 SMP Fri Nov 15 13:39:16 PST 2013 (2.6.39-400.211.1.el6uek.x86_64)",
                                    "workingDirectory":"/net/slc03flg/scratch/jdivinc/view_storage/jdivinc_db1/tklocal/ggora",
                                    "buildDB":"Oracle12",
                                    "buildPlatform":"Linux",
                                    "buildDate":"Nov 15 2015 12:11:41"
                                },
                                "messages":[
                                ],
                                "links":[
                                ]
                            }
                        }
                    }
                },
                "tags":[
                    "Performance Metrics Server/ER Metrics"
                ],
                "produces":[
                    "application/json"
                ],
                "parameters":[
                    {
                        "name":"item",
                        "in":"path",
                        "description":"",
                        "required":true,
                        "type":"string",
                        "minLength":1,
                        "maxLength":32
                    },
                    {
                        "name":"version",
                        "in":"path",
                        "description":"<p>Oracle GoldenGate Service API version.</p>",
                        "required":true,
                        "type":"string",
                        "enum":[
                            "v2"
                        ]
                    }
                ],
                "x-internal-id":"services-{version}-mpoints-{item}-configurationManager-get",
                "x-filename-id":"services-version-mpoints-item-configurationmanager-get"
            }
        },
        "/services/{version}/mpoints/{item}/statisticsProcedureReplicat":{
            "get":{
                "summary":"Retrieve an existing Database Statistics by Procedure Feature",
                "operationId":"get /services/{version}/mpoints/{item}/statisticsProcedureReplicat",
                "responses":{
                    "200":{
                        "description":"",
                        "schema":{
                            "$ref":"#/definitions/mpoints:statisticsProcedure"
                        },
                        "examples":{
                            "application/json":{
                                "$schema":"api:standardResponse",
                                "links":[
                                    {
                                        "href":"http://adc6160240.us.oracle.com:9004/services/v2/mpoints/PR1A00/statisticsProcedureReplicat",
                                        "mediaType":"application/json",
                                        "rel":"canonical"
                                    },
                                    {
                                        "href":"http://adc6160240.us.oracle.com:9004/services/v2/mpoints/PR1A00/statisticsProcedureReplicat",
                                        "mediaType":"application/schema+json",
                                        "rel":"describedby"
                                    }
                                ],
                                "messages":[
                                ],
                                "response":{
                                    "$schema":"mpoints:statisticsProcedure",
                                    "statisticsProcedure":[
                                        {
                                            "content":{
                                                "featureName":"AUTOCDR",
                                                "totalDiscards":0,
                                                "totalExecutions":2,
                                                "totalIgnores":0
                                            }
                                        }
                                    ]
                                }
                            }
                        }
                    }
                },
                "tags":[
                    "Performance Metrics Server/Replicat Metrics"
                ],
                "produces":[
                    "application/json"
                ],
                "parameters":[
                    {
                        "name":"item",
                        "in":"path",
                        "description":"",
                        "required":true,
                        "type":"string",
                        "minLength":1,
                        "maxLength":32
                    },
                    {
                        "name":"version",
                        "in":"path",
                        "description":"<p>Oracle GoldenGate Service API version.</p>",
                        "required":true,
                        "type":"string",
                        "enum":[
                            "v2"
                        ]
                    }
                ],
                "x-internal-id":"services-{version}-mpoints-{item}-statisticsProcedureReplicat-get",
                "x-filename-id":"services-version-mpoints-item-statisticsprocedurereplicat-get"
            }
        },
        "/services/{version}/mpoints/{item}/recvsrvrStats":{
            "get":{
                "summary":"Retrieve an existing Receiver Service Statistics",
                "operationId":"get /services/{version}/mpoints/{item}/recvsrvrStats",
                "responses":{
                    "200":{
                        "description":"",
                        "schema":{
                            "$ref":"#/definitions/mpoints:recvsrvrStats"
                        },
                        "examples":{
                            "application/json":{
                                "$schema":"api:standardResponse",
                                "response":{
                                    "$schema":"mpoints:recvsrvrStats",
                                    "recvsrvrStats":[
                                        {
                                            "totalMessagesSent":4,
                                            "totalSends":1000,
                                            "lastCommandReceived":"Send",
                                            "lastFileReceived":"opt/ogg/trail01",
                                            "flushSizeThreshold":1024,
                                            "targetFileName":"opt/ogg/trail01",
                                            "sendBufferSize":4096,
                                            "localUri":"//file:mysys/opt/ogg/trail01",
                                            "lastDataTimestamp":"2015-06-05T13:22:18.034456Z",
                                            "totalReceives":200,
                                            "messageBufferSize":4096,
                                            "totalBytesReceived":443987,
                                            "flushTimeThreshold":5000,
                                            "totalBytesWritten":12345,
                                            "sourceUri":"//file:mysys/opt/ogg/trail01",
                                            "totalSendWaitTime":234567,
                                            "receiveBufferSize":4096,
                                            "totalMessagesReceived":5,
                                            "totalReceiveWaitTime":778787,
                                            "lastCommandTimestamp":"2015-06-05T13:22:18.034456Z",
                                            "totalCommands":1002,
                                            "pathName":"server1",
                                            "totalBytesSent":3276712
                                        },
                                        {
                                            "totalMessagesSent":4,
                                            "totalSends":1000,
                                            "lastCommandReceived":"Send",
                                            "lastFileReceived":"opt/ogg/trail02",
                                            "flushSizeThreshold":1024,
                                            "targetFileName":"opt/ogg/trail02",
                                            "sendBufferSize":4096,
                                            "localUri":"//file:mysys/opt/ogg/trail02",
                                            "lastDataTimestamp":"2015-06-05T13:22:18.034456Z",
                                            "totalReceives":200,
                                            "messageBufferSize":4096,
                                            "totalBytesReceived":443987,
                                            "flushTimeThreshold":5000,
                                            "totalBytesWritten":12345,
                                            "sourceUri":"//file:mysys/opt/ogg/trail02",
                                            "totalSendWaitTime":234567,
                                            "receiveBufferSize":4096,
                                            "totalMessagesReceived":5,
                                            "totalReceiveWaitTime":778787,
                                            "lastCommandTimestamp":"2015-06-05T13:22:18.034456Z",
                                            "totalCommands":1002,
                                            "pathName":"server2",
                                            "totalBytesSent":3276712
                                        }
                                    ]
                                },
                                "messages":[
                                ],
                                "links":[
                                ]
                            }
                        }
                    }
                },
                "tags":[
                    "Performance Metrics Server/Service Metrics"
                ],
                "produces":[
                    "application/json"
                ],
                "parameters":[
                    {
                        "name":"item",
                        "in":"path",
                        "description":"",
                        "required":true,
                        "type":"string",
                        "minLength":1,
                        "maxLength":32
                    },
                    {
                        "name":"version",
                        "in":"path",
                        "description":"<p>Oracle GoldenGate Service API version.</p>",
                        "required":true,
                        "type":"string",
                        "enum":[
                            "v2"
                        ]
                    }
                ],
                "x-internal-id":"services-{version}-mpoints-{item}-recvsrvrStats-get",
                "x-filename-id":"services-version-mpoints-item-recvsrvrstats-get"
            }
        },
        "/services/{version}/monitoring/messages":{
            "get":{
                "summary":"Retrieve an existing Process Messages",
                "operationId":"get /services/{version}/monitoring/messages",
                "responses":{
                    "200":{
                        "description":"",
                        "schema":{
                            "$ref":"#/definitions/monitoring:messages"
                        },
                        "examples":{
                            "application/json":{
                                "$schema":"api:standardResponse",
                                "response":{
                                    "$schema":"monitoring:messages",
                                    "identifier":1,
                                    "process":"MGR",
                                    "issued":"2015-06-05T13:22:18.034Z",
                                    "code":"OGG-12345",
                                    "severity":"GGInfo",
                                    "text":"This is a sample message"
                                },
                                "messages":[
                                ],
                                "links":[
                                ]
                            }
                        }
                    }
                },
                "tags":[
                    "Performance Metrics Server/Messages"
                ],
                "produces":[
                    "application/json"
                ],
                "parameters":[
                    {
                        "name":"version",
                        "in":"path",
                        "description":"<p>Oracle GoldenGate Service API version.</p>",
                        "required":true,
                        "type":"string",
                        "enum":[
                            "v2"
                        ]
                    },
                    {
                        "name":"fromID",
                        "in":"query",
                        "description":"Starting Index Number",
                        "required":false,
                        "type":"string"
                    },
                    {
                        "name":"toID",
                        "in":"query",
                        "description":"Ending Index Number",
                        "required":false,
                        "type":"string"
                    },
                    {
                        "name":"offset",
                        "in":"query",
                        "description":"Starting offset in result set",
                        "required":false,
                        "type":"string"
                    },
                    {
                        "name":"limit",
                        "in":"query",
                        "description":"Limit on the number of records to retreive",
                        "required":false,
                        "type":"string"
                    }
                ],
                "x-internal-id":"services-{version}-monitoring-messages-get",
                "x-filename-id":"services-version-monitoring-messages-get"
            }
        },
        "/services/{version}/monitoring/lastStatusChangeId":{
            "get":{
                "summary":"Retrieve an existing Last status change id number",
                "operationId":"get /services/{version}/monitoring/lastStatusChangeId",
                "responses":{
                    "200":{
                        "description":"",
                        "schema":{
                            "$ref":"#/definitions/monitoring:lastStatusChangeId"
                        },
                        "examples":{
                            "application/json":{
                                "$schema":"api:standardResponse",
                                "response":{
                                    "$schema":"monitoring:lastStatusChangeId",
                                    "lastId":123
                                },
                                "messages":[
                                ],
                                "links":[
                                ]
                            }
                        }
                    }
                },
                "tags":[
                    "Performance Metrics Server/Last Status Change Id Number"
                ],
                "produces":[
                    "application/json"
                ],
                "parameters":[
                    {
                        "name":"version",
                        "in":"path",
                        "description":"<p>Oracle GoldenGate Service API version.</p>",
                        "required":true,
                        "type":"string",
                        "enum":[
                            "v2"
                        ]
                    }
                ],
                "x-internal-id":"services-{version}-monitoring-lastStatusChangeId-get",
                "x-filename-id":"services-version-monitoring-laststatuschangeid-get"
            }
        },
        "/services/{version}/monitoring/{item}/messages":{
            "get":{
                "summary":"Retrieve an existing Process Messages",
                "operationId":"get /services/{version}/monitoring/{item}/messages",
                "responses":{
                    "200":{
                        "description":"",
                        "schema":{
                            "$ref":"#/definitions/monitoring:messages"
                        },
                        "examples":{
                            "application/json":{
                                "$schema":"api:standardResponse",
                                "response":{
                                    "$schema":"monitoring:messages",
                                    "identifier":1,
                                    "process":"MGR",
                                    "issued":"2015-06-05T13:22:18.034Z",
                                    "code":"OGG-12345",
                                    "severity":"GGInfo",
                                    "text":"This is a sample message"
                                },
                                "messages":[
                                ],
                                "links":[
                                ]
                            }
                        }
                    }
                },
                "tags":[
                    "Performance Metrics Server/Messages"
                ],
                "produces":[
                    "application/json"
                ],
                "parameters":[
                    {
                        "name":"item",
                        "in":"path",
                        "description":"",
                        "required":true,
                        "type":"string"
                    },
                    {
                        "name":"version",
                        "in":"path",
                        "description":"<p>Oracle GoldenGate Service API version.</p>",
                        "required":true,
                        "type":"string",
                        "enum":[
                            "v2"
                        ]
                    },
                    {
                        "name":"fromID",
                        "in":"query",
                        "description":"Starting Index Number",
                        "required":false,
                        "type":"string"
                    },
                    {
                        "name":"toID",
                        "in":"query",
                        "description":"Ending Index Number",
                        "required":false,
                        "type":"string"
                    },
                    {
                        "name":"offset",
                        "in":"query",
                        "description":"Starting offset in result set",
                        "required":false,
                        "type":"string"
                    },
                    {
                        "name":"limit",
                        "in":"query",
                        "description":"Limit on the number of records to retreive",
                        "required":false,
                        "type":"string"
                    }
                ],
                "x-internal-id":"services-{version}-monitoring-{item}-messages-get",
                "x-filename-id":"services-version-monitoring-item-messages-get"
            }
        },
        "/services/{version}/mpoints/{item}/process":{
            "get":{
                "summary":"Retrieve an existing Process Information",
                "operationId":"get /services/{version}/mpoints/{item}/process",
                "responses":{
                    "200":{
                        "description":"",
                        "schema":{
                            "$ref":"#/definitions/mpoints:process"
                        },
                        "examples":{
                            "application/json":{
                                "$schema":"api:standardResponse",
                                "links":[
                                    {
                                        "href":"http://localhost:17004/services/v2/mpoints/ADMINSRVR/process",
                                        "mediaType":"application/json",
                                        "rel":"canonical"
                                    },
                                    {
                                        "href":"http://localhost:17004/services/v2/mpoints/ADMINSRVR/process",
                                        "mediaType":"application/json",
                                        "rel":"self"
                                    },
                                    {
                                        "href":"http://localhost:17004/services/v2/metadata-catalog/process",
                                        "mediaType":"application/schema+json",
                                        "rel":"describedby"
                                    }
                                ],
                                "messages":[
                                ],
                                "response":{
                                    "processName":"ADMINSRVR",
                                    "lastMessage":0,
                                    "firstMessage":0,
                                    "processId":25256,
                                    "lastHeartbeat":"2019-03-03T15:42:07.821Z",
                                    "processType":"AdminServer",
                                    "$schema":"mpoints:process",
                                    "startTime":"2019-03-03T15:41:39.787Z",
                                    "portNumber":17001,
                                    "stateTime":"2019-03-03T15:41:39.787Z",
                                    "processMode":"Not Applicable",
                                    "processState":"Running"
                                }
                            }
                        }
                    }
                },
                "tags":[
                    "Performance Metrics Server/Process Metrics"
                ],
                "produces":[
                    "application/json"
                ],
                "parameters":[
                    {
                        "name":"item",
                        "in":"path",
                        "description":"",
                        "required":true,
                        "type":"string",
                        "minLength":1,
                        "maxLength":32
                    },
                    {
                        "name":"version",
                        "in":"path",
                        "description":"<p>Oracle GoldenGate Service API version.</p>",
                        "required":true,
                        "type":"string",
                        "enum":[
                            "v2"
                        ]
                    }
                ],
                "x-internal-id":"services-{version}-mpoints-{item}-process-get",
                "x-filename-id":"services-version-mpoints-item-process-get"
            }
        },
        "/services/{version}/monitoring":{
        },
        "/services/{version}/mpoints/{item}/cacheStatistics":{
            "get":{
                "summary":"Retrieve an existing Cache Manager Statistics",
                "operationId":"get /services/{version}/mpoints/{item}/cacheStatistics",
                "responses":{
                    "200":{
                        "description":"",
                        "schema":{
                            "$ref":"#/definitions/mpoints:cacheStatistics"
                        },
                        "examples":{
                            "application/json":{
                                "$schema":"api:standardResponse",
                                "response":{
                                    "totalObjectsInFileCache":0,
                                    "totalCnnblMbufs":0,
                                    "maxMemoryUsage":0,
                                    "timesBufferOverflowed":0,
                                    "maxProcessed":0,
                                    "totalFileCachePlaced":0,
                                    "timesGetNextFromFile":0,
                                    "totalNumberOfQMisses":0,
                                    "timesGetLastFromFile":0,
                                    "maxNumberOfQEntries":0,
                                    "totalNumberOfQPuts":0,
                                    "timesSmallBuffForcedOut":0,
                                    "timesFileCacheNotNeeded":0,
                                    "totalNumberOfQEntries":0,
                                    "timesRequestorNeededFc":0,
                                    "$schema":"mpoints:cacheStatistics",
                                    "totalFileCacheRequests":0,
                                    "timesRetrieved":0,
                                    "totalCnnblAttempts":0,
                                    "totalObjectsActive":0,
                                    "totalMunmap":0,
                                    "totalFileCacheBytesToDisk":0,
                                    "averageMemoryUsage":0,
                                    "maxQlength":0,
                                    "totalObjects":0,
                                    "totalCnnblSuccess":0,
                                    "timesCacheFlushed":0,
                                    "totalFileCacheEntries":0,
                                    "maxActiveObjects":0,
                                    "totalObjectsCommitted":0,
                                    "totalObjectsInCache":0,
                                    "timesWaitSignaled":0,
                                    "totalNumberOfQTries":0,
                                    "totalNumberOfQHits":0
                                },
                                "messages":[
                                ],
                                "links":[
                                ]
                            }
                        }
                    }
                },
                "tags":[
                    "Performance Metrics Server/Process Metrics"
                ],
                "produces":[
                    "application/json"
                ],
                "parameters":[
                    {
                        "name":"item",
                        "in":"path",
                        "description":"",
                        "required":true,
                        "type":"string",
                        "minLength":1,
                        "maxLength":32
                    },
                    {
                        "name":"version",
                        "in":"path",
                        "description":"<p>Oracle GoldenGate Service API version.</p>",
                        "required":true,
                        "type":"string",
                        "enum":[
                            "v2"
                        ]
                    }
                ],
                "x-internal-id":"services-{version}-mpoints-{item}-cacheStatistics-get",
                "x-filename-id":"services-version-mpoints-item-cachestatistics-get"
            }
        },
        "/services/{version}/mpoints/{item}/statisticsTableReplicat":{
            "get":{
                "summary":"Retrieve an existing Replicat Database Statistics by Table",
                "operationId":"get /services/{version}/mpoints/{item}/statisticsTableReplicat",
                "responses":{
                    "200":{
                        "description":"",
                        "schema":{
                            "$ref":"#/definitions/mpoints:statisticsTableReplicat"
                        },
                        "examples":{
                            "application/json":{
                                "$schema":"api:standardResponse",
                                "response":{
                                    "$schema":"mpoints:statisticsTableReplicat",
                                    "statisticsTableReplicat":[
                                        {
                                            "totalIgnores":0,
                                            "tableName":"U1.WAREHOUSE",
                                            "totalConflictsResolved":0,
                                            "totalDiscards":0,
                                            "mappedTotalInserts":0,
                                            "mappedTotalDeletes":0,
                                            "totalConflictsFailed":0,
                                            "mappedTotalTruncates":0,
                                            "totalConflictsDetected":0,
                                            "mappedTotalUpdates":186
                                        },
                                        {
                                            "totalIgnores":0,
                                            "tableName":"U1.STOCK",
                                            "totalConflictsResolved":0,
                                            "totalDiscards":0,
                                            "mappedTotalInserts":0,
                                            "mappedTotalDeletes":0,
                                            "totalConflictsFailed":0,
                                            "mappedTotalTruncates":0,
                                            "totalConflictsDetected":0,
                                            "mappedTotalUpdates":2076
                                        },
                                        {
                                            "totalIgnores":0,
                                            "tableName":"U1.OORDER",
                                            "totalConflictsResolved":0,
                                            "totalDiscards":0,
                                            "mappedTotalInserts":200,
                                            "mappedTotalDeletes":0,
                                            "totalConflictsFailed":0,
                                            "mappedTotalTruncates":0,
                                            "totalConflictsDetected":0,
                                            "mappedTotalUpdates":160
                                        },
                                        {
                                            "totalIgnores":0,
                                            "tableName":"U1.HISTORY",
                                            "totalConflictsResolved":0,
                                            "totalDiscards":0,
                                            "mappedTotalInserts":186,
                                            "mappedTotalDeletes":0,
                                            "totalConflictsFailed":0,
                                            "mappedTotalTruncates":0,
                                            "totalConflictsDetected":0,
                                            "mappedTotalUpdates":0
                                        },
                                        {
                                            "totalIgnores":0,
                                            "tableName":"U1.NEW_ORDER",
                                            "totalConflictsResolved":0,
                                            "totalDiscards":0,
                                            "mappedTotalInserts":200,
                                            "mappedTotalDeletes":160,
                                            "totalConflictsFailed":0,
                                            "mappedTotalTruncates":0,
                                            "totalConflictsDetected":0,
                                            "mappedTotalUpdates":0
                                        },
                                        {
                                            "totalIgnores":0,
                                            "tableName":"U1.ORDER_LINE",
                                            "totalConflictsResolved":0,
                                            "totalDiscards":0,
                                            "mappedTotalInserts":2076,
                                            "mappedTotalDeletes":0,
                                            "totalConflictsFailed":0,
                                            "mappedTotalTruncates":0,
                                            "totalConflictsDetected":0,
                                            "mappedTotalUpdates":1600
                                        },
                                        {
                                            "totalIgnores":0,
                                            "tableName":"U1.CUSTOMER",
                                            "totalConflictsResolved":0,
                                            "totalDiscards":0,
                                            "mappedTotalInserts":0,
                                            "mappedTotalDeletes":0,
                                            "totalConflictsFailed":0,
                                            "mappedTotalTruncates":0,
                                            "totalConflictsDetected":0,
                                            "mappedTotalUpdates":346
                                        },
                                        {
                                            "totalIgnores":0,
                                            "tableName":"U1.DISTRICT",
                                            "totalConflictsResolved":0,
                                            "totalDiscards":0,
                                            "mappedTotalInserts":0,
                                            "mappedTotalDeletes":0,
                                            "totalConflictsFailed":0,
                                            "mappedTotalTruncates":0,
                                            "totalConflictsDetected":0,
                                            "mappedTotalUpdates":386
                                        }
                                    ]
                                },
                                "messages":[
                                ],
                                "links":[
                                ]
                            }
                        }
                    }
                },
                "tags":[
                    "Performance Metrics Server/Replicat Metrics"
                ],
                "produces":[
                    "application/json"
                ],
                "parameters":[
                    {
                        "name":"item",
                        "in":"path",
                        "description":"",
                        "required":true,
                        "type":"string",
                        "minLength":1,
                        "maxLength":32
                    },
                    {
                        "name":"version",
                        "in":"path",
                        "description":"<p>Oracle GoldenGate Service API version.</p>",
                        "required":true,
                        "type":"string",
                        "enum":[
                            "v2"
                        ]
                    }
                ],
                "x-internal-id":"services-{version}-mpoints-{item}-statisticsTableReplicat-get",
                "x-filename-id":"services-version-mpoints-item-statisticstablereplicat-get"
            }
        },
        "/services/{version}/mpoints/{item}/trailOutput":{
            "get":{
                "summary":"Retrieve an existing Output Trail File Statistics",
                "operationId":"get /services/{version}/mpoints/{item}/trailOutput",
                "responses":{
                    "200":{
                        "description":"",
                        "schema":{
                            "$ref":"#/definitions/mpoints:trailOutput"
                        },
                        "examples":{
                            "application/json":{
                                "$schema":"api:standardResponse",
                                "response":{
                                    "trailBufferFlushTime":0,
                                    "hostname":"slc03flg",
                                    "trailBytesFlushed":160119,
                                    "ioWriteCount":1,
                                    "trailName":"aa",
                                    "trailRba":1530,
                                    "ioWriteBytes":61,
                                    "trailPath":"/net/slc03flg/scratch/jdivinc/view_storage/jdivinc_db1/tklocal/ggora/dirdat",
                                    "portType":"LocalTrail",
                                    "$schema":"mpoints:trailOutput",
                                    "portNumber":0,
                                    "trailMaxBytes":20000000,
                                    "trailLobBytes":0,
                                    "trailBufferFlushes":61405,
                                    "trailWriteTime":0,
                                    "trailSeq":20,
                                    "trailLastBufferFlushTs":"2015-06-10T11:06:57.024Z"
                                },
                                "messages":[
                                ],
                                "links":[
                                ]
                            }
                        }
                    }
                },
                "tags":[
                    "Performance Metrics Server/Process Metrics"
                ],
                "produces":[
                    "application/json"
                ],
                "parameters":[
                    {
                        "name":"item",
                        "in":"path",
                        "description":"",
                        "required":true,
                        "type":"string",
                        "minLength":1,
                        "maxLength":32
                    },
                    {
                        "name":"version",
                        "in":"path",
                        "description":"<p>Oracle GoldenGate Service API version.</p>",
                        "required":true,
                        "type":"string",
                        "enum":[
                            "v2"
                        ]
                    }
                ],
                "x-internal-id":"services-{version}-mpoints-{item}-trailOutput-get",
                "x-filename-id":"services-version-mpoints-item-trailoutput-get"
            }
        },
        "/services/{version}/mpoints/{item}/parallelReplicat":{
            "get":{
                "summary":"Retrieve an existing Parallel Replicat Statistics",
                "operationId":"get /services/{version}/mpoints/{item}/parallelReplicat",
                "responses":{
                    "200":{
                        "description":"",
                        "schema":{
                            "$ref":"#/definitions/mpoints:parallelReplicat"
                        },
                        "examples":{
                            "application/json":{
                                "$schema":"api:standardResponse",
                                "response":{
                                    "totalTransactions":123,
                                    "ddlOperations":5,
                                    "errors":1,
                                    "$schema":"mpoints:parallelReplicat",
                                    "largeTransactions":9,
                                    "events":1,
                                    "storedProcedures":12,
                                    "datatypeFunctionality":3,
                                    "fallbacks":0,
                                    "metadataChanges":5
                                },
                                "messages":[
                                ],
                                "links":[
                                ]
                            }
                        }
                    }
                },
                "tags":[
                    "Performance Metrics Server/Replicat Metrics"
                ],
                "produces":[
                    "application/json"
                ],
                "parameters":[
                    {
                        "name":"item",
                        "in":"path",
                        "description":"",
                        "required":true,
                        "type":"string",
                        "minLength":1,
                        "maxLength":32
                    },
                    {
                        "name":"version",
                        "in":"path",
                        "description":"<p>Oracle GoldenGate Service API version.</p>",
                        "required":true,
                        "type":"string",
                        "enum":[
                            "v2"
                        ]
                    }
                ],
                "x-internal-id":"services-{version}-mpoints-{item}-parallelReplicat-get",
                "x-filename-id":"services-version-mpoints-item-parallelreplicat-get"
            }
        },
        "/services/{version}/mpoints/processes":{
            "get":{
                "summary":"Retrieve an existing Process Information",
                "operationId":"get /services/{version}/mpoints/processes",
                "responses":{
                    "200":{
                        "description":"",
                        "schema":{
                            "$ref":"#/definitions/mpoints:processes"
                        },
                        "examples":{
                            "application/json":{
                                "$schema":"api:standardResponse",
                                "links":[
                                    {
                                        "href":"http://localhost:17004/services/v2/mpoints/processes",
                                        "mediaType":"application/json",
                                        "rel":"canonical"
                                    },
                                    {
                                        "href":"http://localhost:17004/services/v2/mpoints/processes",
                                        "mediaType":"application/json",
                                        "rel":"self"
                                    },
                                    {
                                        "href":"http://localhost:17004/services/v2/metadata-catalog/processes",
                                        "mediaType":"application/schema+json",
                                        "rel":"describedby"
                                    }
                                ],
                                "messages":[
                                ],
                                "response":{
                                    "$schema":"mpoints:processes",
                                    "processes":[
                                        {
                                            "processName":"ADMINSRVR",
                                            "lastMessage":0,
                                            "firstMessage":0,
                                            "processId":25256,
                                            "lastHeartbeat":"2019-03-03T15:42:11.821Z",
                                            "processType":"AdminServer",
                                            "startTime":"2019-03-03T15:41:39.787Z",
                                            "portNumber":17001,
                                            "stateTime":"2019-03-03T15:41:39.787Z",
                                            "processMode":"Not Applicable",
                                            "processState":"Running"
                                        },
                                        {
                                            "processName":"DISTSRVR",
                                            "lastMessage":0,
                                            "firstMessage":0,
                                            "processId":655,
                                            "lastHeartbeat":"2019-03-03T15:42:14.475Z",
                                            "processType":"DistServer",
                                            "startTime":"2019-03-02T14:51:55.993Z",
                                            "portNumber":17002,
                                            "stateTime":"2019-03-02T14:51:55.995Z",
                                            "processMode":"Not Applicable",
                                            "processState":"Running"
                                        },
                                        {
                                            "processName":"EXT1",
                                            "lastMessage":0,
                                            "firstMessage":0,
                                            "processId":24335,
                                            "lastHeartbeat":"2019-03-03T15:42:13.474Z",
                                            "processType":"Extract",
                                            "startTime":"2019-03-03T14:58:43.291Z",
                                            "stateTime":"2019-03-03T14:59:02.102Z",
                                            "processMode":"Integrated",
                                            "processState":"Running"
                                        },
                                        {
                                            "processName":"PMSRVR",
                                            "lastMessage":0,
                                            "firstMessage":0,
                                            "processId":25157,
                                            "lastHeartbeat":"2019-03-03T15:42:13.455Z",
                                            "processType":"PMServer",
                                            "startTime":"2019-03-03T15:38:13.819Z",
                                            "portNumber":17004,
                                            "stateTime":"2019-03-03T15:38:13.820Z",
                                            "processMode":"Not Applicable",
                                            "processState":"Running"
                                        },
                                        {
                                            "processName":"RECVSRVR",
                                            "lastMessage":0,
                                            "firstMessage":0,
                                            "processId":657,
                                            "lastHeartbeat":"2019-03-03T15:42:11.915Z",
                                            "processType":"RecvServer",
                                            "startTime":"2019-03-02T14:51:56.022Z",
                                            "portNumber":17003,
                                            "stateTime":"2019-03-02T14:51:56.023Z",
                                            "processMode":"Not Applicable",
                                            "processState":"Running"
                                        }
                                    ]
                                }
                            }
                        }
                    }
                },
                "tags":[
                    "Performance Metrics Server/Process Metrics"
                ],
                "produces":[
                    "application/json"
                ],
                "parameters":[
                    {
                        "name":"version",
                        "in":"path",
                        "description":"<p>Oracle GoldenGate Service API version.</p>",
                        "required":true,
                        "type":"string",
                        "enum":[
                            "v2"
                        ]
                    }
                ],
                "x-internal-id":"services-{version}-mpoints-processes-get",
                "x-filename-id":"services-version-mpoints-processes-get"
            }
        },
        "/services/{version}/mpoints/{item}/statisticsTableExtract":{
            "get":{
                "summary":"Retrieve an existing Extract Database Statistics by Table",
                "operationId":"get /services/{version}/mpoints/{item}/statisticsTableExtract",
                "responses":{
                    "200":{
                        "description":"",
                        "schema":{
                            "$ref":"#/definitions/mpoints:statisticsTableExtract"
                        },
                        "examples":{
                            "application/json":{
                                "$schema":"api:standardResponse",
                                "response":{
                                    "$schema":"mpoints:statisticsTableExtract",
                                    "statisticsTableExtract":[
                                        {
                                            "totalIgnores":0,
                                            "tableName":"U1.WAREHOUSE",
                                            "totalDiscards":0,
                                            "mappedTotalInserts":0,
                                            "mappedTotalDeletes":0,
                                            "totalRowFetchAttempts":0,
                                            "totalRowFetchFailures":0,
                                            "mappedTotalTruncates":0,
                                            "mappedTotalUpdates":96
                                        },
                                        {
                                            "totalIgnores":0,
                                            "tableName":"U1.DISTRICT",
                                            "totalDiscards":0,
                                            "mappedTotalInserts":0,
                                            "mappedTotalDeletes":0,
                                            "totalRowFetchAttempts":0,
                                            "totalRowFetchFailures":0,
                                            "mappedTotalTruncates":0,
                                            "mappedTotalUpdates":200
                                        },
                                        {
                                            "totalIgnores":0,
                                            "tableName":"U1.CUSTOMER",
                                            "totalDiscards":0,
                                            "mappedTotalInserts":0,
                                            "mappedTotalDeletes":0,
                                            "totalRowFetchAttempts":0,
                                            "totalRowFetchFailures":0,
                                            "mappedTotalTruncates":0,
                                            "mappedTotalUpdates":186
                                        },
                                        {
                                            "totalIgnores":0,
                                            "tableName":"U1.HISTORY",
                                            "totalDiscards":0,
                                            "mappedTotalInserts":96,
                                            "mappedTotalDeletes":0,
                                            "totalRowFetchAttempts":0,
                                            "totalRowFetchFailures":0,
                                            "mappedTotalTruncates":0,
                                            "mappedTotalUpdates":0
                                        },
                                        {
                                            "totalIgnores":0,
                                            "tableName":"U1.NEW_ORDER",
                                            "totalDiscards":0,
                                            "mappedTotalInserts":104,
                                            "mappedTotalDeletes":90,
                                            "totalRowFetchAttempts":0,
                                            "totalRowFetchFailures":0,
                                            "mappedTotalTruncates":0,
                                            "mappedTotalUpdates":0
                                        },
                                        {
                                            "totalIgnores":0,
                                            "tableName":"U1.OORDER",
                                            "totalDiscards":0,
                                            "mappedTotalInserts":104,
                                            "mappedTotalDeletes":0,
                                            "totalRowFetchAttempts":0,
                                            "totalRowFetchFailures":0,
                                            "mappedTotalTruncates":0,
                                            "mappedTotalUpdates":90
                                        },
                                        {
                                            "totalIgnores":0,
                                            "tableName":"U1.ORDER_LINE",
                                            "totalDiscards":0,
                                            "mappedTotalInserts":1080,
                                            "mappedTotalDeletes":0,
                                            "totalRowFetchAttempts":0,
                                            "totalRowFetchFailures":0,
                                            "mappedTotalTruncates":0,
                                            "mappedTotalUpdates":886
                                        },
                                        {
                                            "totalIgnores":0,
                                            "tableName":"U1.STOCK",
                                            "totalDiscards":0,
                                            "mappedTotalInserts":0,
                                            "mappedTotalDeletes":0,
                                            "totalRowFetchAttempts":0,
                                            "totalRowFetchFailures":0,
                                            "mappedTotalTruncates":0,
                                            "mappedTotalUpdates":1080
                                        }
                                    ]
                                },
                                "messages":[
                                ],
                                "links":[
                                ]
                            }
                        }
                    }
                },
                "tags":[
                    "Performance Metrics Server/Extract Metrics"
                ],
                "produces":[
                    "application/json"
                ],
                "parameters":[
                    {
                        "name":"item",
                        "in":"path",
                        "description":"",
                        "required":true,
                        "type":"string",
                        "minLength":1,
                        "maxLength":32
                    },
                    {
                        "name":"version",
                        "in":"path",
                        "description":"<p>Oracle GoldenGate Service API version.</p>",
                        "required":true,
                        "type":"string",
                        "enum":[
                            "v2"
                        ]
                    }
                ],
                "x-internal-id":"services-{version}-mpoints-{item}-statisticsTableExtract-get",
                "x-filename-id":"services-version-mpoints-item-statisticstableextract-get"
            }
        },
        "/services/{version}/monitoring/{item}/statusChanges":{
            "get":{
                "summary":"Retrieve an existing Process Status Changes",
                "operationId":"get /services/{version}/monitoring/{item}/statusChanges",
                "responses":{
                    "200":{
                        "description":"",
                        "schema":{
                            "$ref":"#/definitions/monitoring:statusChanges"
                        },
                        "examples":{
                            "application/json":{
                                "$schema":"api:standardResponse",
                                "response":{
                                    "$schema":"monitoring:statusChanges",
                                    "identifier":1,
                                    "process":"MGR",
                                    "date":"2015-06-05T13:22:18.034Z",
                                    "type":"Manager",
                                    "status":"Running"
                                },
                                "messages":[
                                ],
                                "links":[
                                ]
                            }
                        }
                    }
                },
                "tags":[
                    "Performance Metrics Server/Status Changes"
                ],
                "produces":[
                    "application/json"
                ],
                "parameters":[
                    {
                        "name":"item",
                        "in":"path",
                        "description":"",
                        "required":true,
                        "type":"string"
                    },
                    {
                        "name":"version",
                        "in":"path",
                        "description":"<p>Oracle GoldenGate Service API version.</p>",
                        "required":true,
                        "type":"string",
                        "enum":[
                            "v2"
                        ]
                    },
                    {
                        "name":"fromID",
                        "in":"query",
                        "description":"Starting Index Number",
                        "required":false,
                        "type":"string"
                    },
                    {
                        "name":"toID",
                        "in":"query",
                        "description":"Ending Index Number",
                        "required":false,
                        "type":"string"
                    },
                    {
                        "name":"offset",
                        "in":"query",
                        "description":"Starting offset in result set",
                        "required":false,
                        "type":"string"
                    },
                    {
                        "name":"limit",
                        "in":"query",
                        "description":"Limit on the number of records to retreive",
                        "required":false,
                        "type":"string"
                    }
                ],
                "x-internal-id":"services-{version}-monitoring-{item}-statusChanges-get",
                "x-filename-id":"services-version-monitoring-item-statuschanges-get"
            }
        },
        "/services/{version}/mpoints/{item}/statisticsProcedureExtract":{
            "get":{
                "summary":"Retrieve an existing Extract Database Statistics by Procedure Feature",
                "operationId":"get /services/{version}/mpoints/{item}/statisticsProcedureExtract",
                "responses":{
                    "200":{
                        "description":"",
                        "schema":{
                            "$ref":"#/definitions/mpoints:statisticsProcedure"
                        },
                        "examples":{
                            "application/json":{
                                "$schema":"api:standardResponse",
                                "links":[
                                    {
                                        "href":"http://adc6160240.us.oracle.com:9004/services/v2/mpoints/PR1A00/statisticsProcedureExtract",
                                        "mediaType":"application/json",
                                        "rel":"canonical"
                                    },
                                    {
                                        "href":"http://adc6160240.us.oracle.com:9004/services/v2/mpoints/PR1A00/statisticsProcedureExtract",
                                        "mediaType":"application/schema+json",
                                        "rel":"describedby"
                                    }
                                ],
                                "messages":[
                                ],
                                "response":{
                                    "$schema":"mpoints:statisticsProcedure",
                                    "statisticsProcedure":[
                                        {
                                            "content":{
                                                "featureName":"AUTOCDR",
                                                "totalDiscards":0,
                                                "totalExecutions":2,
                                                "totalIgnores":0
                                            }
                                        }
                                    ]
                                }
                            }
                        }
                    }
                },
                "tags":[
                    "Performance Metrics Server/Extract Metrics"
                ],
                "produces":[
                    "application/json"
                ],
                "parameters":[
                    {
                        "name":"item",
                        "in":"path",
                        "description":"",
                        "required":true,
                        "type":"string",
                        "minLength":1,
                        "maxLength":32
                    },
                    {
                        "name":"version",
                        "in":"path",
                        "description":"<p>Oracle GoldenGate Service API version.</p>",
                        "required":true,
                        "type":"string",
                        "enum":[
                            "v2"
                        ]
                    }
                ],
                "x-internal-id":"services-{version}-mpoints-{item}-statisticsProcedureExtract-get",
                "x-filename-id":"services-version-mpoints-item-statisticsprocedureextract-get"
            }
        },
        "/services/{version}/mpoints/{item}/databaseInOut":{
            "get":{
                "summary":"Retrieve an existing Database Information",
                "operationId":"get /services/{version}/mpoints/{item}/databaseInOut",
                "responses":{
                    "200":{
                        "description":"",
                        "schema":{
                            "$ref":"#/definitions/mpoints:databaseInOut"
                        },
                        "examples":{
                            "application/json":{
                                "$schema":"api:standardResponse",
                                "response":{
                                    "$schema":"mpoints:databaseInOut",
                                    "dbName":"DB1",
                                    "dbType":"ORACLE",
                                    "dbVersion":"Oracle Database 12c Enterprise Edition Release 12.2.0.0.0 - 64bit Beta PL/SQL Release 12.2.0.0.0 - Beta",
                                    "dbServerName":"OGG$EORADB1",
                                    "dbGlobalName":"DBS1.REGRESS.RDBMS.DEV.US.ORACLE.COM"
                                },
                                "messages":[
                                ],
                                "links":[
                                ]
                            }
                        }
                    }
                },
                "tags":[
                    "Performance Metrics Server/Process Metrics"
                ],
                "produces":[
                    "application/json"
                ],
                "parameters":[
                    {
                        "name":"item",
                        "in":"path",
                        "description":"",
                        "required":true,
                        "type":"string",
                        "minLength":1,
                        "maxLength":32
                    },
                    {
                        "name":"version",
                        "in":"path",
                        "description":"<p>Oracle GoldenGate Service API version.</p>",
                        "required":true,
                        "type":"string",
                        "enum":[
                            "v2"
                        ]
                    }
                ],
                "x-internal-id":"services-{version}-mpoints-{item}-databaseInOut-get",
                "x-filename-id":"services-version-mpoints-item-databaseinout-get"
            }
        },
        "/services/{version}/mpoints/{item}":{
        },
        "/services/{version}/mpoints/{item}/networkStatistics":{
            "get":{
                "summary":"Retrieve an existing Network Statistics",
                "operationId":"get /services/{version}/mpoints/{item}/networkStatistics",
                "responses":{
                    "200":{
                        "description":"",
                        "schema":{
                            "$ref":"#/definitions/mpoints:networkStatistics"
                        },
                        "examples":{
                            "application/json":{
                                "$schema":"api:standardResponse",
                                "response":{
                                    "inboundMessages":6477,
                                    "decompressionCpuTime":0,
                                    "decryptionWcTime":0,
                                    "encryptionCpuTime":0,
                                    "outboundMessages":70893,
                                    "sendCount":70893,
                                    "uncompressesBytesIn":0,
                                    "decompressionWcTime":0,
                                    "receiveCount":12954,
                                    "$schema":"mpoints:networkStatistics",
                                    "portNumber":7812,
                                    "encryptionBytes":0,
                                    "receiveWaitTime":125674,
                                    "encryptionWcTime":0,
                                    "compressionCpuTime":1000,
                                    "outboundBytes":8154403,
                                    "hostName":"slc03flg",
                                    "decryptionBytes":0,
                                    "uncompressesBytesOut":8025,
                                    "sendWaitTime":1321261,
                                    "compressionWcTime":11349,
                                    "decryptionCpuTime":0,
                                    "compressesBytesIn":0,
                                    "compressesBytesOut":2793,
                                    "inboundBytes":60283
                                },
                                "messages":[
                                ],
                                "links":[
                                ]
                            }
                        }
                    }
                },
                "tags":[
                    "Performance Metrics Server/Process Metrics"
                ],
                "produces":[
                    "application/json"
                ],
                "parameters":[
                    {
                        "name":"item",
                        "in":"path",
                        "description":"",
                        "required":true,
                        "type":"string",
                        "minLength":1,
                        "maxLength":32
                    },
                    {
                        "name":"version",
                        "in":"path",
                        "description":"<p>Oracle GoldenGate Service API version.</p>",
                        "required":true,
                        "type":"string",
                        "enum":[
                            "v2"
                        ]
                    }
                ],
                "x-internal-id":"services-{version}-mpoints-{item}-networkStatistics-get",
                "x-filename-id":"services-version-mpoints-item-networkstatistics-get"
            }
        },
        "/services/{version}/mpoints/{item}/trailInput":{
            "get":{
                "summary":"Retrieve an existing Input Trail File Statistics",
                "operationId":"get /services/{version}/mpoints/{item}/trailInput",
                "responses":{
                    "200":{
                        "description":"",
                        "schema":{
                            "$ref":"#/definitions/mpoints:trailInput"
                        },
                        "examples":{
                            "application/json":{
                                "$schema":"api:standardResponse",
                                "response":{
                                    "trailReadErrors":0,
                                    "trailName":"bb",
                                    "trailRba":9895570,
                                    "ioReadCount":423732,
                                    "trailPath":"/net/slc03flg/scratch/jdivinc/view_storage/jdivinc_db2/tklocal/ggora/dirdat",
                                    "$schema":"mpoints:trailInput",
                                    "trailLobBytes":0,
                                    "trailSeq":15,
                                    "trailTimesAtEof":423378,
                                    "ioReadBytes":9940646,
                                    "trailReadTime":1761435
                                },
                                "messages":[
                                ],
                                "links":[
                                ]
                            }
                        }
                    }
                },
                "tags":[
                    "Performance Metrics Server/Process Metrics"
                ],
                "produces":[
                    "application/json"
                ],
                "parameters":[
                    {
                        "name":"item",
                        "in":"path",
                        "description":"",
                        "required":true,
                        "type":"string",
                        "minLength":1,
                        "maxLength":32
                    },
                    {
                        "name":"version",
                        "in":"path",
                        "description":"<p>Oracle GoldenGate Service API version.</p>",
                        "required":true,
                        "type":"string",
                        "enum":[
                            "v2"
                        ]
                    }
                ],
                "x-internal-id":"services-{version}-mpoints-{item}-trailInput-get",
                "x-filename-id":"services-version-mpoints-item-trailinput-get"
            }
        },
        "/services/{version}/monitoring/{item}":{
        },
        "/services/{version}/mpoints/{item}/superpoolStatistics":{
            "get":{
                "summary":"Retrieve an existing Super Pool Statistics",
                "operationId":"get /services/{version}/mpoints/{item}/superpoolStatistics",
                "responses":{
                    "200":{
                        "description":"",
                        "schema":{
                            "$ref":"#/definitions/mpoints:superpoolStatistics"
                        },
                        "examples":{
                            "application/json":{
                                "$schema":"api:standardResponse",
                                "response":{
                                    "vmMaxAllocation":8388608,
                                    "activeFileQueue":0,
                                    "vmDefaultAllocation":65536,
                                    "maxVmSize":8388608,
                                    "currentFileQueueLen":0,
                                    "softPageoutSize":6.8719476736E10,
                                    "$schema":"mpoints:superpoolStatistics",
                                    "currentMmapRecycles":0,
                                    "currentVmUsed":0,
                                    "currentMmapAnon":0,
                                    "currentDiskUse":0,
                                    "hardPageout":1.03079215104E11,
                                    "mmapGrainularity":0,
                                    "currentMmapFiles":0,
                                    "minObjToPageout":8388608,
                                    "maxVmUsed":[
                                        0,
                                        65536
                                    ],
                                    "minVmToPageout":32,
                                    "initialVmIncrement":524288
                                },
                                "messages":[
                                ],
                                "links":[
                                ]
                            }
                        }
                    }
                },
                "tags":[
                    "Performance Metrics Server/Process Metrics"
                ],
                "produces":[
                    "application/json"
                ],
                "parameters":[
                    {
                        "name":"item",
                        "in":"path",
                        "description":"",
                        "required":true,
                        "type":"string",
                        "minLength":1,
                        "maxLength":32
                    },
                    {
                        "name":"version",
                        "in":"path",
                        "description":"<p>Oracle GoldenGate Service API version.</p>",
                        "required":true,
                        "type":"string",
                        "enum":[
                            "v2"
                        ]
                    }
                ],
                "x-internal-id":"services-{version}-mpoints-{item}-superpoolStatistics-get",
                "x-filename-id":"services-version-mpoints-item-superpoolstatistics-get"
            }
        },
        "/services/{version}/mpoints/{item}/positionEr":{
            "get":{
                "summary":"Retrieve an existing Checkpoint Position Information",
                "operationId":"get /services/{version}/mpoints/{item}/positionEr",
                "responses":{
                    "200":{
                        "description":"",
                        "schema":{
                            "$ref":"#/definitions/mpoints:positionEr"
                        },
                        "examples":{
                            "application/json":{
                                "$schema":"api:standardResponse",
                                "response":{
                                    "$schema":"mpoints:positionEr",
                                    "lastOperationLagMs":2100,
                                    "lastOperationTs":null,
                                    "lastCheckpointTs":"2015-06-10T11:06:48.462Z",
                                    "inputCheckpoint":{
                                        "redoThread":1,
                                        "sequence":20,
                                        "rba":1530,
                                        "timestamp":"2015-06-09 17:11:32.997Z",
                                        "scn":"0.2415487 (2415487)"
                                    },
                                    "outputCheckpoint":{
                                        "sequence":31,
                                        "rba":1530,
                                        "timestamp":"2015-06-09 11:06:48.462Z",
                                        "trail":"/net/slc03flg/scratch/jdivinc/view_storage/jdivinc_db2/tklocal/ggora/dirdat/bb"
                                    },
                                    "endOfFile":true,
                                    "trailTimesAtEof":1
                                },
                                "messages":[
                                ],
                                "links":[
                                ]
                            }
                        }
                    }
                },
                "tags":[
                    "Performance Metrics Server/ER Metrics"
                ],
                "produces":[
                    "application/json"
                ],
                "parameters":[
                    {
                        "name":"item",
                        "in":"path",
                        "description":"",
                        "required":true,
                        "type":"string",
                        "minLength":1,
                        "maxLength":32
                    },
                    {
                        "name":"version",
                        "in":"path",
                        "description":"<p>Oracle GoldenGate Service API version.</p>",
                        "required":true,
                        "type":"string",
                        "enum":[
                            "v2"
                        ]
                    }
                ],
                "x-internal-id":"services-{version}-mpoints-{item}-positionEr-get",
                "x-filename-id":"services-version-mpoints-item-positioner-get"
            }
        },
        "/services/{version}/mpoints/{item}/queueStatistics":{
            "get":{
                "summary":"Retrieve an existing Queue Statistics",
                "operationId":"get /services/{version}/mpoints/{item}/queueStatistics",
                "responses":{
                    "200":{
                        "description":"",
                        "schema":{
                            "$ref":"#/definitions/mpoints:queueStatistics"
                        },
                        "examples":{
                            "application/json":{
                                "$schema":"api:standardResponse",
                                "response":{
                                    "$schema":"mpoints:queueStatistics",
                                    "queueStatistics":[
                                        {
                                            "queueReadWaits":0,
                                            "queueWrites":55463,
                                            "threadId":21963,
                                            "queueReadsSignaled":0,
                                            "queueMaxSize":0,
                                            "queueName":"AsyncReader 1 Buffers",
                                            "queueReads":55460,
                                            "queueWriteWaits":0,
                                            "queueWritesSignaled":0,
                                            "queueItems":4,
                                            "queueCurrentSize":0
                                        },
                                        {
                                            "queueReadWaits":68118,
                                            "queueWrites":7721,
                                            "threadId":21964,
                                            "queueReadsSignaled":7720,
                                            "queueMaxSize":0,
                                            "queueName":"AsyncReader 1 Results",
                                            "queueReads":7721,
                                            "queueWriteWaits":0,
                                            "queueWritesSignaled":0,
                                            "queueItems":8,
                                            "queueCurrentSize":0
                                        },
                                        {
                                            "queueReadWaits":2,
                                            "queueWrites":14893,
                                            "threadId":21964,
                                            "queueReadsSignaled":13,
                                            "queueMaxSize":0,
                                            "queueName":"IXAsyncTrans Buffers",
                                            "queueReads":14594,
                                            "queueWriteWaits":0,
                                            "queueWritesSignaled":0,
                                            "queueItems":300,
                                            "queueCurrentSize":0
                                        },
                                        {
                                            "queueReadWaits":64436,
                                            "queueWrites":15567,
                                            "threadId":21964,
                                            "queueReadsSignaled":29,
                                            "queueMaxSize":3.4359738368E10,
                                            "queueName":"IXAsyncTrans Results",
                                            "queueReads":15567,
                                            "queueWriteWaits":0,
                                            "queueWritesSignaled":0,
                                            "queueItems":316,
                                            "queueCurrentSize":0
                                        }
                                    ]
                                },
                                "messages":[
                                ],
                                "links":[
                                ]
                            }
                        }
                    }
                },
                "tags":[
                    "Performance Metrics Server/Process Metrics"
                ],
                "produces":[
                    "application/json"
                ],
                "parameters":[
                    {
                        "name":"item",
                        "in":"path",
                        "description":"",
                        "required":true,
                        "type":"string",
                        "minLength":1,
                        "maxLength":32
                    },
                    {
                        "name":"version",
                        "in":"path",
                        "description":"<p>Oracle GoldenGate Service API version.</p>",
                        "required":true,
                        "type":"string",
                        "enum":[
                            "v2"
                        ]
                    }
                ],
                "x-internal-id":"services-{version}-mpoints-{item}-queueStatistics-get",
                "x-filename-id":"services-version-mpoints-item-queuestatistics-get"
            }
        },
        "/services/{version}/mpoints/{item}/statisticsExtract":{
            "get":{
                "summary":"Retrieve an existing Extract Database Statistics",
                "operationId":"get /services/{version}/mpoints/{item}/statisticsExtract",
                "responses":{
                    "200":{
                        "description":"",
                        "schema":{
                            "$ref":"#/definitions/mpoints:statisticsExtract"
                        },
                        "examples":{
                            "application/json":{
                                "$schema":"api:standardResponse",
                                "response":{
                                    "totalIgnores":0,
                                    "totalDiscards":0,
                                    "mappedTotalInserts":0,
                                    "totalConversionErrors":0,
                                    "$schema":"mpoints:statisticsExtract",
                                    "totalConversionTruncates":0,
                                    "totalExecutedDdls":0,
                                    "mappedTotalDeletes":0,
                                    "totalRowFetchAttempts":0,
                                    "totalRowFetchFailures":0,
                                    "mappedTotalTruncates":0,
                                    "mappedTotalUpdates":0
                                },
                                "messages":[
                                ],
                                "links":[
                                ]
                            }
                        }
                    }
                },
                "tags":[
                    "Performance Metrics Server/Extract Metrics"
                ],
                "produces":[
                    "application/json"
                ],
                "parameters":[
                    {
                        "name":"item",
                        "in":"path",
                        "description":"",
                        "required":true,
                        "type":"string",
                        "minLength":1,
                        "maxLength":32
                    },
                    {
                        "name":"version",
                        "in":"path",
                        "description":"<p>Oracle GoldenGate Service API version.</p>",
                        "required":true,
                        "type":"string",
                        "enum":[
                            "v2"
                        ]
                    }
                ],
                "x-internal-id":"services-{version}-mpoints-{item}-statisticsExtract-get",
                "x-filename-id":"services-version-mpoints-item-statisticsextract-get"
            }
        },
        "/services/{version}/mpoints/{item}/distsrvrTableStats":{
            "get":{
                "summary":"Retrieve an existing Distribution Server Path Statistics",
                "operationId":"get /services/{version}/mpoints/{item}/distsrvrTableStats",
                "responses":{
                    "200":{
                        "description":"",
                        "schema":{
                            "$ref":"#/definitions/mpoints:distsrvrTableStats"
                        },
                        "examples":{
                            "application/json":{
                                "$schema":"api:standardResponse",
                                "response":{
                                    "$schema":"mpoints:distsrvrTableStats",
                                    "statistics":[
                                        {
                                            "totalInserts":10,
                                            "tableName":"U1.ACCOUNT",
                                            "totalOthers":2,
                                            "name":"PROD.PATH.1",
                                            "totalDeletes":30,
                                            "lcrsReceived":96,
                                            "totalDDLs":0,
                                            "totalProcedures":0,
                                            "totalUpdates":20,
                                            "lcrsSent":10
                                        },
                                        {
                                            "totalInserts":10,
                                            "tableName":"U1.CUSTOMER",
                                            "totalOthers":2,
                                            "name":"PROD.PATH.1",
                                            "totalDeletes":30,
                                            "lcrsReceived":96,
                                            "totalDDLs":0,
                                            "totalProcedures":0,
                                            "totalUpdates":20,
                                            "lcrsSent":10
                                        },
                                        {
                                            "totalInserts":5,
                                            "tableName":"U1.ACCOUNT",
                                            "totalOthers":1,
                                            "name":"PROD.PATH.2",
                                            "totalDeletes":0,
                                            "lcrsReceived":43,
                                            "totalDDLs":0,
                                            "totalProcedures":0,
                                            "totalUpdates":2,
                                            "lcrsSent":15
                                        },
                                        {
                                            "totalInserts":5,
                                            "tableName":"U1.CUSTOMER",
                                            "totalOthers":1,
                                            "name":"PROD.PATH.2",
                                            "totalDeletes":0,
                                            "lcrsReceived":43,
                                            "totalDDLs":0,
                                            "totalProcedures":0,
                                            "totalUpdates":2,
                                            "lcrsSent":15
                                        }
                                    ]
                                },
                                "messages":[
                                ],
                                "links":[
                                ]
                            }
                        }
                    }
                },
                "tags":[
                    "Performance Metrics Server/Service Metrics"
                ],
                "produces":[
                    "application/json"
                ],
                "parameters":[
                    {
                        "name":"item",
                        "in":"path",
                        "description":"",
                        "required":true,
                        "type":"string",
                        "minLength":1,
                        "maxLength":32
                    },
                    {
                        "name":"version",
                        "in":"path",
                        "description":"<p>Oracle GoldenGate Service API version.</p>",
                        "required":true,
                        "type":"string",
                        "enum":[
                            "v2"
                        ]
                    }
                ],
                "x-internal-id":"services-{version}-mpoints-{item}-distsrvrTableStats-get",
                "x-filename-id":"services-version-mpoints-item-distsrvrtablestats-get"
            }
        },
        "/services/{version}/mpoints/{item}/queueBucketStatistics":{
            "get":{
                "summary":"Retrieve an existing Queue Bucket Statistics",
                "operationId":"get /services/{version}/mpoints/{item}/queueBucketStatistics",
                "responses":{
                    "200":{
                        "description":"",
                        "schema":{
                            "$ref":"#/definitions/mpoints:queueBucketStatistics"
                        },
                        "examples":{
                            "application/json":{
                                "$schema":"api:standardResponse",
                                "response":{
                                    "$schema":"mpoints:queueBucketStatistics",
                                    "queueBucketStatistics":[
                                        {
                                            "bucketId":0,
                                            "bucketSize":65536,
                                            "bucketQHits":0,
                                            "bucketCurrLen":0,
                                            "bucketMaxLen":0,
                                            "bucketAvgLen":0,
                                            "bucketCanniblized":0
                                        },
                                        {
                                            "bucketId":1,
                                            "bucketSize":131072,
                                            "bucketQHits":0,
                                            "bucketCurrLen":0,
                                            "bucketMaxLen":0,
                                            "bucketAvgLen":0,
                                            "bucketCanniblized":0
                                        },
                                        {
                                            "bucketId":2,
                                            "bucketSize":262144,
                                            "bucketQHits":0,
                                            "bucketCurrLen":0,
                                            "bucketMaxLen":0,
                                            "bucketAvgLen":0,
                                            "bucketCanniblized":0
                                        },
                                        {
                                            "bucketId":3,
                                            "bucketSize":524288,
                                            "bucketQHits":0,
                                            "bucketCurrLen":0,
                                            "bucketMaxLen":0,
                                            "bucketAvgLen":0,
                                            "bucketCanniblized":0
                                        },
                                        {
                                            "bucketId":4,
                                            "bucketSize":1048576,
                                            "bucketQHits":0,
                                            "bucketCurrLen":0,
                                            "bucketMaxLen":0,
                                            "bucketAvgLen":0,
                                            "bucketCanniblized":0
                                        },
                                        {
                                            "bucketId":5,
                                            "bucketSize":2097152,
                                            "bucketQHits":0,
                                            "bucketCurrLen":0,
                                            "bucketMaxLen":0,
                                            "bucketAvgLen":0,
                                            "bucketCanniblized":0
                                        },
                                        {
                                            "bucketId":6,
                                            "bucketSize":4194304,
                                            "bucketQHits":0,
                                            "bucketCurrLen":0,
                                            "bucketMaxLen":0,
                                            "bucketAvgLen":0,
                                            "bucketCanniblized":0
                                        },
                                        {
                                            "bucketId":7,
                                            "bucketSize":8388608,
                                            "bucketQHits":0,
                                            "bucketCurrLen":0,
                                            "bucketMaxLen":0,
                                            "bucketAvgLen":0,
                                            "bucketCanniblized":0
                                        },
                                        {
                                            "bucketId":8,
                                            "bucketSize":16777216,
                                            "bucketQHits":0,
                                            "bucketCurrLen":0,
                                            "bucketMaxLen":0,
                                            "bucketAvgLen":0,
                                            "bucketCanniblized":0
                                        },
                                        {
                                            "bucketId":9,
                                            "bucketSize":33554432,
                                            "bucketQHits":0,
                                            "bucketCurrLen":0,
                                            "bucketMaxLen":0,
                                            "bucketAvgLen":0,
                                            "bucketCanniblized":0
                                        },
                                        {
                                            "bucketId":10,
                                            "bucketSize":67108864,
                                            "bucketQHits":0,
                                            "bucketCurrLen":0,
                                            "bucketMaxLen":0,
                                            "bucketAvgLen":0,
                                            "bucketCanniblized":0
                                        },
                                        {
                                            "bucketId":11,
                                            "bucketSize":134217728,
                                            "bucketQHits":0,
                                            "bucketCurrLen":0,
                                            "bucketMaxLen":0,
                                            "bucketAvgLen":0,
                                            "bucketCanniblized":0
                                        },
                                        {
                                            "bucketId":12,
                                            "bucketSize":268435456,
                                            "bucketQHits":0,
                                            "bucketCurrLen":0,
                                            "bucketMaxLen":0,
                                            "bucketAvgLen":0,
                                            "bucketCanniblized":0
                                        },
                                        {
                                            "bucketId":13,
                                            "bucketSize":536870912,
                                            "bucketQHits":0,
                                            "bucketCurrLen":0,
                                            "bucketMaxLen":0,
                                            "bucketAvgLen":0,
                                            "bucketCanniblized":0
                                        },
                                        {
                                            "bucketId":14,
                                            "bucketSize":1073741824,
                                            "bucketQHits":0,
                                            "bucketCurrLen":0,
                                            "bucketMaxLen":0,
                                            "bucketAvgLen":0,
                                            "bucketCanniblized":0
                                        }
                                    ]
                                },
                                "messages":[
                                ],
                                "links":[
                                ]
                            }
                        }
                    }
                },
                "tags":[
                    "Performance Metrics Server/Process Metrics"
                ],
                "produces":[
                    "application/json"
                ],
                "parameters":[
                    {
                        "name":"item",
                        "in":"path",
                        "description":"",
                        "required":true,
                        "type":"string",
                        "minLength":1,
                        "maxLength":32
                    },
                    {
                        "name":"version",
                        "in":"path",
                        "description":"<p>Oracle GoldenGate Service API version.</p>",
                        "required":true,
                        "type":"string",
                        "enum":[
                            "v2"
                        ]
                    }
                ],
                "x-internal-id":"services-{version}-mpoints-{item}-queueBucketStatistics-get",
                "x-filename-id":"services-version-mpoints-item-queuebucketstatistics-get"
            }
        },
        "/services/{version}/mpoints/{item}/coordinationReplicat":{
            "get":{
                "summary":"Retrieve an existing Coordinated Replicat Statistics",
                "operationId":"get /services/{version}/mpoints/{item}/coordinationReplicat",
                "responses":{
                    "200":{
                        "description":"",
                        "schema":{
                            "$ref":"#/definitions/mpoints:coordinationReplicat"
                        },
                        "examples":{
                            "application/json":{
                                "$schema":"api:standardResponse",
                                "response":{
                                    "averageCoordinationTime":0,
                                    "totalDdls":0,
                                    "isReplicatCoordinator":true,
                                    "totalPkUpdates":0,
                                    "$schema":"mpoints:coordinationReplicat",
                                    "threadLagGap":0,
                                    "totalEventactions":0,
                                    "maxthreads":5,
                                    "totalUserDefinedBarriers":0
                                },
                                "messages":[
                                ],
                                "links":[
                                ]
                            }
                        }
                    }
                },
                "tags":[
                    "Performance Metrics Server/Replicat Metrics"
                ],
                "produces":[
                    "application/json"
                ],
                "parameters":[
                    {
                        "name":"item",
                        "in":"path",
                        "description":"",
                        "required":true,
                        "type":"string",
                        "minLength":1,
                        "maxLength":32
                    },
                    {
                        "name":"version",
                        "in":"path",
                        "description":"<p>Oracle GoldenGate Service API version.</p>",
                        "required":true,
                        "type":"string",
                        "enum":[
                            "v2"
                        ]
                    }
                ],
                "x-internal-id":"services-{version}-mpoints-{item}-coordinationReplicat-get",
                "x-filename-id":"services-version-mpoints-item-coordinationreplicat-get"
            }
        },
        "/services/{version}/mpoints/{item}/configurationEr":{
            "get":{
                "summary":"Retrieve an existing Basic Configuration Information for Extract and Replicat",
                "operationId":"get /services/{version}/mpoints/{item}/configurationEr",
                "responses":{
                    "200":{
                        "description":"",
                        "schema":{
                            "$ref":"#/definitions/mpoints:configurationEr"
                        },
                        "examples":{
                            "application/json":{
                                "$schema":"api:standardResponse",
                                "response":{
                                    "$schema":"mpoints:configurationEr",
                                    "oggVersion":"Version 12.2.0.1.0 OGGCORE_MAIN_PLATFORMS_150603.1433",
                                    "inputType":"Database",
                                    "outputType":"Trail",
                                    "buildDB":"Oracle12",
                                    "buildPlatform":"Linux",
                                    "buildDate":"Nov 15 2016 12:11:41"
                                },
                                "messages":[
                                ],
                                "links":[
                                ]
                            }
                        }
                    }
                },
                "tags":[
                    "Performance Metrics Server/ER Metrics"
                ],
                "produces":[
                    "application/json"
                ],
                "parameters":[
                    {
                        "name":"item",
                        "in":"path",
                        "description":"",
                        "required":true,
                        "type":"string",
                        "minLength":1,
                        "maxLength":32
                    },
                    {
                        "name":"version",
                        "in":"path",
                        "description":"<p>Oracle GoldenGate Service API version.</p>",
                        "required":true,
                        "type":"string",
                        "enum":[
                            "v2"
                        ]
                    }
                ],
                "x-internal-id":"services-{version}-mpoints-{item}-configurationEr-get",
                "x-filename-id":"services-version-mpoints-item-configurationer-get"
            }
        },
        "/services/{version}/mpoints":{
        },
        "/services/{version}/mpoints/{item}/pmsrvrProcStats":{
            "get":{
                "summary":"Retrieve an existing PM Service Monitored Process Statistics",
                "operationId":"get /services/{version}/mpoints/{item}/pmsrvrProcStats",
                "responses":{
                    "200":{
                        "description":"",
                        "schema":{
                            "$ref":"#/definitions/mpoints:pmsrvrProcStats"
                        },
                        "examples":{
                            "application/json":{
                                "$schema":"api:standardResponse",
                                "response":{
                                    "$schema":"mpoints:pmsrvrProcStats",
                                    "pmsrvrProcStats":[
                                        {
                                            "appends":234,
                                            "processName":"MGR",
                                            "maxPacketSize":8192,
                                            "seqErrors":0,
                                            "packetsReceived":12,
                                            "processId":123,
                                            "workerThreadId":1601,
                                            "threadsStarted":1,
                                            "missingPackets":0,
                                            "operationErrors":0,
                                            "bytesReceived":45345,
                                            "writeErrors":0,
                                            "packetErrors":0,
                                            "seqNumber":343,
                                            "appendErrors":0,
                                            "droppedPackets":0,
                                            "writes":1234
                                        },
                                        {
                                            "appends":23,
                                            "processName":"EXT1",
                                            "maxPacketSize":8192,
                                            "seqErrors":0,
                                            "packetsReceived":12,
                                            "processId":124,
                                            "workerThreadId":1602,
                                            "threadsStarted":1,
                                            "missingPackets":0,
                                            "operationErrors":0,
                                            "bytesReceived":4345,
                                            "writeErrors":0,
                                            "packetErrors":0,
                                            "seqNumber":34,
                                            "appendErrors":0,
                                            "droppedPackets":0,
                                            "writes":123
                                        },
                                        {
                                            "appends":34,
                                            "processName":"REP1",
                                            "maxPacketSize":8192,
                                            "seqErrors":0,
                                            "packetsReceived":16,
                                            "processId":125,
                                            "workerThreadId":1603,
                                            "threadsStarted":1,
                                            "missingPackets":0,
                                            "operationErrors":0,
                                            "bytesReceived":55345,
                                            "writeErrors":0,
                                            "packetErrors":0,
                                            "seqNumber":366,
                                            "appendErrors":0,
                                            "droppedPackets":0,
                                            "writes":234
                                        }
                                    ]
                                },
                                "messages":[
                                ],
                                "links":[
                                ]
                            }
                        }
                    }
                },
                "tags":[
                    "Performance Metrics Server/Service Metrics"
                ],
                "produces":[
                    "application/json"
                ],
                "parameters":[
                    {
                        "name":"item",
                        "in":"path",
                        "description":"",
                        "required":true,
                        "type":"string",
                        "minLength":1,
                        "maxLength":32
                    },
                    {
                        "name":"version",
                        "in":"path",
                        "description":"<p>Oracle GoldenGate Service API version.</p>",
                        "required":true,
                        "type":"string",
                        "enum":[
                            "v2"
                        ]
                    }
                ],
                "x-internal-id":"services-{version}-mpoints-{item}-pmsrvrProcStats-get",
                "x-filename-id":"services-version-mpoints-item-pmsrvrprocstats-get"
            }
        },
        "/services/{version}/mpoints/{item}/statisticsReplicat":{
            "get":{
                "summary":"Retrieve an existing Replicat Database Statistics",
                "operationId":"get /services/{version}/mpoints/{item}/statisticsReplicat",
                "responses":{
                    "200":{
                        "description":"",
                        "schema":{
                            "$ref":"#/definitions/mpoints:statisticsReplicat"
                        },
                        "examples":{
                            "application/json":{
                                "$schema":"api:standardResponse",
                                "response":{
                                    "totalIgnores":0,
                                    "totalConflictsResolved":0,
                                    "totalDiscards":0,
                                    "mappedTotalInserts":27,
                                    "totalConversionErrors":0,
                                    "$schema":"mpoints:statisticsReplicat",
                                    "totalConversionTruncates":0,
                                    "totalExecutedDdls":0,
                                    "mappedTotalDeletes":0,
                                    "totalConflictsFailed":0,
                                    "mappedTotalTruncates":0,
                                    "totalConflictsDetected":0,
                                    "mappedTotalUpdates":25
                                },
                                "messages":[
                                ],
                                "links":[
                                ]
                            }
                        }
                    }
                },
                "tags":[
                    "Performance Metrics Server/Replicat Metrics"
                ],
                "produces":[
                    "application/json"
                ],
                "parameters":[
                    {
                        "name":"item",
                        "in":"path",
                        "description":"",
                        "required":true,
                        "type":"string",
                        "minLength":1,
                        "maxLength":32
                    },
                    {
                        "name":"version",
                        "in":"path",
                        "description":"<p>Oracle GoldenGate Service API version.</p>",
                        "required":true,
                        "type":"string",
                        "enum":[
                            "v2"
                        ]
                    }
                ],
                "x-internal-id":"services-{version}-mpoints-{item}-statisticsReplicat-get",
                "x-filename-id":"services-version-mpoints-item-statisticsreplicat-get"
            }
        },
        "/services/{version}/monitoring/commands/execute":{
            "post":{
                "summary":"Execute a command",
                "operationId":"post /services/{version}/monitoring/commands/execute",
                "responses":{
                    "200":{
                        "description":"",
                        "schema":{
                            "$ref":"#/definitions/monitoring:commandResult"
                        },
                        "examples":{
                            "application/json":{
                                "$schema":"api:standardResponse",
                                "links":[
                                    {
                                        "href":"http://ogg.example.com:9000/services/v2/commands/execute",
                                        "mediaType":"text/html",
                                        "rel":"canonical"
                                    }
                                ],
                                "messages":[
                                    {
                                        "$schema":"ogg:message",
                                        "code":"OGG-14082",
                                        "issued":"2015-08-12T16:52:47Z",
                                        "severity":"INFO",
                                        "title":"Purge Complete, 123 Messages Removed, 11 Status Changes Removed.",
                                        "type":"http://docs.oracle.com/goldengate/c1230/gg-winux/GMESG/oggus.htm#OGG-14082"
                                    }
                                ]
                            }
                        }
                    }
                },
                "tags":[
                    "Performance Metrics Server/Commands"
                ],
                "produces":[
                    "application/json"
                ],
                "consumes":[
                    "application/json"
                ],
                "parameters":[
                    {
                        "name":"version",
                        "in":"path",
                        "description":"<p>Oracle GoldenGate Service API version.</p>",
                        "required":true,
                        "type":"string",
                        "enum":[
                            "v2"
                        ]
                    },
                    {
                        "name":"body",
                        "in":"body",
                        "description":"",
                        "required":false,
                        "schema":{
                            "$ref":"#/definitions/monitoring:command"
                        },
                        "x-examples":{
                            "application/json":{
                                "name":"purgeDatastore",
                                "daysValue":90
                            }
                        }
                    }
                ],
                "x-internal-id":"services-{version}-monitoring-commands-execute-post",
                "x-filename-id":"services-version-monitoring-commands-execute-post"
            }
        },
        "/services/{version}/mpoints/{item}/threadPerformance":{
            "get":{
                "summary":"Retrieve an existing Process Thread Resource Utilization Information",
                "operationId":"get /services/{version}/mpoints/{item}/threadPerformance",
                "responses":{
                    "200":{
                        "description":"",
                        "schema":{
                            "$ref":"#/definitions/mpoints:threadPerformance"
                        },
                        "examples":{
                            "application/json":{
                                "$schema":"api:standardResponse",
                                "response":{
                                    "$schema":"mpoints:threadPerformance",
                                    "threadPerformance":[
                                        {
                                            "threadName":"MainThread",
                                            "cpuTimeUs":28790,
                                            "threadId":21941,
                                            "userTimeUs":17030,
                                            "kernelTimeUs":11760,
                                            "threadState":"Sleeping",
                                            "threadStartTime":3.452343243E9,
                                            "threadCurrentFunction":"/lib64/libpthread.so.0(__nanosleep+0x41) [0x38eca0e291]",
                                            "threadStartFunction":"/net/slc03flg/scratch/jdivinc/view_storage/jdivinc_db1/tklocal/ggora/extract(ggs::gglib::MultiThreading::MainThread::MainDispatcher(void*)+0) [0x7951d0]"
                                        },
                                        {
                                            "threadName":"TimerThread",
                                            "cpuTimeUs":56250,
                                            "threadId":21942,
                                            "userTimeUs":13700,
                                            "kernelTimeUs":42550,
                                            "threadState":"Sleeping",
                                            "threadStartTime":3.452343243E9,
                                            "threadCurrentFunction":"/lib64/libpthread.so.0(pthread_cond_timedwait+0x120) [0x38eca0b1c0]",
                                            "threadStartFunction":"/net/slc03flg/scratch/jdivinc/view_storage/jdivinc_db1/tklocal/ggora/libgglog.so(ggs::gglib::gglog::LoggingTime::TimeThread(void*)+0) [0x7f52f47ba770]"
                                        },
                                        {
                                            "threadName":"LogPublisherThread",
                                            "cpuTimeUs":0,
                                            "threadId":21943,
                                            "userTimeUs":0,
                                            "kernelTimeUs":0,
                                            "threadState":"Sleeping",
                                            "threadStartTime":3.452343243E9,
                                            "threadCurrentFunction":"/lib64/libpthread.so.0(pthread_cond_wait+0xb9) [0x38eca0af59]",
                                            "threadStartFunction":"/net/slc03flg/scratch/jdivinc/view_storage/jdivinc_db1/tklocal/ggora/libgglog.so(ggs::gglib::gglog::LogBufferImpl::PublisherThread(void*)+0) [0x7f52f48783a0]"
                                        },
                                        {
                                            "threadName":"ConfigWatchThread",
                                            "cpuTimeUs":3140,
                                            "threadId":21944,
                                            "userTimeUs":790,
                                            "kernelTimeUs":2350,
                                            "threadState":"Sleeping",
                                            "threadStartTime":3.452343243E9,
                                            "threadCurrentFunction":"/lib64/libpthread.so.0(pthread_cond_timedwait+0x120) [0x38eca0b1c0]",
                                            "threadStartFunction":"/net/slc03flg/scratch/jdivinc/view_storage/jdivinc_db1/tklocal/ggora/libgglog.so(ggs::gglib::gglog::DOMConfiguratorImpl::watchThread(void*)+0) [0x7f52f4873ea0]"
                                        },
                                        {
                                            "threadName":"MessageRepititionThread",
                                            "cpuTimeUs":0,
                                            "threadId":21945,
                                            "userTimeUs":0,
                                            "kernelTimeUs":0,
                                            "threadState":"Sleeping",
                                            "threadStartTime":3.452343243E9,
                                            "threadCurrentFunction":"/lib64/libpthread.so.0(pthread_cond_timedwait+0x120) [0x38eca0b1c0]",
                                            "threadStartFunction":"/net/slc03flg/scratch/jdivinc/view_storage/jdivinc_db1/tklocal/ggora/libgglog.so(CMessageFactoryImpl::RepetitionThread(void*)+0) [0x7f52f484d710]"
                                        },
                                        {
                                            "threadName":"OSThread-21946",
                                            "cpuTimeUs":0,
                                            "threadId":21946,
                                            "userTimeUs":0,
                                            "kernelTimeUs":0,
                                            "threadState":"Sleeping",
                                            "threadStartTime":3.452343243E9,
                                            "threadCurrentFunction":"/lib64/libpthread.so.0(pthread_cond_wait+0xb9) [0x38eca0af59]",
                                            "threadStartFunction":"N/A"
                                        },
                                        {
                                            "threadName":"ggrepo.threads.mpoints",
                                            "cpuTimeUs":159860,
                                            "threadId":21949,
                                            "userTimeUs":101440,
                                            "kernelTimeUs":58420,
                                            "threadState":"Running",
                                            "threadStartTime":3.452343243E9,
                                            "threadCurrentFunction":"/lib64/libc.so.6(__read+0x4b) [0x38ebec6bab]",
                                            "threadStartFunction":"/net/slc03flg/scratch/jdivinc/view_storage/jdivinc_db1/tklocal/ggora/libggrepo.so(ggrepo::ggRepoThread_t::RunThread(void*)+0) [0x7f52f449ff50]"
                                        },
                                        {
                                            "threadName":"ggrepo.threads.flushdata",
                                            "cpuTimeUs":2660,
                                            "threadId":21950,
                                            "userTimeUs":540,
                                            "kernelTimeUs":2120,
                                            "threadState":"Sleeping",
                                            "threadStartTime":3.452343243E9,
                                            "threadCurrentFunction":"/lib64/libpthread.so.0(pthread_cond_timedwait+0x120) [0x38eca0b1c0]",
                                            "threadStartFunction":"/net/slc03flg/scratch/jdivinc/view_storage/jdivinc_db1/tklocal/ggora/libggrepo.so(ggrepo::ggRepoThread_t::RunThread(void*)+0) [0x7f52f449ff50]"
                                        }
                                    ]
                                },
                                "messages":[
                                ],
                                "links":[
                                ]
                            }
                        }
                    }
                },
                "tags":[
                    "Performance Metrics Server/Process Metrics"
                ],
                "produces":[
                    "application/json"
                ],
                "parameters":[
                    {
                        "name":"item",
                        "in":"path",
                        "description":"",
                        "required":true,
                        "type":"string",
                        "minLength":1,
                        "maxLength":32
                    },
                    {
                        "name":"version",
                        "in":"path",
                        "description":"<p>Oracle GoldenGate Service API version.</p>",
                        "required":true,
                        "type":"string",
                        "enum":[
                            "v2"
                        ]
                    }
                ],
                "x-internal-id":"services-{version}-mpoints-{item}-threadPerformance-get",
                "x-filename-id":"services-version-mpoints-item-threadperformance-get"
            }
        },
        "/services/{version}/mpoints/{item}/distsrvrNetworkStats":{
            "get":{
                "summary":"Retrieve an existing Distribution Server Network Statistics",
                "operationId":"get /services/{version}/mpoints/{item}/distsrvrNetworkStats",
                "responses":{
                    "200":{
                        "description":"",
                        "schema":{
                            "$ref":"#/definitions/mpoints:distsrvrNetworkStats"
                        },
                        "examples":{
                            "application/json":{
                                "$schema":"api:standardResponse",
                                "response":{
                                    "$schema":"mpoints:distsrvrNetworkStats",
                                    "statistics":[
                                        {
                                            "name":"PROD.PATH.1",
                                            "receiveWaitTime":49623007,
                                            "sendWaitTime":2948763,
                                            "totalBytesReceived":32767001,
                                            "totalBytesSent":10241024,
                                            "totalMessagesReceived":104,
                                            "totalMessagesSent":23
                                        },
                                        {
                                            "name":"PROD.PATH.2",
                                            "receiveWaitTime":29623007,
                                            "sendWaitTime":1948763,
                                            "totalBytesReceived":3767001,
                                            "totalBytesSent":5241024,
                                            "totalMessagesReceived":34,
                                            "totalMessagesSent":11
                                        }
                                    ]
                                },
                                "messages":[
                                ],
                                "links":[
                                ]
                            }
                        }
                    }
                },
                "tags":[
                    "Performance Metrics Server/Service Metrics"
                ],
                "produces":[
                    "application/json"
                ],
                "parameters":[
                    {
                        "name":"item",
                        "in":"path",
                        "description":"",
                        "required":true,
                        "type":"string",
                        "minLength":1,
                        "maxLength":32
                    },
                    {
                        "name":"version",
                        "in":"path",
                        "description":"<p>Oracle GoldenGate Service API version.</p>",
                        "required":true,
                        "type":"string",
                        "enum":[
                            "v2"
                        ]
                    }
                ],
                "x-internal-id":"services-{version}-mpoints-{item}-distsrvrNetworkStats-get",
                "x-filename-id":"services-version-mpoints-item-distsrvrnetworkstats-get"
            }
        },
        "/services/{version}/mpoints/{item}/processPerformance":{
            "get":{
                "summary":"Retrieve an existing Process Performance Resource Utilization Information",
                "operationId":"get /services/{version}/mpoints/{item}/processPerformance",
                "responses":{
                    "200":{
                        "description":"",
                        "schema":{
                            "$ref":"#/definitions/mpoints:processPerformance"
                        },
                        "examples":{
                            "application/json":{
                                "$schema":"api:standardResponse",
                                "response":{
                                    "threadCount":8,
                                    "processStartTime":3.452343243E9,
                                    "cpuTimeUs":250730,
                                    "ioWriteCount":497545,
                                    "handleCount":-1,
                                    "pageFaults":644770,
                                    "userTimeUs":155890,
                                    "processId":21941,
                                    "ioWriteBytes":3.223658683E9,
                                    "ioReadCount":891326,
                                    "peakWorkingSetSize":30908416,
                                    "$schema":"mpoints:processPerformance",
                                    "privateBytes":462340096,
                                    "workingSetSize":30908416,
                                    "kernelTimeUs":94840,
                                    "ioReadBytes":443642903,
                                    "ioOtherBytes":-1,
                                    "ioOtherCount":-1
                                },
                                "messages":[
                                ],
                                "links":[
                                ]
                            }
                        }
                    }
                },
                "tags":[
                    "Performance Metrics Server/Process Metrics"
                ],
                "produces":[
                    "application/json"
                ],
                "parameters":[
                    {
                        "name":"item",
                        "in":"path",
                        "description":"",
                        "required":true,
                        "type":"string",
                        "minLength":1,
                        "maxLength":32
                    },
                    {
                        "name":"version",
                        "in":"path",
                        "description":"<p>Oracle GoldenGate Service API version.</p>",
                        "required":true,
                        "type":"string",
                        "enum":[
                            "v2"
                        ]
                    }
                ],
                "x-internal-id":"services-{version}-mpoints-{item}-processPerformance-get",
                "x-filename-id":"services-version-mpoints-item-processperformance-get"
            }
        },
        "/services/{version}/mpoints/{item}/batchSqlStatistics":{
            "get":{
                "summary":"Retrieve an existing Integrated Replicat Batch SQL Statistics",
                "operationId":"get /services/{version}/mpoints/{item}/batchSqlStatistics",
                "responses":{
                    "200":{
                        "description":"",
                        "schema":{
                            "$ref":"#/definitions/mpoints:batchSqlStatistics"
                        },
                        "examples":{
                            "application/json":{
                                "$schema":"api:standardResponse",
                                "response":{
                                    "totalBatchExecutions":10,
                                    "totalCommits":0,
                                    "totalForeignKeyCollisions":0,
                                    "totalInsertTime":0,
                                    "totalBatches":10,
                                    "lastTimestamp":"2015-06-05T13:22:18.034Z",
                                    "totalFlushes":0,
                                    "totalBatchesInError":0,
                                    "totalPrimaryKeyCollisions":0,
                                    "sqlQueues":5,
                                    "totalRollbacks":0,
                                    "totalDeleteTime":12340,
                                    "totalUpdateTime":0,
                                    "$schema":"mpoints:batchSqlStatistics",
                                    "totalBatchOperations":100,
                                    "totalElapsedTime":12340,
                                    "totalOperationFlushes":0,
                                    "totalNormalModeOperations":0,
                                    "totalUniqueKeyCollisions":0,
                                    "totalPluFlushes":0,
                                    "numberOfBatchThreadGroups":1
                                },
                                "messages":[
                                ],
                                "links":[
                                ]
                            }
                        }
                    }
                },
                "tags":[
                    "Performance Metrics Server/Replicat Metrics"
                ],
                "produces":[
                    "application/json"
                ],
                "parameters":[
                    {
                        "name":"item",
                        "in":"path",
                        "description":"",
                        "required":true,
                        "type":"string",
                        "minLength":1,
                        "maxLength":32
                    },
                    {
                        "name":"version",
                        "in":"path",
                        "description":"<p>Oracle GoldenGate Service API version.</p>",
                        "required":true,
                        "type":"string",
                        "enum":[
                            "v2"
                        ]
                    }
                ],
                "x-internal-id":"services-{version}-mpoints-{item}-batchSqlStatistics-get",
                "x-filename-id":"services-version-mpoints-item-batchsqlstatistics-get"
            }
        },
        "/services/{version}/mpoints/{item}/pmsrvrStats":{
            "get":{
                "summary":"Retrieve an existing PM Service Collector Statistics",
                "operationId":"get /services/{version}/mpoints/{item}/pmsrvrStats",
                "responses":{
                    "200":{
                        "description":"",
                        "schema":{
                            "$ref":"#/definitions/mpoints:pmsrvrStats"
                        },
                        "examples":{
                            "application/json":{
                                "$schema":"api:standardResponse",
                                "response":{
                                    "dataStoreType":"BDB",
                                    "maxPacketSize":32767,
                                    "minPacketSize":1024,
                                    "packetsReceived":12345,
                                    "invalidPackets":1,
                                    "$schema":"mpoints:pmsrvrStats",
                                    "missingPackets":12,
                                    "udpPort":7330,
                                    "bytesReceived":9876543,
                                    "receiveErrors":0,
                                    "udpBufferSize":32767,
                                    "sequenceErrors":3
                                },
                                "messages":[
                                ],
                                "links":[
                                ]
                            }
                        }
                    }
                },
                "tags":[
                    "Performance Metrics Server/Service Metrics"
                ],
                "produces":[
                    "application/json"
                ],
                "parameters":[
                    {
                        "name":"item",
                        "in":"path",
                        "description":"",
                        "required":true,
                        "type":"string",
                        "minLength":1,
                        "maxLength":32
                    },
                    {
                        "name":"version",
                        "in":"path",
                        "description":"<p>Oracle GoldenGate Service API version.</p>",
                        "required":true,
                        "type":"string",
                        "enum":[
                            "v2"
                        ]
                    }
                ],
                "x-internal-id":"services-{version}-mpoints-{item}-pmsrvrStats-get",
                "x-filename-id":"services-version-mpoints-item-pmsrvrstats-get"
            }
        },
        "/services/{version}/monitoring/lastMessageId":{
            "get":{
                "summary":"Retrieve an existing Last message id number",
                "operationId":"get /services/{version}/monitoring/lastMessageId",
                "responses":{
                    "200":{
                        "description":"",
                        "schema":{
                            "$ref":"#/definitions/monitoring:lastMessageId"
                        },
                        "examples":{
                            "application/json":{
                                "$schema":"api:standardResponse",
                                "response":{
                                    "$schema":"monitoring:lastMessageId",
                                    "lastId":12345
                                },
                                "messages":[
                                ],
                                "links":[
                                ]
                            }
                        }
                    }
                },
                "tags":[
                    "Performance Metrics Server/Last Message Number"
                ],
                "produces":[
                    "application/json"
                ],
                "parameters":[
                    {
                        "name":"version",
                        "in":"path",
                        "description":"<p>Oracle GoldenGate Service API version.</p>",
                        "required":true,
                        "type":"string",
                        "enum":[
                            "v2"
                        ]
                    }
                ],
                "x-internal-id":"services-{version}-monitoring-lastMessageId-get",
                "x-filename-id":"services-version-monitoring-lastmessageid-get"
            }
        },
        "/services/{version}/targets":{
            "get":{
                "summary":"Get a list of distribution paths",
                "operationId":"get /services/{version}/targets",
                "responses":{
                    "200":{
                        "description":"",
                        "schema":{
                            "$ref":"#/definitions/ogg:collection"
                        },
                        "examples":{
                            "application/json":{
                                "$schema":"api:standardResponse",
                                "response":{
                                    "$schema":"ogg:collection",
                                    "distpaths":[
                                        {
                                            "name":"path1",
                                            "links":[
                                                {
                                                    "rel":"canonical",
                                                    "href":"http://ogg.example.com:9002/services/v2/targetPaths/path1",
                                                    "mediaType":"application/json"
                                                },
                                                {
                                                    "rel":"describedby",
                                                    "href":"http://ogg.example.com:9002/services/v2/targetPaths/path1",
                                                    "mediaType":"application/schema+json"
                                                }
                                            ]
                                        },
                                        {
                                            "name":"path2",
                                            "links":[
                                                {
                                                    "rel":"canonical",
                                                    "href":"http://ogg.example.com:9002/services/v2/targetPaths/path2",
                                                    "mediaType":"application/json"
                                                },
                                                {
                                                    "rel":"describedby",
                                                    "href":"http://ogg.example.com:9002/services/v2/targetPaths/path2",
                                                    "mediaType":"application/schema+json"
                                                }
                                            ]
                                        }
                                    ]
                                },
                                "messages":[
                                ],
                                "links":[
                                ]
                            }
                        }
                    }
                },
                "produces":[
                    "application/json"
                ],
                "parameters":[
                    {
                        "name":"version",
                        "in":"path",
                        "description":"<p>Oracle GoldenGate Service API version.</p>",
                        "required":true,
                        "type":"string",
                        "enum":[
                            "v2"
                        ]
                    },
                    {
                        "name":"targetInitiated",
                        "in":"query",
                        "description":"Filters the result with paths that match the property target-initiated",
                        "required":false,
                        "type":"string"
                    }
                ],
                "tags":[
                    "Receiver Service"
                ],
                "x-internal-id":"services-{version}-targets-get",
                "x-filename-id":"services-version-targets-get"
            }
        },
        "/services/{version}/targets/{path}":{
            "delete":{
                "summary":"Delete an existing Oracle GoldenGate Collector Path",
                "operationId":"delete /services/{version}/targets/{path}",
                "responses":{
                    "200":{
                        "description":"",
                        "schema":{
                            "$ref":"#/definitions/api:standardResponse"
                        },
                        "examples":{
                            "application/json":{
                                "$schema":"api:standardResponse",
                                "messages":[
                                ],
                                "links":[
                                ]
                            }
                        }
                    }
                },
                "produces":[
                    "application/json"
                ],
                "parameters":[
                    {
                        "name":"path",
                        "in":"path",
                        "description":"",
                        "required":true,
                        "type":"string",
                        "pattern":"^[A-Za-z][A-Za-z0-9-_.]*$",
                        "minLength":1,
                        "maxLength":32
                    },
                    {
                        "name":"version",
                        "in":"path",
                        "description":"<p>Oracle GoldenGate Service API version.</p>",
                        "required":true,
                        "type":"string",
                        "enum":[
                            "v2"
                        ]
                    }
                ],
                "tags":[
                    "Receiver Service"
                ],
                "x-internal-id":"services-{version}-targets-{path}-delete",
                "x-filename-id":"services-version-targets-path-delete"
            },
            "post":{
                "summary":"Create a new Oracle GoldenGate Collector Path",
                "operationId":"post /services/{version}/targets/{path}",
                "responses":{
                    "200":{
                        "description":"",
                        "schema":{
                            "$ref":"#/definitions/api:standardResponse"
                        },
                        "examples":{
                            "application/json":{
                                "$schema":"api:standardResponse",
                                "messages":[
                                    {
                                        "type":"http://docs.oracle.com/goldengate/1212/gg-winux/GMESG/oggus.htm#GMESG110",
                                        "title":"Distribution Path added.",
                                        "code":"OGG-00000",
                                        "severity":"INFO",
                                        "issued":"2015-05-02T07:13:00-07:00"
                                    }
                                ],
                                "links":[
                                ]
                            }
                        }
                    }
                },
                "produces":[
                    "application/json"
                ],
                "consumes":[
                    "application/json"
                ],
                "parameters":[
                    {
                        "name":"path",
                        "in":"path",
                        "description":"",
                        "required":true,
                        "type":"string",
                        "pattern":"^[A-Za-z][A-Za-z0-9-_.]*$",
                        "minLength":1,
                        "maxLength":32
                    },
                    {
                        "name":"version",
                        "in":"path",
                        "description":"<p>Oracle GoldenGate Service API version.</p>",
                        "required":true,
                        "type":"string",
                        "enum":[
                            "v2"
                        ]
                    },
                    {
                        "name":"body",
                        "in":"body",
                        "description":"",
                        "required":false,
                        "schema":{
                            "$ref":"#/definitions/ogg:distPath"
                        },
                        "x-examples":{
                            "application/json":{
                                "$schema":"ogg:distPath",
                                "name":"path1",
                                "description":"my test distPath",
                                "source":{
                                    "uri":"trail://localhost:7999/dirdat/a1"
                                },
                                "target":{
                                    "uri":"ogg://adc00oye:7999/dirdat/t1"
                                },
                                "begin":{
                                    "sequence":0,
                                    "offset":0
                                },
                                "status":"running"
                            }
                        }
                    }
                ],
                "tags":[
                    "Receiver Service"
                ],
                "x-internal-id":"services-{version}-targets-{path}-post",
                "x-filename-id":"services-version-targets-path-post"
            },
            "patch":{
                "summary":"Update an existing Oracle GoldenGate Collector Path",
                "operationId":"patch /services/{version}/targets/{path}",
                "responses":{
                    "200":{
                        "description":"",
                        "schema":{
                            "$ref":"#/definitions/api:standardResponse"
                        },
                        "examples":{
                            "application/json":{
                                "$schema":"api:standardResponse",
                                "links":[
                                ],
                                "messages":[
                                ]
                            }
                        }
                    }
                },
                "produces":[
                    "application/json"
                ],
                "consumes":[
                    "application/json"
                ],
                "parameters":[
                    {
                        "name":"path",
                        "in":"path",
                        "description":"",
                        "required":true,
                        "type":"string",
                        "pattern":"^[A-Za-z][A-Za-z0-9-_.]*$",
                        "minLength":1,
                        "maxLength":32
                    },
                    {
                        "name":"version",
                        "in":"path",
                        "description":"<p>Oracle GoldenGate Service API version.</p>",
                        "required":true,
                        "type":"string",
                        "enum":[
                            "v2"
                        ]
                    },
                    {
                        "name":"body",
                        "in":"body",
                        "description":"",
                        "required":false,
                        "schema":{
                            "$ref":"#/definitions/ogg:distPath"
                        },
                        "x-examples":{
                            "application/json":{
                                "options":{
                                    "network":{
                                        "appOptions":{
                                            "appFlushBytes":24859,
                                            "appFlushSecs":2
                                        }
                                    }
                                }
                            }
                        }
                    }
                ],
                "tags":[
                    "Receiver Service"
                ],
                "x-internal-id":"services-{version}-targets-{path}-patch",
                "x-filename-id":"services-version-targets-path-patch"
            },
            "get":{
                "summary":"Retrieve an existing Oracle GoldenGate Collector Path",
                "operationId":"get /services/{version}/targets/{path}",
                "responses":{
                    "200":{
                        "description":"",
                        "schema":{
                            "$ref":"#/definitions/ogg:distPath"
                        },
                        "examples":{
                            "application/json":{
                                "$schema":"api:standardResponse",
                                "response":{
                                    "name":"path1",
                                    "description":"recvsrvr-path-1",
                                    "source":{
                                        "uri":"ogg://slc05cve:7809/",
                                        "details":{
                                            "network":{
                                                "tcpBufSize":27996,
                                                "tcpFlushBytes":27996,
                                                "tcpFlushSecs":1
                                            }
                                        }
                                    },
                                    "target":{
                                        "uri":"trail://dirdat/t1",
                                        "details":{
                                            "trail":{
                                                "name":"t1",
                                                "sequence":{
                                                    "length":9
                                                },
                                                "sizeMB":100
                                            }
                                        }
                                    },
                                    "begin":{
                                        "sequence":0,
                                        "offset":0
                                    },
                                    "status":"running"
                                },
                                "messages":[
                                ],
                                "links":[
                                ]
                            }
                        }
                    }
                },
                "produces":[
                    "application/json"
                ],
                "parameters":[
                    {
                        "name":"path",
                        "in":"path",
                        "description":"",
                        "required":true,
                        "type":"string",
                        "pattern":"^[A-Za-z][A-Za-z0-9-_.]*$",
                        "minLength":1,
                        "maxLength":32
                    },
                    {
                        "name":"version",
                        "in":"path",
                        "description":"<p>Oracle GoldenGate Service API version.</p>",
                        "required":true,
                        "type":"string",
                        "enum":[
                            "v2"
                        ]
                    }
                ],
                "tags":[
                    "Receiver Service"
                ],
                "x-internal-id":"services-{version}-targets-{path}-get",
                "x-filename-id":"services-version-targets-path-get"
            }
        },
        "/services/{version}/targets/{path}/checkpoints":{
            "get":{
                "summary":"Retrieve an existing Oracle GoldenGate Receiver Server Path Checkpoints",
                "operationId":"get /services/{version}/targets/{path}/checkpoints",
                "responses":{
                    "200":{
                        "description":"",
                        "schema":{
                            "$ref":"#/definitions/ogg:distPathCheckpoints"
                        },
                        "examples":{
                            "application/json":{
                                "$schema":"api:standardResponse",
                                "response":{
                                    "$schema":"ogg:distPtahCheckpoints",
                                    "current":{
                                        "input":[
                                            {
                                                "current":{
                                                    "name":"t1",
                                                    "offset":819,
                                                    "path":"/u01/app/oracle/product/12.2.0/ogghome_1/var/lib/data",
                                                    "sequence":17,
                                                    "sequenceLength":9,
                                                    "timestamp":"2016-07-26T00:20:29.878Z"
                                                },
                                                "starting":{
                                                    "name":"t1",
                                                    "offset":1466,
                                                    "path":"/u01/app/oracle/product/12.2.0/ogghome_1/var/lib/data",
                                                    "sequence":14,
                                                    "sequenceLength":9,
                                                    "timestamp":"2016-07-25T21:48:17.000Z"
                                                }
                                            }
                                        ],
                                        "output":[
                                            {
                                                "current":{
                                                    "name":"t1",
                                                    "offset":819,
                                                    "sequence":17,
                                                    "sequenceLength":9,
                                                    "timestamp":"2016-07-26T00:20:29.878Z"
                                                }
                                            }
                                        ]
                                    }
                                },
                                "messages":[
                                ],
                                "links":[
                                ]
                            }
                        }
                    }
                },
                "produces":[
                    "application/json"
                ],
                "parameters":[
                    {
                        "name":"path",
                        "in":"path",
                        "description":"",
                        "required":true,
                        "type":"string",
                        "pattern":"^[A-Za-z][A-Za-z0-9-_.]*$",
                        "minLength":1,
                        "maxLength":32
                    },
                    {
                        "name":"version",
                        "in":"path",
                        "description":"<p>Oracle GoldenGate Service API version.</p>",
                        "required":true,
                        "type":"string",
                        "enum":[
                            "v2"
                        ]
                    }
                ],
                "tags":[
                    "Receiver Service"
                ],
                "x-internal-id":"services-{version}-targets-{path}-checkpoints-get",
                "x-filename-id":"services-version-targets-path-checkpoints-get"
            }
        },
        "/services/{version}/targets/{path}/stats":{
            "get":{
                "summary":"Retrieve an existing Oracle GoldenGate Receiver Server Path Stats",
                "operationId":"get /services/{version}/targets/{path}/stats",
                "responses":{
                    "200":{
                        "description":"",
                        "schema":{
                            "$ref":"#/definitions/ogg:targetPathStats"
                        },
                        "examples":{
                            "application/json":{
                                "$schema":"api:standardResponse",
                                "response":{
                                    "$schema":"ogg:targetPathStats",
                                    "netstats":{
                                        "totalMsgsReceived":341,
                                        "totalMsgsSent":14,
                                        "remoteAddress":{
                                            "host":"10.10.1.23",
                                            "port":9003
                                        },
                                        "localAddress":{
                                            "host":"localhost",
                                            "port":9001
                                        },
                                        "streaming":true,
                                        "totalBytesReceived":886110,
                                        "recvWaitTime":74822,
                                        "sendWaitTime":6439,
                                        "totalBytesSent":197
                                    },
                                    "fileiostats":{
                                        "currentFile":{
                                            "name":"gg",
                                            "sizeMB":100,
                                            "sequence":{
                                                "value":10,
                                                "length":6
                                            }
                                        },
                                        "totalBytesWrittentoFile":900000,
                                        "totalBytesRead":0,
                                        "totalIdleTime":1000
                                    }
                                },
                                "messages":[
                                ],
                                "links":[
                                ]
                            }
                        }
                    }
                },
                "produces":[
                    "application/json"
                ],
                "parameters":[
                    {
                        "name":"path",
                        "in":"path",
                        "description":"",
                        "required":true,
                        "type":"string",
                        "pattern":"^[A-Za-z][A-Za-z0-9-_.]*$",
                        "minLength":1,
                        "maxLength":32
                    },
                    {
                        "name":"version",
                        "in":"path",
                        "description":"<p>Oracle GoldenGate Service API version.</p>",
                        "required":true,
                        "type":"string",
                        "enum":[
                            "v2"
                        ]
                    }
                ],
                "tags":[
                    "Receiver Service"
                ],
                "x-internal-id":"services-{version}-targets-{path}-stats-get",
                "x-filename-id":"services-version-targets-path-stats-get"
            }
        },
        "/services/{version}/targets/{path}/progress":{
            "get":{
                "summary":"Retrieve an existing Oracle Receiver Server Progress",
                "operationId":"get /services/{version}/targets/{path}/progress",
                "responses":{
                    "200":{
                        "description":"",
                        "schema":{
                            "$ref":"#/definitions/ogg:targetPathProgress"
                        }
                    }
                },
                "produces":[
                    "application/json"
                ],
                "parameters":[
                    {
                        "name":"path",
                        "in":"path",
                        "description":"",
                        "required":true,
                        "type":"string",
                        "pattern":"^[A-Za-z][A-Za-z0-9-_.]*$",
                        "minLength":1,
                        "maxLength":32
                    },
                    {
                        "name":"version",
                        "in":"path",
                        "description":"<p>Oracle GoldenGate Service API version.</p>",
                        "required":true,
                        "type":"string",
                        "enum":[
                            "v2"
                        ]
                    }
                ],
                "tags":[
                    "Receiver Service"
                ],
                "x-internal-id":"services-{version}-targets-{path}-progress-get",
                "x-filename-id":"services-version-targets-path-progress-get"
            }
        },
        "/services/{version}/targets/{path}/info":{
            "get":{
                "summary":"Retrieve an existing Oracle GoldenGate Receiver Server Path Information",
                "operationId":"get /services/{version}/targets/{path}/info",
                "responses":{
                    "200":{
                        "description":"",
                        "schema":{
                            "$ref":"#/definitions/ogg:distPathInfo"
                        },
                        "examples":{
                            "application/json":{
                                "$schema":"api:standardResponse",
                                "links":[
                                    {
                                        "href":"http://localhost:9002/services/v2/distpaths/moriapath1/info",
                                        "mediaType":"application/json",
                                        "rel":"canonical"
                                    },
                                    {
                                        "href":"http://localhost:9002/services/v2/distpaths/moriapath1/info",
                                        "mediaType":"application/schema+json",
                                        "rel":"describedby"
                                    }
                                ],
                                "messages":[
                                ],
                                "response":{
                                    "threadId":1.40292288149248E14,
                                    "processId":28934,
                                    "$schema":"ogg:distPathInfo",
                                    "sinceLagReported":5,
                                    "sourceDatabaseInstance":"vlez1",
                                    "lastStarted":"2016-10-28T01:45:50.148Z",
                                    "sourceDatabaseName":"VLEZ1",
                                    "sourceExtractName":"EXT1",
                                    "lag":0
                                }
                            }
                        }
                    }
                },
                "produces":[
                    "application/json"
                ],
                "parameters":[
                    {
                        "name":"path",
                        "in":"path",
                        "description":"",
                        "required":true,
                        "type":"string",
                        "pattern":"^[A-Za-z][A-Za-z0-9-_.]*$",
                        "minLength":1,
                        "maxLength":32
                    },
                    {
                        "name":"version",
                        "in":"path",
                        "description":"<p>Oracle GoldenGate Service API version.</p>",
                        "required":true,
                        "type":"string",
                        "enum":[
                            "v2"
                        ]
                    }
                ],
                "tags":[
                    "Receiver Service"
                ],
                "x-internal-id":"services-{version}-targets-{path}-info-get",
                "x-filename-id":"services-version-targets-path-info-get"
            }
        },
        "/services/{version}/deployments/{deployment}/services":{
            "get":{
                "description":"<p>Retrieve the collection of Oracle GoldenGate Services in a deployment.</p>",
                "summary":"List Services",
                "operationId":"get /services/{version}/deployments/{deployment}/services",
                "responses":{
                    "200":{
                        "description":"<p>The list of services for the deployment was retrieved successfully.</p>",
                        "schema":{
                            "$ref":"#/definitions/ogg:collection"
                        },
                        "examples":{
                            "application/json":{
                                "$schema":"api:standardResponse",
                                "links":[
                                    {
                                        "href":"http://localhost:11000/services/v2/deployments/Local/services",
                                        "mediaType":"application/json",
                                        "rel":"canonical"
                                    },
                                    {
                                        "href":"http://localhost:11000/services/v2/deployments/Local/services",
                                        "mediaType":"application/json",
                                        "rel":"self"
                                    },
                                    {
                                        "href":"http://localhost:11000/services/v2/metadata-catalog/deploymentServices",
                                        "mediaType":"application/schema+json",
                                        "rel":"describedby"
                                    }
                                ],
                                "messages":[
                                ],
                                "response":{
                                    "$schema":"ogg:collection",
                                    "items":[
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11000/services/v2/deployments/Local/services",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11000/services/v2/deployments/Local/services/adminsrvr",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"adminsrvr"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11000/services/v2/deployments/Local/services",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11000/services/v2/deployments/Local/services/distsrvr",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"distsrvr"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11000/services/v2/deployments/Local/services",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11000/services/v2/deployments/Local/services/pmsrvr",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"pmsrvr"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11000/services/v2/deployments/Local/services",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11000/services/v2/deployments/Local/services/recvsrvr",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"recvsrvr"
                                        }
                                    ]
                                }
                            }
                        }
                    }
                },
                "tags":[
                    "Service Manager/Services"
                ],
                "produces":[
                    "application/json"
                ],
                "parameters":[
                    {
                        "name":"deployment",
                        "in":"path",
                        "description":"<p>Name for the Oracle GoldenGate deployment.</p>",
                        "required":true,
                        "type":"string",
                        "pattern":"^[A-Za-z][A-Za-z0-9-_.]*$",
                        "minLength":1,
                        "maxLength":32
                    },
                    {
                        "name":"version",
                        "in":"path",
                        "description":"<p>Oracle GoldenGate Service API version.</p>",
                        "required":true,
                        "type":"string",
                        "enum":[
                            "v2"
                        ]
                    }
                ],
                "x-internal-id":"services-{version}-deployments-{deployment}-services-get",
                "x-filename-id":"services-version-deployments-deployment-services-get"
            }
        },
        "/services/{version}/installation/services":{
            "get":{
                "description":"<p>Retrieve a list of all Oracle GoldenGate services for the installation.</p>",
                "summary":"Retrieve Service List",
                "operationId":"get /services/{version}/installation/services",
                "responses":{
                    "200":{
                        "description":"<p>The service list was retrieved successfully.</p>",
                        "schema":{
                            "$ref":"#/definitions/ogg:installationServices"
                        },
                        "examples":{
                            "application/json":{
                                "$schema":"api:standardResponse",
                                "links":[
                                    {
                                        "href":"http://localhost:11000/services/v2/installation/services",
                                        "mediaType":"application/json",
                                        "rel":"canonical"
                                    },
                                    {
                                        "href":"http://localhost:11000/services/v2/installation/services",
                                        "mediaType":"application/json",
                                        "rel":"self"
                                    },
                                    {
                                        "href":"http://localhost:11000/services/v2/metadata-catalog/services",
                                        "mediaType":"application/schema+json",
                                        "rel":"describedby"
                                    }
                                ],
                                "messages":[
                                ],
                                "response":{
                                    "$schema":"ogg:installationServices",
                                    "services":[
                                        {
                                            "isSsl":false,
                                            "deploymentName":"Local",
                                            "enabled":true,
                                            "deploymentId":"df366222-2166-4714-90d8-9ebeefa5b00e",
                                            "status":"running",
                                            "serviceName":"adminsrvr",
                                            "locked":false,
                                            "serviceId":"a8efffba-4697-4e21-8c38-b8170e86c796",
                                            "listeners":[
                                                {
                                                    "address":"127.0.0.1",
                                                    "port":11001
                                                },
                                                {
                                                    "address":"172.17.0.3",
                                                    "port":11001
                                                }
                                            ]
                                        },
                                        {
                                            "isSsl":false,
                                            "deploymentName":"Local",
                                            "enabled":true,
                                            "deploymentId":"df366222-2166-4714-90d8-9ebeefa5b00e",
                                            "status":"running",
                                            "serviceName":"distsrvr",
                                            "locked":false,
                                            "serviceId":"1f19e408-7ae8-4fe7-9b1e-d433aaf9f4bc",
                                            "listeners":[
                                                {
                                                    "address":"127.0.0.1",
                                                    "port":11002
                                                },
                                                {
                                                    "address":"172.17.0.3",
                                                    "port":11002
                                                }
                                            ]
                                        },
                                        {
                                            "isSsl":false,
                                            "deploymentName":"Local",
                                            "enabled":true,
                                            "deploymentId":"df366222-2166-4714-90d8-9ebeefa5b00e",
                                            "status":"running",
                                            "serviceName":"pmsrvr",
                                            "locked":false,
                                            "serviceId":"eef56c08-ff49-4cc6-aa12-7fc462ec9027",
                                            "listeners":[
                                                {
                                                    "address":"127.0.0.1",
                                                    "port":11004
                                                },
                                                {
                                                    "address":"172.17.0.3",
                                                    "port":11004
                                                }
                                            ]
                                        },
                                        {
                                            "isSsl":false,
                                            "deploymentName":"Local",
                                            "enabled":true,
                                            "deploymentId":"df366222-2166-4714-90d8-9ebeefa5b00e",
                                            "status":"running",
                                            "serviceName":"recvsrvr",
                                            "locked":false,
                                            "serviceId":"0f5d8b3f-d04a-40a3-8732-a38572bb8a9a",
                                            "listeners":[
                                                {
                                                    "address":"127.0.0.1",
                                                    "port":11003
                                                },
                                                {
                                                    "address":"172.17.0.3",
                                                    "port":11003
                                                }
                                            ]
                                        },
                                        {
                                            "isSsl":false,
                                            "deploymentName":"ServiceManager",
                                            "enabled":true,
                                            "deploymentId":"74d78f7b-0944-4440-b2dc-9cbdd97dbe23",
                                            "status":"running",
                                            "serviceName":"ServiceManager",
                                            "locked":false,
                                            "serviceId":"3f0a0781-aac6-42e4-96d8-a732456a24fc",
                                            "listeners":[
                                                {
                                                    "address":"127.0.0.1",
                                                    "port":11000
                                                },
                                                {
                                                    "address":"172.17.0.3",
                                                    "port":11000
                                                }
                                            ]
                                        }
                                    ]
                                }
                            }
                        }
                    }
                },
                "tags":[
                    "Service Manager/Installation"
                ],
                "produces":[
                    "application/json"
                ],
                "parameters":[
                    {
                        "name":"version",
                        "in":"path",
                        "description":"<p>Oracle GoldenGate Service API version.</p>",
                        "required":true,
                        "type":"string",
                        "enum":[
                            "v2"
                        ]
                    },
                    {
                        "name":"deployment",
                        "in":"query",
                        "description":"<p>The name of a deployment for filtering results</p>",
                        "required":false,
                        "type":"string"
                    },
                    {
                        "name":"service",
                        "in":"query",
                        "description":"<p>The name of a service for filtering results</p>",
                        "required":false,
                        "type":"string"
                    }
                ],
                "x-internal-id":"services-{version}-installation-services-get",
                "x-filename-id":"services-version-installation-services-get"
            }
        },
        "/services/{version}/deployments/{deployment}/services/{service}/logs":{
            "get":{
                "description":"<p>Retrieve the set of logs for the service</p>",
                "summary":"List Service Logs",
                "operationId":"get /services/{version}/deployments/{deployment}/services/{service}/logs",
                "responses":{
                    "200":{
                        "description":"<p>The list of available logs was retrieved successfully.</p>",
                        "schema":{
                            "$ref":"#/definitions/ogg:collection"
                        },
                        "examples":{
                            "application/json":{
                                "$schema":"api:standardResponse",
                                "links":[
                                    {
                                        "href":"http://localhost:11000/services/v2/deployments/Local/services/adminsrvr/logs",
                                        "mediaType":"application/json",
                                        "rel":"canonical"
                                    },
                                    {
                                        "href":"http://localhost:11000/services/v2/deployments/Local/services/adminsrvr/logs",
                                        "mediaType":"application/json",
                                        "rel":"self"
                                    },
                                    {
                                        "href":"http://localhost:11000/services/v2/metadata-catalog/serviceLogs",
                                        "mediaType":"application/schema+json",
                                        "rel":"describedby"
                                    }
                                ],
                                "messages":[
                                ],
                                "response":{
                                    "$schema":"ogg:collection",
                                    "items":[
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11000/services/v2/deployments/Local/services/adminsrvr/logs",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11000/services/v2/deployments/Local/services/adminsrvr/logs/default",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                },
                                                {
                                                    "href":"http://localhost:11000/services/v2/deployments/Local/services/adminsrvr/logs/default",
                                                    "mediaType":"text/plain",
                                                    "rel":"alternate"
                                                }
                                            ],
                                            "name":"default"
                                        }
                                    ]
                                }
                            }
                        }
                    }
                },
                "tags":[
                    "Service Manager/Services"
                ],
                "produces":[
                    "application/json"
                ],
                "parameters":[
                    {
                        "name":"service",
                        "in":"path",
                        "description":"<p>Name of the service.</p>",
                        "required":true,
                        "type":"string",
                        "pattern":"^[A-Za-z][A-Za-z0-9]*$",
                        "minLength":1,
                        "maxLength":32
                    },
                    {
                        "name":"deployment",
                        "in":"path",
                        "description":"<p>Name for the Oracle GoldenGate deployment.</p>",
                        "required":true,
                        "type":"string",
                        "pattern":"^[A-Za-z][A-Za-z0-9-_.]*$",
                        "minLength":1,
                        "maxLength":32
                    },
                    {
                        "name":"version",
                        "in":"path",
                        "description":"<p>Oracle GoldenGate Service API version.</p>",
                        "required":true,
                        "type":"string",
                        "enum":[
                            "v2"
                        ]
                    }
                ],
                "x-internal-id":"services-{version}-deployments-{deployment}-services-{service}-logs-get",
                "x-filename-id":"services-version-deployments-deployment-services-service-logs-get"
            }
        },
        "/services/{version}/installation":{
        },
        "/services/{version}/deployments/{deployment}":{
            "get":{
                "description":"<p>Retrieve the details of a deployment.</p>",
                "summary":"Retrieve Deployment",
                "operationId":"get /services/{version}/deployments/{deployment}",
                "responses":{
                    "200":{
                        "description":"<p>The deployment details were retrieved successfully.</p>",
                        "schema":{
                            "$ref":"#/definitions/ogg:deployment"
                        },
                        "examples":{
                            "application/json":{
                                "$schema":"api:standardResponse",
                                "links":[
                                    {
                                        "href":"http://localhost:11000/services/v2/deployments/Local",
                                        "mediaType":"application/json",
                                        "rel":"canonical"
                                    },
                                    {
                                        "href":"http://localhost:11000/services/v2/deployments/Local",
                                        "mediaType":"application/json",
                                        "rel":"self"
                                    },
                                    {
                                        "href":"http://localhost:11000/services/v2/metadata-catalog/deployment",
                                        "mediaType":"application/schema+json",
                                        "rel":"describedby"
                                    }
                                ],
                                "messages":[
                                ],
                                "response":{
                                    "oggHome":"/u01/app/ogg",
                                    "oggDataHome":"/u02/ogg/Local/var/lib/data",
                                    "oggConfHome":"/u02/ogg/Local/etc/conf",
                                    "enabled":true,
                                    "id":"df366222-2166-4714-90d8-9ebeefa5b00e",
                                    "oggSslHome":"/u02/ogg/Local/etc/ssl",
                                    "$schema":"ogg:deployment",
                                    "status":"running",
                                    "oggEtcHome":"/u02/ogg/Local/etc",
                                    "oggVarHome":"/u02/ogg/Local/var",
                                    "environment":[
                                        {
                                            "name":"LD_LIBRARY_PATH",
                                            "value":"${ORACLE_HOME}/lib:/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.201.b09-2.el7_6.x86_64/jre/lib/amd64/server:/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.201.b09-2.el7_6.x86_64/jre/lib/amd64:/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.201.b09-2.el7_6.x86_64/jre/../lib/amd64:/usr/lib/jvm/jre/lib/amd64/server:/u01/app/oracle/product/12cR2/dbhome/lib"
                                        },
                                        {
                                            "name":"JAVA_HOME",
                                            "value":"/usr/lib/jvm/jre"
                                        },
                                        {
                                            "name":"ORACLE_HOME",
                                            "value":"/u01/app/oracle/product/12cR2/dbhome"
                                        }
                                    ],
                                    "passwordRegex":"(?=^.{8,30}$)(?=(.*[0-9]))(?=(.*[A-Z]))(?=(.*[a-z]))(?=(.*[-!@%&*.#_]))(?!(.*[$^?]))^.*"
                                }
                            }
                        }
                    }
                },
                "tags":[
                    "Service Manager/Deployments"
                ],
                "produces":[
                    "application/json"
                ],
                "parameters":[
                    {
                        "name":"deployment",
                        "in":"path",
                        "description":"<p>Name for the Oracle GoldenGate deployment.</p>",
                        "required":true,
                        "type":"string",
                        "pattern":"^[A-Za-z][A-Za-z0-9-_.]*$",
                        "minLength":1,
                        "maxLength":32
                    },
                    {
                        "name":"version",
                        "in":"path",
                        "description":"<p>Oracle GoldenGate Service API version.</p>",
                        "required":true,
                        "type":"string",
                        "enum":[
                            "v2"
                        ]
                    }
                ],
                "x-internal-id":"services-{version}-deployments-{deployment}-get",
                "x-filename-id":"services-version-deployments-deployment-get"
            },
            "post":{
                "description":"<p>Create a new Oracle GoldenGate deployment.</p>",
                "summary":"Create a Deployment",
                "operationId":"post /services/{version}/deployments/{deployment}",
                "responses":{
                    "201":{
                        "description":"<p>The new deployment was created successfully.</p>",
                        "schema":{
                            "$ref":"#/definitions/api:standardResponse"
                        },
                        "examples":{
                            "application/json":{
                                "$schema":"api:standardResponse",
                                "links":[
                                    {
                                        "href":"http://localhost:11000/services/v2/deployments/Secondary",
                                        "mediaType":"application/json",
                                        "rel":"canonical"
                                    },
                                    {
                                        "href":"http://localhost:11000/services/v2/deployments/Secondary",
                                        "mediaType":"application/json",
                                        "rel":"self"
                                    }
                                ],
                                "messages":[
                                ]
                            }
                        }
                    }
                },
                "tags":[
                    "Service Manager/Deployments"
                ],
                "produces":[
                    "application/json"
                ],
                "consumes":[
                    "application/json"
                ],
                "parameters":[
                    {
                        "name":"deployment",
                        "in":"path",
                        "description":"<p>Name for the Oracle GoldenGate deployment.</p>",
                        "required":true,
                        "type":"string",
                        "pattern":"^[A-Za-z][A-Za-z0-9-_.]*$",
                        "minLength":1,
                        "maxLength":32
                    },
                    {
                        "name":"version",
                        "in":"path",
                        "description":"<p>Oracle GoldenGate Service API version.</p>",
                        "required":true,
                        "type":"string",
                        "enum":[
                            "v2"
                        ]
                    },
                    {
                        "name":"body",
                        "in":"body",
                        "description":"",
                        "required":false,
                        "schema":{
                            "$ref":"#/definitions/ogg:deployment"
                        },
                        "x-examples":{
                            "application/json":{
                                "oggHome":"/home/oracle/oggSecondary",
                                "oggEtcHome":"/home/oracle/ogg/etc",
                                "enabled":false
                            }
                        }
                    }
                ],
                "x-internal-id":"services-{version}-deployments-{deployment}-post",
                "x-filename-id":"services-version-deployments-deployment-post"
            },
            "patch":{
                "description":"<p>Update the properties of a deployment.</p>",
                "summary":"Update a Deployment",
                "operationId":"patch /services/{version}/deployments/{deployment}",
                "responses":{
                    "200":{
                        "description":"<p>The deployment was updated successfully.</p>",
                        "schema":{
                            "$ref":"#/definitions/api:standardResponse"
                        },
                        "examples":{
                            "application/json":{
                                "$schema":"api:standardResponse",
                                "links":[
                                    {
                                        "href":"http://localhost:11000/services/v2/deployments/Secondary",
                                        "mediaType":"application/json",
                                        "rel":"canonical"
                                    },
                                    {
                                        "href":"http://localhost:11000/services/v2/deployments/Secondary",
                                        "mediaType":"application/json",
                                        "rel":"self"
                                    }
                                ],
                                "messages":[
                                ]
                            }
                        }
                    }
                },
                "tags":[
                    "Service Manager/Deployments"
                ],
                "produces":[
                    "application/json"
                ],
                "consumes":[
                    "application/json"
                ],
                "parameters":[
                    {
                        "name":"deployment",
                        "in":"path",
                        "description":"<p>Name for the Oracle GoldenGate deployment.</p>",
                        "required":true,
                        "type":"string",
                        "pattern":"^[A-Za-z][A-Za-z0-9-_.]*$",
                        "minLength":1,
                        "maxLength":32
                    },
                    {
                        "name":"version",
                        "in":"path",
                        "description":"<p>Oracle GoldenGate Service API version.</p>",
                        "required":true,
                        "type":"string",
                        "enum":[
                            "v2"
                        ]
                    },
                    {
                        "name":"body",
                        "in":"body",
                        "description":"",
                        "required":false,
                        "schema":{
                            "$ref":"#/definitions/ogg:deployment"
                        },
                        "x-examples":{
                            "application/json":{
                                "enabled":true
                            }
                        }
                    }
                ],
                "x-internal-id":"services-{version}-deployments-{deployment}-patch",
                "x-filename-id":"services-version-deployments-deployment-patch"
            },
            "delete":{
                "description":"<p>Delete a deployment.</p>",
                "summary":"Remove a Deployment",
                "operationId":"delete /services/{version}/deployments/{deployment}",
                "responses":{
                    "200":{
                        "description":"<p>The deployment was successfully deleted.</p>",
                        "schema":{
                            "$ref":"#/definitions/api:standardResponse"
                        },
                        "examples":{
                            "application/json":{
                                "$schema":"api:standardResponse",
                                "links":[
                                    {
                                        "href":"http://localhost:11000/services/v2/deployments/Secondary",
                                        "mediaType":"application/json",
                                        "rel":"canonical"
                                    },
                                    {
                                        "href":"http://localhost:11000/services/v2/deployments/Secondary",
                                        "mediaType":"application/json",
                                        "rel":"self"
                                    }
                                ],
                                "messages":[
                                ]
                            }
                        }
                    }
                },
                "tags":[
                    "Service Manager/Deployments"
                ],
                "produces":[
                    "application/json"
                ],
                "parameters":[
                    {
                        "name":"deployment",
                        "in":"path",
                        "description":"<p>Name for the Oracle GoldenGate deployment.</p>",
                        "required":true,
                        "type":"string",
                        "pattern":"^[A-Za-z][A-Za-z0-9-_.]*$",
                        "minLength":1,
                        "maxLength":32
                    },
                    {
                        "name":"version",
                        "in":"path",
                        "description":"<p>Oracle GoldenGate Service API version.</p>",
                        "required":true,
                        "type":"string",
                        "enum":[
                            "v2"
                        ]
                    }
                ],
                "x-internal-id":"services-{version}-deployments-{deployment}-delete",
                "x-filename-id":"services-version-deployments-deployment-delete"
            }
        },
        "/services/{version}/deployments":{
            "get":{
                "description":"<p>Retrieve the collection of Oracle GoldenGate Deployments.</p>",
                "summary":"List Deployments",
                "operationId":"get /services/{version}/deployments",
                "responses":{
                    "200":{
                        "description":"<p>The list of deployments was retrieved successfully.</p>",
                        "schema":{
                            "$ref":"#/definitions/ogg:collection"
                        },
                        "examples":{
                            "application/json":{
                                "$schema":"api:standardResponse",
                                "links":[
                                    {
                                        "href":"http://localhost:11000/services/v2/deployments",
                                        "mediaType":"application/json",
                                        "rel":"canonical"
                                    },
                                    {
                                        "href":"http://localhost:11000/services/v2/deployments",
                                        "mediaType":"application/json",
                                        "rel":"self"
                                    },
                                    {
                                        "href":"http://localhost:11000/services/v2/metadata-catalog/versionDeployments",
                                        "mediaType":"application/schema+json",
                                        "rel":"describedby"
                                    }
                                ],
                                "messages":[
                                ],
                                "response":{
                                    "$schema":"ogg:collection",
                                    "items":[
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11000/services/v2/deployments",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11000/services/v2/deployments/Local",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"Local"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11000/services/v2/deployments",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11000/services/v2/deployments/ServiceManager",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"ServiceManager"
                                        }
                                    ]
                                }
                            }
                        }
                    }
                },
                "tags":[
                    "Service Manager/Deployments"
                ],
                "produces":[
                    "application/json"
                ],
                "parameters":[
                    {
                        "name":"version",
                        "in":"path",
                        "description":"<p>Oracle GoldenGate Service API version.</p>",
                        "required":true,
                        "type":"string",
                        "enum":[
                            "v2"
                        ]
                    }
                ],
                "x-internal-id":"services-{version}-deployments-get",
                "x-filename-id":"services-version-deployments-get"
            }
        },
        "/services/{version}/installation/deployments":{
            "get":{
                "description":"<p>Retrieve a list of all Oracle GoldenGate deployments for the installation.</p>",
                "summary":"Retrieve Deployment List",
                "operationId":"get /services/{version}/installation/deployments",
                "responses":{
                    "200":{
                        "description":"<p>The deployment list was retrieved successfully.</p>",
                        "schema":{
                            "$ref":"#/definitions/ogg:installationDeployments"
                        },
                        "examples":{
                            "application/json":{
                                "$schema":"api:standardResponse",
                                "links":[
                                    {
                                        "href":"http://localhost:11000/services/v2/installation/deployments",
                                        "mediaType":"application/json",
                                        "rel":"canonical"
                                    },
                                    {
                                        "href":"http://localhost:11000/services/v2/installation/deployments",
                                        "mediaType":"application/json",
                                        "rel":"self"
                                    },
                                    {
                                        "href":"http://localhost:11000/services/v2/metadata-catalog/deployments",
                                        "mediaType":"application/schema+json",
                                        "rel":"describedby"
                                    }
                                ],
                                "messages":[
                                ],
                                "response":{
                                    "$schema":"ogg:installationDeployments",
                                    "deployments":[
                                        {
                                            "deploymentId":"df366222-2166-4714-90d8-9ebeefa5b00e",
                                            "deploymentName":"Local",
                                            "enabled":true,
                                            "status":"running"
                                        },
                                        {
                                            "deploymentId":"74d78f7b-0944-4440-b2dc-9cbdd97dbe23",
                                            "deploymentName":"ServiceManager",
                                            "enabled":true,
                                            "status":"running"
                                        }
                                    ],
                                    "xagEnabled":false
                                }
                            }
                        }
                    }
                },
                "tags":[
                    "Service Manager/Installation"
                ],
                "produces":[
                    "application/json"
                ],
                "parameters":[
                    {
                        "name":"version",
                        "in":"path",
                        "description":"<p>Oracle GoldenGate Service API version.</p>",
                        "required":true,
                        "type":"string",
                        "enum":[
                            "v2"
                        ]
                    },
                    {
                        "name":"deployment",
                        "in":"query",
                        "description":"<p>The name of a deployment for filtering results</p>",
                        "required":false,
                        "type":"string"
                    }
                ],
                "x-internal-id":"services-{version}-installation-deployments-get",
                "x-filename-id":"services-version-installation-deployments-get"
            }
        },
        "/services/{version}/deployments/{deployment}/services/{service}/logs/default":{
            "get":{
                "description":"<p>Retrieve the service log</p>",
                "summary":"Default Log",
                "operationId":"get /services/{version}/deployments/{deployment}/services/{service}/logs/default",
                "responses":{
                    "200":{
                        "description":"<p>The log was retrieved successfully.</p>",
                        "schema":{
                            "$ref":"#/definitions/ogg:log"
                        },
                        "examples":{
                            "application/json":{
                                "$schema":"api:standardResponse",
                                "links":[
                                    {
                                        "href":"http://localhost:11000/services/v2/deployments/Local/services/adminsrvr/logs/default",
                                        "mediaType":"text/plain",
                                        "rel":"alternate"
                                    },
                                    {
                                        "href":"http://localhost:11000/services/v2/deployments/Local/services/adminsrvr/logs/default",
                                        "mediaType":"application/json",
                                        "rel":"canonical"
                                    },
                                    {
                                        "href":"http://localhost:11000/services/v2/deployments/Local/services/adminsrvr/logs/default",
                                        "mediaType":"application/json",
                                        "rel":"self"
                                    },
                                    {
                                        "href":"http://localhost:11000/services/v2/metadata-catalog/default",
                                        "mediaType":"application/schema+json",
                                        "rel":"describedby"
                                    }
                                ],
                                "messages":[
                                ],
                                "response":{
                                    "$schema":"ogg:log",
                                    "enabled":true
                                }
                            }
                        }
                    }
                },
                "tags":[
                    "Service Manager/Services"
                ],
                "produces":[
                    "application/json",
                    "text/plain"
                ],
                "parameters":[
                    {
                        "name":"service",
                        "in":"path",
                        "description":"<p>Name of the service.</p>",
                        "required":true,
                        "type":"string",
                        "pattern":"^[A-Za-z][A-Za-z0-9]*$",
                        "minLength":1,
                        "maxLength":32
                    },
                    {
                        "name":"deployment",
                        "in":"path",
                        "description":"<p>Name for the Oracle GoldenGate deployment.</p>",
                        "required":true,
                        "type":"string",
                        "pattern":"^[A-Za-z][A-Za-z0-9-_.]*$",
                        "minLength":1,
                        "maxLength":32
                    },
                    {
                        "name":"version",
                        "in":"path",
                        "description":"<p>Oracle GoldenGate Service API version.</p>",
                        "required":true,
                        "type":"string",
                        "enum":[
                            "v2"
                        ]
                    }
                ],
                "x-internal-id":"services-{version}-deployments-{deployment}-services-{service}-logs-default-get",
                "x-filename-id":"services-version-deployments-deployment-services-service-logs-default-get"
            }
        },
        "/services/{version}/deployments/{deployment}/services/{service}":{
            "get":{
                "description":"<p>Retrieve the details of a service in an Oracle GoldenGate deployment.</p>",
                "summary":"Retrieve Service",
                "operationId":"get /services/{version}/deployments/{deployment}/services/{service}",
                "responses":{
                    "200":{
                        "description":"<p>The service details were retrieved successfully.</p>",
                        "schema":{
                            "$ref":"#/definitions/ogg:service"
                        },
                        "examples":{
                            "application/json":{
                                "$schema":"api:standardResponse",
                                "links":[
                                    {
                                        "href":"http://localhost:11000/services/v2/deployments/Local/services/adminsrvr",
                                        "mediaType":"application/json",
                                        "rel":"canonical"
                                    },
                                    {
                                        "href":"http://localhost:11000/services/v2/deployments/Local/services/adminsrvr",
                                        "mediaType":"application/json",
                                        "rel":"self"
                                    },
                                    {
                                        "href":"http://localhost:11000/services/v2/metadata-catalog/service",
                                        "mediaType":"application/schema+json",
                                        "rel":"describedby"
                                    }
                                ],
                                "messages":[
                                ],
                                "response":{
                                    "config":{
                                        "authorizationDetails":{
                                            "common":{
                                                "allow":[
                                                    "Digest",
                                                    "Basic",
                                                    "x-Cert"
                                                ]
                                            }
                                        },
                                        "authorizationEnabled":true,
                                        "legacyProtocolEnabled":true,
                                        "network":{
                                            "serviceListeningPort":11001
                                        },
                                        "security":false,
                                        "taskManagerEnabled":true,
                                        "workerThreadCount":5
                                    },
                                    "quiet":true,
                                    "enabled":true,
                                    "id":"a8efffba-4697-4e21-8c38-b8170e86c796",
                                    "$schema":"ogg:service",
                                    "status":"running",
                                    "critical":true,
                                    "locked":false,
                                    "configForce":true
                                }
                            }
                        }
                    }
                },
                "tags":[
                    "Service Manager/Services"
                ],
                "produces":[
                    "application/json"
                ],
                "parameters":[
                    {
                        "name":"service",
                        "in":"path",
                        "description":"<p>Name of the service.</p>",
                        "required":true,
                        "type":"string",
                        "pattern":"^[A-Za-z][A-Za-z0-9]*$",
                        "minLength":1,
                        "maxLength":32
                    },
                    {
                        "name":"deployment",
                        "in":"path",
                        "description":"<p>Name for the Oracle GoldenGate deployment.</p>",
                        "required":true,
                        "type":"string",
                        "pattern":"^[A-Za-z][A-Za-z0-9-_.]*$",
                        "minLength":1,
                        "maxLength":32
                    },
                    {
                        "name":"version",
                        "in":"path",
                        "description":"<p>Oracle GoldenGate Service API version.</p>",
                        "required":true,
                        "type":"string",
                        "enum":[
                            "v2"
                        ]
                    }
                ],
                "x-internal-id":"services-{version}-deployments-{deployment}-services-{service}-get",
                "x-filename-id":"services-version-deployments-deployment-services-service-get"
            },
            "post":{
                "description":"<p>Add a new service to a deployment. An application with the service name must exist for this request to succeed.</p>",
                "summary":"Create a Service",
                "operationId":"post /services/{version}/deployments/{deployment}/services/{service}",
                "responses":{
                    "201":{
                        "description":"<p>The new services was successfully added to the deployment.</p>",
                        "schema":{
                            "$ref":"#/definitions/api:standardResponse"
                        },
                        "examples":{
                            "application/json":{
                                "$schema":"api:standardResponse",
                                "links":[
                                    {
                                        "href":"http://localhost:11000/services/v2/deployments/Local/services/adminsrvr",
                                        "mediaType":"application/json",
                                        "rel":"canonical"
                                    },
                                    {
                                        "href":"http://localhost:11000/services/v2/deployments/Local/services/adminsrvr",
                                        "mediaType":"application/json",
                                        "rel":"self"
                                    }
                                ],
                                "messages":[
                                ]
                            }
                        }
                    }
                },
                "tags":[
                    "Service Manager/Services"
                ],
                "produces":[
                    "application/json"
                ],
                "consumes":[
                    "application/json"
                ],
                "parameters":[
                    {
                        "name":"service",
                        "in":"path",
                        "description":"<p>Name of the service.</p>",
                        "required":true,
                        "type":"string",
                        "pattern":"^[A-Za-z][A-Za-z0-9]*$",
                        "minLength":1,
                        "maxLength":32
                    },
                    {
                        "name":"deployment",
                        "in":"path",
                        "description":"<p>Name for the Oracle GoldenGate deployment.</p>",
                        "required":true,
                        "type":"string",
                        "pattern":"^[A-Za-z][A-Za-z0-9-_.]*$",
                        "minLength":1,
                        "maxLength":32
                    },
                    {
                        "name":"version",
                        "in":"path",
                        "description":"<p>Oracle GoldenGate Service API version.</p>",
                        "required":true,
                        "type":"string",
                        "enum":[
                            "v2"
                        ]
                    },
                    {
                        "name":"body",
                        "in":"body",
                        "description":"",
                        "required":false,
                        "schema":{
                            "$ref":"#/definitions/ogg:service"
                        },
                        "x-examples":{
                            "application/json":{
                                "$schema":"ogg:service",
                                "config":{
                                    "network":{
                                        "serviceListeningPort":11001
                                    },
                                    "security":false,
                                    "authorizationEnabled":true,
                                    "defaultSynchronousWait":30,
                                    "asynchronousOperationEnabled":true,
                                    "legacyProtocolEnabled":true,
                                    "taskManagerEnabled":true
                                },
                                "enabled":false
                            }
                        }
                    }
                ],
                "x-internal-id":"services-{version}-deployments-{deployment}-services-{service}-post",
                "x-filename-id":"services-version-deployments-deployment-services-service-post"
            },
            "patch":{
                "description":"<p>Update the properties of a service.</p>",
                "summary":"Update Service Properties",
                "operationId":"patch /services/{version}/deployments/{deployment}/services/{service}",
                "responses":{
                    "200":{
                        "description":"<p>The service was updated successfully.</p>",
                        "schema":{
                            "$ref":"#/definitions/api:standardResponse"
                        },
                        "examples":{
                            "application/json":{
                                "$schema":"api:standardResponse",
                                "links":[
                                    {
                                        "href":"http://localhost:11000/services/v2/deployments/Local/services/adminsrvr",
                                        "mediaType":"application/json",
                                        "rel":"canonical"
                                    },
                                    {
                                        "href":"http://localhost:11000/services/v2/deployments/Local/services/adminsrvr",
                                        "mediaType":"application/json",
                                        "rel":"self"
                                    }
                                ],
                                "messages":[
                                ]
                            }
                        }
                    }
                },
                "tags":[
                    "Service Manager/Services"
                ],
                "produces":[
                    "application/json"
                ],
                "consumes":[
                    "application/json"
                ],
                "parameters":[
                    {
                        "name":"service",
                        "in":"path",
                        "description":"<p>Name of the service.</p>",
                        "required":true,
                        "type":"string",
                        "pattern":"^[A-Za-z][A-Za-z0-9]*$",
                        "minLength":1,
                        "maxLength":32
                    },
                    {
                        "name":"deployment",
                        "in":"path",
                        "description":"<p>Name for the Oracle GoldenGate deployment.</p>",
                        "required":true,
                        "type":"string",
                        "pattern":"^[A-Za-z][A-Za-z0-9-_.]*$",
                        "minLength":1,
                        "maxLength":32
                    },
                    {
                        "name":"version",
                        "in":"path",
                        "description":"<p>Oracle GoldenGate Service API version.</p>",
                        "required":true,
                        "type":"string",
                        "enum":[
                            "v2"
                        ]
                    },
                    {
                        "name":"body",
                        "in":"body",
                        "description":"",
                        "required":false,
                        "schema":{
                            "$ref":"#/definitions/ogg:service"
                        },
                        "x-examples":{
                            "application/json":{
                                "enabled":true,
                                "status":"running"
                            }
                        }
                    }
                ],
                "x-internal-id":"services-{version}-deployments-{deployment}-services-{service}-patch",
                "x-filename-id":"services-version-deployments-deployment-services-service-patch"
            },
            "delete":{
                "description":"<p>Remove a service from an Oracle GoldenGate deployment.</p>",
                "summary":"Remove a Service",
                "operationId":"delete /services/{version}/deployments/{deployment}/services/{service}",
                "responses":{
                    "200":{
                        "description":"<p>The service was successfully removed from the deploytment.</p>",
                        "schema":{
                            "$ref":"#/definitions/api:standardResponse"
                        },
                        "examples":{
                            "application/json":{
                                "$schema":"api:standardResponse",
                                "links":[
                                    {
                                        "href":"http://localhost:11000/services/v2/deployments/Local/services/adminsrvr",
                                        "mediaType":"application/json",
                                        "rel":"canonical"
                                    },
                                    {
                                        "href":"http://localhost:11000/services/v2/deployments/Local/services/adminsrvr",
                                        "mediaType":"application/json",
                                        "rel":"self"
                                    }
                                ],
                                "messages":[
                                ]
                            }
                        }
                    }
                },
                "tags":[
                    "Service Manager/Services"
                ],
                "produces":[
                    "application/json"
                ],
                "parameters":[
                    {
                        "name":"service",
                        "in":"path",
                        "description":"<p>Name of the service.</p>",
                        "required":true,
                        "type":"string",
                        "pattern":"^[A-Za-z][A-Za-z0-9]*$",
                        "minLength":1,
                        "maxLength":32
                    },
                    {
                        "name":"deployment",
                        "in":"path",
                        "description":"<p>Name for the Oracle GoldenGate deployment.</p>",
                        "required":true,
                        "type":"string",
                        "pattern":"^[A-Za-z][A-Za-z0-9-_.]*$",
                        "minLength":1,
                        "maxLength":32
                    },
                    {
                        "name":"version",
                        "in":"path",
                        "description":"<p>Oracle GoldenGate Service API version.</p>",
                        "required":true,
                        "type":"string",
                        "enum":[
                            "v2"
                        ]
                    }
                ],
                "x-internal-id":"services-{version}-deployments-{deployment}-services-{service}-delete",
                "x-filename-id":"services-version-deployments-deployment-services-service-delete"
            }
        },
        "/services/{version}/content/{a}/{b}/{c}/{d}/{e}":{
            "get":{
                "description":"Return the contents of file described by the provided path.",
                "summary":"Static Files",
                "operationId":"get /services/{version}/content/{a}/{b}/{c}/{d}/{e}",
                "responses":{
                    "200":{
                        "description":"The complete or partial contents of the file described by the provided path.",
                        "schema":{
                            "$ref":"#/definitions/ogg:collection"
                        }
                    }
                },
                "tags":[
                    "Common/Content Requests"
                ],
                "produces":[
                    "application/json"
                ],
                "parameters":[
                    {
                        "name":"e",
                        "in":"path",
                        "description":"Content file described by the provided path.",
                        "required":true,
                        "type":"string",
                        "pattern":"^[a-zA-Z0-9_#$/?&.+=@<>\\-\\[\\]\\ ]*$",
                        "minLength":1,
                        "maxLength":255
                    },
                    {
                        "name":"d",
                        "in":"path",
                        "description":"Content file described by the provided path.",
                        "required":true,
                        "type":"string",
                        "pattern":"^[a-zA-Z0-9_#$/?&.+=@<>\\-\\[\\]\\ ]*$",
                        "minLength":1,
                        "maxLength":255
                    },
                    {
                        "name":"c",
                        "in":"path",
                        "description":"Content file described by the provided path.",
                        "required":true,
                        "type":"string",
                        "pattern":"^[a-zA-Z0-9_#$/?&.+=@<>\\-\\[\\]\\ ]*$",
                        "minLength":1,
                        "maxLength":255
                    },
                    {
                        "name":"b",
                        "in":"path",
                        "description":"Content file described by the provided path.",
                        "required":true,
                        "type":"string",
                        "pattern":"^[a-zA-Z0-9_#$/?&.+=@<>\\-\\[\\]\\ ]*$",
                        "minLength":1,
                        "maxLength":255
                    },
                    {
                        "name":"a",
                        "in":"path",
                        "description":"Content file described by the provided path.",
                        "required":true,
                        "type":"string",
                        "pattern":"^[a-zA-Z0-9_#$/?&.+=@<>\\-\\[\\]\\ ]*$",
                        "minLength":1,
                        "maxLength":255
                    },
                    {
                        "name":"version",
                        "in":"path",
                        "description":"<p>Oracle GoldenGate Service API version.</p>",
                        "required":true,
                        "type":"string",
                        "enum":[
                            "v2"
                        ]
                    }
                ],
                "x-internal-id":"services-{version}-content-{a}-{b}-{c}-{d}-{e}-get",
                "x-filename-id":"services-version-content-b-c-d-e-get"
            }
        },
        "/services/{version}/content/{a}/{b}/{c}/{d}/{e}/{f}/{g}/{h}/{i}/{j}":{
            "get":{
                "description":"Return the contents of file described by the provided path.",
                "summary":"Static Files",
                "operationId":"get /services/{version}/content/{a}/{b}/{c}/{d}/{e}/{f}/{g}/{h}/{i}/{j}",
                "responses":{
                    "200":{
                        "description":"The complete or partial contents of the file described by the provided path.",
                        "schema":{
                            "$ref":"#/definitions/ogg:collection"
                        }
                    }
                },
                "tags":[
                    "Common/Content Requests"
                ],
                "produces":[
                    "application/json"
                ],
                "parameters":[
                    {
                        "name":"d",
                        "in":"path",
                        "description":"Content file described by the provided path.",
                        "required":true,
                        "type":"string",
                        "pattern":"^[a-zA-Z0-9_#$/?&.+=@<>\\-\\[\\]\\ ]*$",
                        "minLength":1,
                        "maxLength":255
                    },
                    {
                        "name":"f",
                        "in":"path",
                        "description":"Content file described by the provided path.",
                        "required":true,
                        "type":"string",
                        "pattern":"^[a-zA-Z0-9_#$/?&.+=@<>\\-\\[\\]\\ ]*$",
                        "minLength":1,
                        "maxLength":255
                    },
                    {
                        "name":"e",
                        "in":"path",
                        "description":"Content file described by the provided path.",
                        "required":true,
                        "type":"string",
                        "pattern":"^[a-zA-Z0-9_#$/?&.+=@<>\\-\\[\\]\\ ]*$",
                        "minLength":1,
                        "maxLength":255
                    },
                    {
                        "name":"j",
                        "in":"path",
                        "description":"Content file described by the provided path.",
                        "required":true,
                        "type":"string",
                        "pattern":"^[a-zA-Z0-9_#$/?&.+=@<>\\-\\[\\]\\ ]*$",
                        "minLength":1,
                        "maxLength":255
                    },
                    {
                        "name":"a",
                        "in":"path",
                        "description":"Content file described by the provided path.",
                        "required":true,
                        "type":"string",
                        "pattern":"^[a-zA-Z0-9_#$/?&.+=@<>\\-\\[\\]\\ ]*$",
                        "minLength":1,
                        "maxLength":255
                    },
                    {
                        "name":"i",
                        "in":"path",
                        "description":"Content file described by the provided path.",
                        "required":true,
                        "type":"string",
                        "pattern":"^[a-zA-Z0-9_#$/?&.+=@<>\\-\\[\\]\\ ]*$",
                        "minLength":1,
                        "maxLength":255
                    },
                    {
                        "name":"b",
                        "in":"path",
                        "description":"Content file described by the provided path.",
                        "required":true,
                        "type":"string",
                        "pattern":"^[a-zA-Z0-9_#$/?&.+=@<>\\-\\[\\]\\ ]*$",
                        "minLength":1,
                        "maxLength":255
                    },
                    {
                        "name":"version",
                        "in":"path",
                        "description":"<p>Oracle GoldenGate Service API version.</p>",
                        "required":true,
                        "type":"string",
                        "enum":[
                            "v2"
                        ]
                    },
                    {
                        "name":"g",
                        "in":"path",
                        "description":"Content file described by the provided path.",
                        "required":true,
                        "type":"string",
                        "pattern":"^[a-zA-Z0-9_#$/?&.+=@<>\\-\\[\\]\\ ]*$",
                        "minLength":1,
                        "maxLength":255
                    },
                    {
                        "name":"h",
                        "in":"path",
                        "description":"Content file described by the provided path.",
                        "required":true,
                        "type":"string",
                        "pattern":"^[a-zA-Z0-9_#$/?&.+=@<>\\-\\[\\]\\ ]*$",
                        "minLength":1,
                        "maxLength":255
                    },
                    {
                        "name":"c",
                        "in":"path",
                        "description":"Content file described by the provided path.",
                        "required":true,
                        "type":"string",
                        "pattern":"^[a-zA-Z0-9_#$/?&.+=@<>\\-\\[\\]\\ ]*$",
                        "minLength":1,
                        "maxLength":255
                    }
                ],
                "x-internal-id":"services-{version}-content-{a}-{b}-{c}-{d}-{e}-{f}-{g}-{h}-{i}-{j}-get",
                "x-filename-id":"services-version-content-b-c-d-e-f-g-h-i-j-get"
            }
        },
        "/services/{version}/requests/{request}/result":{
            "get":{
                "description":"<p>Retrieve the background request result.</p>",
                "summary":"Retrieve Request Result",
                "operationId":"get /services/{version}/requests/{request}/result",
                "responses":{
                    "200":{
                        "description":"<p>The request result was retrieved successfully.</p>",
                        "schema":{
                            "$ref":"#/definitions/ogg:requestResult"
                        },
                        "examples":{
                            "application/json":{
                                "$schema":"api:standardResponse",
                                "links":[
                                    {
                                        "href":"http://localhost:11001/services/v2/requests/425988415/result",
                                        "mediaType":"application/json",
                                        "rel":"canonical"
                                    },
                                    {
                                        "href":"http://localhost:11001/services/v2/requests/425988415/result",
                                        "mediaType":"application/json",
                                        "rel":"self"
                                    },
                                    {
                                        "href":"http://localhost:11001/services/v2/metadata-catalog/result",
                                        "mediaType":"application/schema+json",
                                        "rel":"describedby"
                                    }
                                ],
                                "messages":[
                                ],
                                "response":{
                                    "$schema":"ogg:requestResult",
                                    "body":{
                                        "$schema":"api:standardResponse",
                                        "links":[
                                            {
                                                "href":"http://localhost:11001/services/v2/requests",
                                                "mediaType":"application/json",
                                                "rel":"canonical"
                                            },
                                            {
                                                "href":"http://localhost:11001/services/v2/requests",
                                                "mediaType":"application/json",
                                                "rel":"self"
                                            },
                                            {
                                                "href":"http://localhost:11001/services/v2/metadata-catalog/requests",
                                                "mediaType":"application/schema+json",
                                                "rel":"describedby"
                                            }
                                        ],
                                        "messages":[
                                        ],
                                        "response":{
                                            "$schema":"ogg:collection",
                                            "items":[
                                                {
                                                    "$schema":"ogg:collectionItem",
                                                    "links":[
                                                        {
                                                            "href":"http://localhost:11001/services/v2/requests/425988415",
                                                            "mediaType":"application/json",
                                                            "rel":"canonical"
                                                        },
                                                        {
                                                            "href":"http://localhost:11001/services/v2/requests/425988415/result",
                                                            "mediaType":"application/json",
                                                            "rel":"related"
                                                        }
                                                    ],
                                                    "name":"425988415"
                                                }
                                            ]
                                        }
                                    },
                                    "headers":[
                                        {
                                            "name":"Content-Type",
                                            "value":"application/json"
                                        },
                                        {
                                            "name":"Content-Security-Policy",
                                            "value":"default-src 'self' 'unsafe-eval' 'unsafe-inline';img-src 'self' data:"
                                        },
                                        {
                                            "name":"X-Content-Type-Options",
                                            "value":" nosniff"
                                        },
                                        {
                                            "name":"X-Frame-Options",
                                            "value":"SAMEORIGIN"
                                        },
                                        {
                                            "name":"X-XSS-Protection",
                                            "value":"1; mode=block"
                                        },
                                        {
                                            "name":"Cache-Control",
                                            "value":"max-age=0, no-cache, no-store, must-revalidate"
                                        },
                                        {
                                            "name":"Expires",
                                            "value":"0"
                                        },
                                        {
                                            "name":"Pragma",
                                            "value":"no-cache"
                                        },
                                        {
                                            "name":"Set-Cookie",
                                            "value":"ogg.sca.3zZiIiFmRxSQ2J6+76WwDg=2UZ0QG71EpdgNSGQ82Jci5IIfkIkfz669ybmpvsKNU9mphbaVrRKiaq5rkINvqRNatvPxmqePGdEp6DiE6oB70lUGLBxd2R6sWac8BnBDpblnG3vRAU7uHzYjjWiMI8T8h7lfseuW77XaYwfdDo2pqcikpBxP0MdsN6V2eQzqGgGEBFnDzEYc/3tPZywD7ZmdIvfpriWUWwdrW7cHbHSo5fe6btwCN0F3s7A8aUBVbmrgOgTFfaXu63NInjBGvUHC6NmijEHcz92c/zUOw7hrhprxuiulccx84KU6RzgQUYl4Gcl3IHtkfdZJdOw7R6ccY4ku5gJNxCdbmL4Dqa6/odg84J5foDJ0mKg9NLXh2L77cszHDGXip3Nv2lS8AOCYuEY/SO+zKoNIIcaPE/Zf0D/LvFpF+Y+b5PctlQcZv++Nqyo144/amAWehd+9NPWUaAPaHtSoKgG4IAHKZz2vTobU+hXezZ9v3KQhLulXiFEWHlNwvQWwSM0SuZ4CFmmGtmFx8e3VHMK1NgxB9QJY6KKk62z9OjSd1breX8Hql0nkYAb4rplTHuFkEdMEJvn8HZAWN9pfwOnFEwBpd07nD4vkVkHBwVg67EqdxHqkBdqpygL+5aswbLPgtg4R91GgF0C4e/8/GO3XrPBbxRYFPncdVgfN5Kf/RAsjbDVs5U3V5TH0Zo=.SztnS7PLO0S5K066fhF9+9XIwgVongJzV5q7t6abbdg=.FKLw4ZBqI8rFmX9HN9Lk23p4icGNciVniPXRnPfuRKk=; Domain=localhost; Path=/; HttpOnly"
                                        }
                                    ],
                                    "status":{
                                        "code":200,
                                        "reason":"OK"
                                    }
                                }
                            }
                        }
                    }
                },
                "tags":[
                    "Common/Requests"
                ],
                "produces":[
                    "application/json"
                ],
                "parameters":[
                    {
                        "name":"request",
                        "in":"path",
                        "description":"<p>Identifier for background request.</p>",
                        "required":true,
                        "type":"integer"
                    },
                    {
                        "name":"version",
                        "in":"path",
                        "description":"<p>Oracle GoldenGate Service API version.</p>",
                        "required":true,
                        "type":"string",
                        "enum":[
                            "v2"
                        ]
                    }
                ],
                "x-internal-id":"services-{version}-requests-{request}-result-get",
                "x-filename-id":"services-version-requests-request-result-get"
            }
        },
        "/services/{version}/logs/{log}":{
            "get":{
                "description":"<p>Retrieve an application log</p>",
                "summary":"Retrieve Log",
                "operationId":"get /services/{version}/logs/{log}",
                "responses":{
                    "200":{
                        "description":"<p>The log details were retrieved successfully.</p>",
                        "schema":{
                            "$ref":"#/definitions/ogg:log"
                        },
                        "examples":{
                            "application/json":{
                                "$schema":"api:standardResponse",
                                "links":[
                                    {
                                        "href":"http://localhost:11001/services/v2/logs/default",
                                        "mediaType":"text/plain",
                                        "rel":"alternate"
                                    },
                                    {
                                        "href":"http://localhost:11001/services/v2/logs/default",
                                        "mediaType":"application/json",
                                        "rel":"canonical"
                                    },
                                    {
                                        "href":"http://localhost:11001/services/v2/logs/default",
                                        "mediaType":"application/json",
                                        "rel":"self"
                                    },
                                    {
                                        "href":"http://localhost:11001/services/v2/metadata-catalog/log",
                                        "mediaType":"application/schema+json",
                                        "rel":"describedby"
                                    }
                                ],
                                "messages":[
                                ],
                                "response":{
                                    "$schema":"ogg:log",
                                    "enabled":true
                                }
                            }
                        }
                    }
                },
                "tags":[
                    "Common/Logs"
                ],
                "produces":[
                    "application/json",
                    "text/plain"
                ],
                "parameters":[
                    {
                        "name":"log",
                        "in":"path",
                        "description":"<p>Name of the log.</p>",
                        "required":true,
                        "type":"string",
                        "pattern":"^[a-z]+$",
                        "minLength":1,
                        "maxLength":32
                    },
                    {
                        "name":"version",
                        "in":"path",
                        "description":"<p>Oracle GoldenGate Service API version.</p>",
                        "required":true,
                        "type":"string",
                        "enum":[
                            "v2"
                        ]
                    }
                ],
                "x-internal-id":"services-{version}-logs-{log}-get",
                "x-filename-id":"services-version-logs-log-get"
            },
            "patch":{
                "description":"<p>Update application log properties.<br> Not all logs can be modified, and if a PATCH operation is issued for a read-only log a status code of <strong>400 Bad Request</strong> is returned.</p>",
                "summary":"Modify Log Properties",
                "operationId":"patch /services/{version}/logs/{log}",
                "responses":{
                    "200":{
                        "description":"<p>Log properties were updated successfully.</p>",
                        "schema":{
                            "$ref":"#/definitions/api:standardResponse"
                        },
                        "examples":{
                            "application/json":{
                                "$schema":"api:standardResponse",
                                "links":[
                                    {
                                        "href":"http://localhost:11001/services/v2/logs/debug",
                                        "mediaType":"application/json",
                                        "rel":"canonical"
                                    },
                                    {
                                        "href":"http://localhost:11001/services/v2/logs/debug",
                                        "mediaType":"application/json",
                                        "rel":"self"
                                    }
                                ],
                                "messages":[
                                ]
                            }
                        }
                    }
                },
                "tags":[
                    "Common/Logs"
                ],
                "produces":[
                    "application/json"
                ],
                "consumes":[
                    "application/json"
                ],
                "parameters":[
                    {
                        "name":"log",
                        "in":"path",
                        "description":"<p>Name of the log.</p>",
                        "required":true,
                        "type":"string",
                        "pattern":"^[a-z]+$",
                        "minLength":1,
                        "maxLength":32
                    },
                    {
                        "name":"version",
                        "in":"path",
                        "description":"<p>Oracle GoldenGate Service API version.</p>",
                        "required":true,
                        "type":"string",
                        "enum":[
                            "v2"
                        ]
                    },
                    {
                        "name":"body",
                        "in":"body",
                        "description":"",
                        "required":false,
                        "schema":{
                            "$ref":"#/definitions/ogg:log"
                        },
                        "x-examples":{
                            "application/json":{
                                "enabled":true
                            }
                        }
                    }
                ],
                "x-internal-id":"services-{version}-logs-{log}-patch",
                "x-filename-id":"services-version-logs-log-patch"
            },
            "delete":{
                "description":"<p>Clear the contents of an application log.<br> Not all logs can be modified, and if a DELETE operation is issued for a read-only log a status code of <strong>400 Bad Request</strong> is returned.</p>",
                "summary":"Reset Log Data",
                "operationId":"delete /services/{version}/logs/{log}",
                "responses":{
                    "200":{
                        "description":"<p>Log data was successfully cleared.</p>",
                        "schema":{
                            "$ref":"#/definitions/api:standardResponse"
                        },
                        "examples":{
                            "application/json":{
                                "$schema":"api:standardResponse",
                                "links":[
                                    {
                                        "href":"http://localhost:11001/services/v2/logs/debug",
                                        "mediaType":"application/json",
                                        "rel":"canonical"
                                    },
                                    {
                                        "href":"http://localhost:11001/services/v2/logs/debug",
                                        "mediaType":"application/json",
                                        "rel":"self"
                                    }
                                ],
                                "messages":[
                                ]
                            }
                        }
                    }
                },
                "tags":[
                    "Common/Logs"
                ],
                "produces":[
                    "application/json"
                ],
                "parameters":[
                    {
                        "name":"log",
                        "in":"path",
                        "description":"<p>Name of the log.</p>",
                        "required":true,
                        "type":"string",
                        "pattern":"^[a-z]+$",
                        "minLength":1,
                        "maxLength":32
                    },
                    {
                        "name":"version",
                        "in":"path",
                        "description":"<p>Oracle GoldenGate Service API version.</p>",
                        "required":true,
                        "type":"string",
                        "enum":[
                            "v2"
                        ]
                    }
                ],
                "x-internal-id":"services-{version}-logs-{log}-delete",
                "x-filename-id":"services-version-logs-log-delete"
            }
        },
        "/services/{version}/requests":{
            "get":{
                "description":"<p>Retrieve the collection of background REST API requests.</p>",
                "summary":"Retrieve Background Requests",
                "operationId":"get /services/{version}/requests",
                "responses":{
                    "200":{
                        "description":"<p>The list of requests was retrieved successfully.</p>",
                        "schema":{
                            "$ref":"#/definitions/ogg:collection"
                        },
                        "examples":{
                            "application/json":{
                                "$schema":"api:standardResponse",
                                "links":[
                                    {
                                        "href":"http://localhost:11001/services/v2/requests",
                                        "mediaType":"application/json",
                                        "rel":"canonical"
                                    },
                                    {
                                        "href":"http://localhost:11001/services/v2/requests",
                                        "mediaType":"application/json",
                                        "rel":"self"
                                    },
                                    {
                                        "href":"http://localhost:11001/services/v2/metadata-catalog/requests",
                                        "mediaType":"application/schema+json",
                                        "rel":"describedby"
                                    }
                                ],
                                "messages":[
                                ],
                                "response":{
                                    "$schema":"ogg:collection",
                                    "items":[
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/requests/425988415",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/requests/425988415/result",
                                                    "mediaType":"application/json",
                                                    "rel":"related"
                                                }
                                            ],
                                            "name":"425988415"
                                        }
                                    ]
                                }
                            }
                        }
                    }
                },
                "tags":[
                    "Common/Requests"
                ],
                "produces":[
                    "application/json"
                ],
                "parameters":[
                    {
                        "name":"version",
                        "in":"path",
                        "description":"<p>Oracle GoldenGate Service API version.</p>",
                        "required":true,
                        "type":"string",
                        "enum":[
                            "v2"
                        ]
                    }
                ],
                "x-internal-id":"services-{version}-requests-get",
                "x-filename-id":"services-version-requests-get"
            }
        },
        "/services/{version}/config/types":{
            "get":{
                "description":"<p>Retrieve the collection of configuration variable data types.</p>",
                "summary":"List Configuration Data Types",
                "operationId":"get /services/{version}/config/types",
                "responses":{
                    "200":{
                        "description":"<p>Collection of configuration variable data types retrieved successfully.</p>",
                        "schema":{
                            "$ref":"#/definitions/ogg:collection"
                        },
                        "examples":{
                            "application/json":{
                                "$schema":"api:standardResponse",
                                "links":[
                                    {
                                        "href":"http://localhost:11001/services/v2/config/types",
                                        "mediaType":"application/json",
                                        "rel":"canonical"
                                    },
                                    {
                                        "href":"http://localhost:11001/services/v2/config/types",
                                        "mediaType":"application/json",
                                        "rel":"self"
                                    },
                                    {
                                        "href":"http://localhost:11001/services/v2/metadata-catalog/types",
                                        "mediaType":"application/schema+json",
                                        "rel":"describedby"
                                    }
                                ],
                                "messages":[
                                ],
                                "response":{
                                    "$schema":"ogg:collection",
                                    "items":[
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/config/types",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/config/types/ogg:managedProcessSettings",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"ogg:managedProcessSettings"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/config/types",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/config/types/ogg:configDataDescription",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"ogg:configDataDescription"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/config/types",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/config/types/custom:config",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"custom:config"
                                        }
                                    ]
                                }
                            }
                        }
                    }
                },
                "tags":[
                    "Administrative Server/Configuration Settings"
                ],
                "produces":[
                    "application/json"
                ],
                "parameters":[
                    {
                        "name":"version",
                        "in":"path",
                        "description":"<p>Oracle GoldenGate Service API version.</p>",
                        "required":true,
                        "type":"string",
                        "enum":[
                            "v2"
                        ]
                    }
                ],
                "x-internal-id":"services-{version}-config-types-get",
                "x-filename-id":"services-version-config-types-get"
            }
        },
        "/services/{version}/content/{a}/{b}/{c}/{d}/{e}/{f}/{g}/{h}/{i}":{
            "get":{
                "description":"Return the contents of file described by the provided path.",
                "summary":"Static Files",
                "operationId":"get /services/{version}/content/{a}/{b}/{c}/{d}/{e}/{f}/{g}/{h}/{i}",
                "responses":{
                    "200":{
                        "description":"The complete or partial contents of the file described by the provided path.",
                        "schema":{
                            "$ref":"#/definitions/ogg:collection"
                        }
                    }
                },
                "tags":[
                    "Common/Content Requests"
                ],
                "produces":[
                    "application/json"
                ],
                "parameters":[
                    {
                        "name":"d",
                        "in":"path",
                        "description":"Content file described by the provided path.",
                        "required":true,
                        "type":"string",
                        "pattern":"^[a-zA-Z0-9_#$/?&.+=@<>\\-\\[\\]\\ ]*$",
                        "minLength":1,
                        "maxLength":255
                    },
                    {
                        "name":"f",
                        "in":"path",
                        "description":"Content file described by the provided path.",
                        "required":true,
                        "type":"string",
                        "pattern":"^[a-zA-Z0-9_#$/?&.+=@<>\\-\\[\\]\\ ]*$",
                        "minLength":1,
                        "maxLength":255
                    },
                    {
                        "name":"e",
                        "in":"path",
                        "description":"Content file described by the provided path.",
                        "required":true,
                        "type":"string",
                        "pattern":"^[a-zA-Z0-9_#$/?&.+=@<>\\-\\[\\]\\ ]*$",
                        "minLength":1,
                        "maxLength":255
                    },
                    {
                        "name":"a",
                        "in":"path",
                        "description":"Content file described by the provided path.",
                        "required":true,
                        "type":"string",
                        "pattern":"^[a-zA-Z0-9_#$/?&.+=@<>\\-\\[\\]\\ ]*$",
                        "minLength":1,
                        "maxLength":255
                    },
                    {
                        "name":"i",
                        "in":"path",
                        "description":"Content file described by the provided path.",
                        "required":true,
                        "type":"string",
                        "pattern":"^[a-zA-Z0-9_#$/?&.+=@<>\\-\\[\\]\\ ]*$",
                        "minLength":1,
                        "maxLength":255
                    },
                    {
                        "name":"b",
                        "in":"path",
                        "description":"Content file described by the provided path.",
                        "required":true,
                        "type":"string",
                        "pattern":"^[a-zA-Z0-9_#$/?&.+=@<>\\-\\[\\]\\ ]*$",
                        "minLength":1,
                        "maxLength":255
                    },
                    {
                        "name":"version",
                        "in":"path",
                        "description":"<p>Oracle GoldenGate Service API version.</p>",
                        "required":true,
                        "type":"string",
                        "enum":[
                            "v2"
                        ]
                    },
                    {
                        "name":"g",
                        "in":"path",
                        "description":"Content file described by the provided path.",
                        "required":true,
                        "type":"string",
                        "pattern":"^[a-zA-Z0-9_#$/?&.+=@<>\\-\\[\\]\\ ]*$",
                        "minLength":1,
                        "maxLength":255
                    },
                    {
                        "name":"h",
                        "in":"path",
                        "description":"Content file described by the provided path.",
                        "required":true,
                        "type":"string",
                        "pattern":"^[a-zA-Z0-9_#$/?&.+=@<>\\-\\[\\]\\ ]*$",
                        "minLength":1,
                        "maxLength":255
                    },
                    {
                        "name":"c",
                        "in":"path",
                        "description":"Content file described by the provided path.",
                        "required":true,
                        "type":"string",
                        "pattern":"^[a-zA-Z0-9_#$/?&.+=@<>\\-\\[\\]\\ ]*$",
                        "minLength":1,
                        "maxLength":255
                    }
                ],
                "x-internal-id":"services-{version}-content-{a}-{b}-{c}-{d}-{e}-{f}-{g}-{h}-{i}-get",
                "x-filename-id":"services-version-content-b-c-d-e-f-g-h-i-get"
            }
        },
        "/services/{version}/content/{a}/{b}/{c}/{d}/{e}/{f}":{
            "get":{
                "description":"Return the contents of file described by the provided path.",
                "summary":"Static Files",
                "operationId":"get /services/{version}/content/{a}/{b}/{c}/{d}/{e}/{f}",
                "responses":{
                    "200":{
                        "description":"The complete or partial contents of the file described by the provided path.",
                        "schema":{
                            "$ref":"#/definitions/ogg:collection"
                        }
                    }
                },
                "tags":[
                    "Common/Content Requests"
                ],
                "produces":[
                    "application/json"
                ],
                "parameters":[
                    {
                        "name":"f",
                        "in":"path",
                        "description":"Content file described by the provided path.",
                        "required":true,
                        "type":"string",
                        "pattern":"^[a-zA-Z0-9_#$/?&.+=@<>\\-\\[\\]\\ ]*$",
                        "minLength":1,
                        "maxLength":255
                    },
                    {
                        "name":"e",
                        "in":"path",
                        "description":"Content file described by the provided path.",
                        "required":true,
                        "type":"string",
                        "pattern":"^[a-zA-Z0-9_#$/?&.+=@<>\\-\\[\\]\\ ]*$",
                        "minLength":1,
                        "maxLength":255
                    },
                    {
                        "name":"d",
                        "in":"path",
                        "description":"Content file described by the provided path.",
                        "required":true,
                        "type":"string",
                        "pattern":"^[a-zA-Z0-9_#$/?&.+=@<>\\-\\[\\]\\ ]*$",
                        "minLength":1,
                        "maxLength":255
                    },
                    {
                        "name":"c",
                        "in":"path",
                        "description":"Content file described by the provided path.",
                        "required":true,
                        "type":"string",
                        "pattern":"^[a-zA-Z0-9_#$/?&.+=@<>\\-\\[\\]\\ ]*$",
                        "minLength":1,
                        "maxLength":255
                    },
                    {
                        "name":"b",
                        "in":"path",
                        "description":"Content file described by the provided path.",
                        "required":true,
                        "type":"string",
                        "pattern":"^[a-zA-Z0-9_#$/?&.+=@<>\\-\\[\\]\\ ]*$",
                        "minLength":1,
                        "maxLength":255
                    },
                    {
                        "name":"a",
                        "in":"path",
                        "description":"Content file described by the provided path.",
                        "required":true,
                        "type":"string",
                        "pattern":"^[a-zA-Z0-9_#$/?&.+=@<>\\-\\[\\]\\ ]*$",
                        "minLength":1,
                        "maxLength":255
                    },
                    {
                        "name":"version",
                        "in":"path",
                        "description":"<p>Oracle GoldenGate Service API version.</p>",
                        "required":true,
                        "type":"string",
                        "enum":[
                            "v2"
                        ]
                    }
                ],
                "x-internal-id":"services-{version}-content-{a}-{b}-{c}-{d}-{e}-{f}-get",
                "x-filename-id":"services-version-content-b-c-d-e-f-get"
            }
        },
        "/services/{version}/content":{
            "get":{
                "description":"Top level file list.",
                "summary":"Static Files",
                "operationId":"get /services/{version}/content",
                "responses":{
                    "200":{
                        "description":"Returns the the toplevel list of files.",
                        "schema":{
                            "$ref":"#/definitions/ogg:collection"
                        }
                    }
                },
                "tags":[
                    "Common/Content Requests"
                ],
                "produces":[
                    "application/json"
                ],
                "parameters":[
                    {
                        "name":"version",
                        "in":"path",
                        "description":"<p>Oracle GoldenGate Service API version.</p>",
                        "required":true,
                        "type":"string",
                        "enum":[
                            "v2"
                        ]
                    }
                ],
                "x-internal-id":"services-{version}-content-get",
                "x-filename-id":"services-version-content-get"
            }
        },
        "/services/{version}/metadata-catalog":{
            "get":{
                "description":"<p>The REST API catalog contains information about resources provided by each Oracle GoldenGate Service. Use this endpoint to retrieve a collection of all items in the catalog.</p>",
                "summary":"Retrieve Catalog",
                "operationId":"get /services/{version}/metadata-catalog",
                "responses":{
                    "200":{
                        "description":"<p>The list of metadata catalog items was retrieved successfully.</p>",
                        "schema":{
                            "$ref":"#/definitions/api:catalog"
                        },
                        "examples":{
                            "application/json":{
                                "$schema":"api:catalog",
                                "items":[
                                    {
                                        "$schema":"api:catalogItem",
                                        "links":[
                                            {
                                                "href":"http://localhost:11001/services/v2/metadata-catalog/a",
                                                "mediaType":"application/json",
                                                "rel":"canonical"
                                            },
                                            {
                                                "href":"http://localhost:11001/services/v2/metadata-catalog/a",
                                                "mediaType":"application/schema+json",
                                                "rel":"alternate"
                                            },
                                            {
                                                "href":"http://localhost:11001/services/v2/metadata-catalog",
                                                "mediaType":"application/json",
                                                "rel":"parent"
                                            },
                                            {
                                                "href":"http://localhost:11001/services/v2/content/%7Ba%7D",
                                                "mediaType":"application/json",
                                                "rel":"describes"
                                            }
                                        ],
                                        "name":"a"
                                    },
                                    {
                                        "$schema":"api:catalogItem",
                                        "links":[
                                            {
                                                "href":"http://localhost:11001/services/v2/metadata-catalog/activeTransactions",
                                                "mediaType":"application/json",
                                                "rel":"canonical"
                                            },
                                            {
                                                "href":"http://localhost:11001/services/v2/metadata-catalog/activeTransactions",
                                                "mediaType":"application/schema+json",
                                                "rel":"alternate"
                                            },
                                            {
                                                "href":"http://localhost:11001/services/v2/metadata-catalog",
                                                "mediaType":"application/json",
                                                "rel":"parent"
                                            },
                                            {
                                                "href":"http://localhost:11001/services/v2/connections/%7Bconnection%7D/activeTransactions",
                                                "mediaType":"application/json",
                                                "rel":"describes"
                                            }
                                        ],
                                        "name":"activeTransactions"
                                    },
                                    {
                                        "$schema":"api:catalogItem",
                                        "links":[
                                            {
                                                "href":"http://localhost:11001/services/v2/metadata-catalog/alias",
                                                "mediaType":"application/json",
                                                "rel":"canonical"
                                            },
                                            {
                                                "href":"http://localhost:11001/services/v2/metadata-catalog/alias",
                                                "mediaType":"application/schema+json",
                                                "rel":"alternate"
                                            },
                                            {
                                                "href":"http://localhost:11001/services/v2/metadata-catalog",
                                                "mediaType":"application/json",
                                                "rel":"parent"
                                            },
                                            {
                                                "href":"http://localhost:11001/services/v2/credentials/%7Bdomain%7D/%7Balias%7D",
                                                "mediaType":"application/json",
                                                "rel":"describes"
                                            }
                                        ],
                                        "name":"alias"
                                    },
                                    {
                                        "$schema":"api:catalogItem",
                                        "links":[
                                            {
                                                "href":"http://localhost:11001/services/v2/metadata-catalog/authorizations",
                                                "mediaType":"application/json",
                                                "rel":"canonical"
                                            },
                                            {
                                                "href":"http://localhost:11001/services/v2/metadata-catalog/authorizations",
                                                "mediaType":"application/schema+json",
                                                "rel":"alternate"
                                            },
                                            {
                                                "href":"http://localhost:11001/services/v2/metadata-catalog",
                                                "mediaType":"application/json",
                                                "rel":"parent"
                                            },
                                            {
                                                "href":"http://localhost:11001/services/v2/authorizations",
                                                "mediaType":"application/json",
                                                "rel":"describes"
                                            }
                                        ],
                                        "name":"authorizations"
                                    },
                                    {
                                        "$schema":"api:catalogItem",
                                        "links":[
                                            {
                                                "href":"http://localhost:11001/services/v2/metadata-catalog/b",
                                                "mediaType":"application/json",
                                                "rel":"canonical"
                                            },
                                            {
                                                "href":"http://localhost:11001/services/v2/metadata-catalog/b",
                                                "mediaType":"application/schema+json",
                                                "rel":"alternate"
                                            },
                                            {
                                                "href":"http://localhost:11001/services/v2/metadata-catalog",
                                                "mediaType":"application/json",
                                                "rel":"parent"
                                            },
                                            {
                                                "href":"http://localhost:11001/services/v2/content/%7Ba%7D/%7Bb%7D",
                                                "mediaType":"application/json",
                                                "rel":"describes"
                                            }
                                        ],
                                        "name":"b"
                                    },
                                    {
                                        "$schema":"api:catalogItem",
                                        "links":[
                                            {
                                                "href":"http://localhost:11001/services/v2/metadata-catalog/c",
                                                "mediaType":"application/json",
                                                "rel":"canonical"
                                            },
                                            {
                                                "href":"http://localhost:11001/services/v2/metadata-catalog/c",
                                                "mediaType":"application/schema+json",
                                                "rel":"alternate"
                                            },
                                            {
                                                "href":"http://localhost:11001/services/v2/metadata-catalog",
                                                "mediaType":"application/json",
                                                "rel":"parent"
                                            },
                                            {
                                                "href":"http://localhost:11001/services/v2/content/%7Ba%7D/%7Bb%7D/%7Bc%7D",
                                                "mediaType":"application/json",
                                                "rel":"describes"
                                            }
                                        ],
                                        "name":"c"
                                    },
                                    {
                                        "$schema":"api:catalogItem",
                                        "links":[
                                            {
                                                "href":"http://localhost:11001/services/v2/metadata-catalog/connection",
                                                "mediaType":"application/json",
                                                "rel":"canonical"
                                            },
                                            {
                                                "href":"http://localhost:11001/services/v2/metadata-catalog/connection",
                                                "mediaType":"application/schema+json",
                                                "rel":"alternate"
                                            },
                                            {
                                                "href":"http://localhost:11001/services/v2/metadata-catalog",
                                                "mediaType":"application/json",
                                                "rel":"parent"
                                            },
                                            {
                                                "href":"http://localhost:11001/services/v2/connections/%7Bconnection%7D",
                                                "mediaType":"application/json",
                                                "rel":"describes"
                                            }
                                        ],
                                        "name":"connection"
                                    },
                                    {
                                        "$schema":"api:catalogItem",
                                        "links":[
                                            {
                                                "href":"http://localhost:11001/services/v2/metadata-catalog/connections",
                                                "mediaType":"application/json",
                                                "rel":"canonical"
                                            },
                                            {
                                                "href":"http://localhost:11001/services/v2/metadata-catalog/connections",
                                                "mediaType":"application/schema+json",
                                                "rel":"alternate"
                                            },
                                            {
                                                "href":"http://localhost:11001/services/v2/metadata-catalog",
                                                "mediaType":"application/json",
                                                "rel":"parent"
                                            },
                                            {
                                                "href":"http://localhost:11001/services/v2/connections",
                                                "mediaType":"application/json",
                                                "rel":"describes"
                                            }
                                        ],
                                        "name":"connections"
                                    },
                                    {
                                        "$schema":"api:catalogItem",
                                        "links":[
                                            {
                                                "href":"http://localhost:11001/services/v2/metadata-catalog/content",
                                                "mediaType":"application/json",
                                                "rel":"canonical"
                                            },
                                            {
                                                "href":"http://localhost:11001/services/v2/metadata-catalog/content",
                                                "mediaType":"application/schema+json",
                                                "rel":"alternate"
                                            },
                                            {
                                                "href":"http://localhost:11001/services/v2/metadata-catalog",
                                                "mediaType":"application/json",
                                                "rel":"parent"
                                            },
                                            {
                                                "href":"http://localhost:11001/services/v2/content",
                                                "mediaType":"application/json",
                                                "rel":"describes"
                                            }
                                        ],
                                        "name":"content"
                                    },
                                    {
                                        "$schema":"api:catalogItem",
                                        "links":[
                                            {
                                                "href":"http://localhost:11001/services/v2/metadata-catalog/credentials",
                                                "mediaType":"application/json",
                                                "rel":"canonical"
                                            },
                                            {
                                                "href":"http://localhost:11001/services/v2/metadata-catalog/credentials",
                                                "mediaType":"application/schema+json",
                                                "rel":"alternate"
                                            },
                                            {
                                                "href":"http://localhost:11001/services/v2/metadata-catalog",
                                                "mediaType":"application/json",
                                                "rel":"parent"
                                            },
                                            {
                                                "href":"http://localhost:11001/services/v2/credentials",
                                                "mediaType":"application/json",
                                                "rel":"describes"
                                            }
                                        ],
                                        "name":"credentials"
                                    },
                                    {
                                        "$schema":"api:catalogItem",
                                        "links":[
                                            {
                                                "href":"http://localhost:11001/services/v2/metadata-catalog/currentuser",
                                                "mediaType":"application/json",
                                                "rel":"canonical"
                                            },
                                            {
                                                "href":"http://localhost:11001/services/v2/metadata-catalog/currentuser",
                                                "mediaType":"application/schema+json",
                                                "rel":"alternate"
                                            },
                                            {
                                                "href":"http://localhost:11001/services/v2/metadata-catalog",
                                                "mediaType":"application/json",
                                                "rel":"parent"
                                            },
                                            {
                                                "href":"http://localhost:11001/services/v2/currentuser",
                                                "mediaType":"application/json",
                                                "rel":"describes"
                                            }
                                        ],
                                        "name":"currentuser"
                                    },
                                    {
                                        "$schema":"api:catalogItem",
                                        "links":[
                                            {
                                                "href":"http://localhost:11001/services/v2/metadata-catalog/d",
                                                "mediaType":"application/json",
                                                "rel":"canonical"
                                            },
                                            {
                                                "href":"http://localhost:11001/services/v2/metadata-catalog/d",
                                                "mediaType":"application/schema+json",
                                                "rel":"alternate"
                                            },
                                            {
                                                "href":"http://localhost:11001/services/v2/metadata-catalog",
                                                "mediaType":"application/json",
                                                "rel":"parent"
                                            },
                                            {
                                                "href":"http://localhost:11001/services/v2/content/%7Ba%7D/%7Bb%7D/%7Bc%7D/%7Bd%7D",
                                                "mediaType":"application/json",
                                                "rel":"describes"
                                            }
                                        ],
                                        "name":"d"
                                    },
                                    {
                                        "$schema":"api:catalogItem",
                                        "links":[
                                            {
                                                "href":"http://localhost:11001/services/v2/metadata-catalog/database",
                                                "mediaType":"application/json",
                                                "rel":"canonical"
                                            },
                                            {
                                                "href":"http://localhost:11001/services/v2/metadata-catalog/database",
                                                "mediaType":"application/schema+json",
                                                "rel":"alternate"
                                            },
                                            {
                                                "href":"http://localhost:11001/services/v2/metadata-catalog",
                                                "mediaType":"application/json",
                                                "rel":"parent"
                                            },
                                            {
                                                "href":"http://localhost:11001/services/v2/connections/%7Bconnection%7D/databases/%7Bdatabase%7D",
                                                "mediaType":"application/json",
                                                "rel":"describes"
                                            }
                                        ],
                                        "name":"database"
                                    },
                                    {
                                        "$schema":"api:catalogItem",
                                        "links":[
                                            {
                                                "href":"http://localhost:11001/services/v2/metadata-catalog/databases",
                                                "mediaType":"application/json",
                                                "rel":"canonical"
                                            },
                                            {
                                                "href":"http://localhost:11001/services/v2/metadata-catalog/databases",
                                                "mediaType":"application/schema+json",
                                                "rel":"alternate"
                                            },
                                            {
                                                "href":"http://localhost:11001/services/v2/metadata-catalog",
                                                "mediaType":"application/json",
                                                "rel":"parent"
                                            },
                                            {
                                                "href":"http://localhost:11001/services/v2/connections/%7Bconnection%7D/databases",
                                                "mediaType":"application/json",
                                                "rel":"describes"
                                            }
                                        ],
                                        "name":"databases"
                                    },
                                    {
                                        "$schema":"api:catalogItem",
                                        "links":[
                                            {
                                                "href":"http://localhost:11001/services/v2/metadata-catalog/domain",
                                                "mediaType":"application/json",
                                                "rel":"canonical"
                                            },
                                            {
                                                "href":"http://localhost:11001/services/v2/metadata-catalog/domain",
                                                "mediaType":"application/schema+json",
                                                "rel":"alternate"
                                            },
                                            {
                                                "href":"http://localhost:11001/services/v2/metadata-catalog",
                                                "mediaType":"application/json",
                                                "rel":"parent"
                                            },
                                            {
                                                "href":"http://localhost:11001/services/v2/credentials/%7Bdomain%7D",
                                                "mediaType":"application/json",
                                                "rel":"describes"
                                            }
                                        ],
                                        "name":"domain"
                                    },
                                    {
                                        "$schema":"api:catalogItem",
                                        "links":[
                                            {
                                                "href":"http://localhost:11001/services/v2/metadata-catalog/e",
                                                "mediaType":"application/json",
                                                "rel":"canonical"
                                            },
                                            {
                                                "href":"http://localhost:11001/services/v2/metadata-catalog/e",
                                                "mediaType":"application/schema+json",
                                                "rel":"alternate"
                                            },
                                            {
                                                "href":"http://localhost:11001/services/v2/metadata-catalog",
                                                "mediaType":"application/json",
                                                "rel":"parent"
                                            },
                                            {
                                                "href":"http://localhost:11001/services/v2/content/%7Ba%7D/%7Bb%7D/%7Bc%7D/%7Bd%7D/%7Be%7D",
                                                "mediaType":"application/json",
                                                "rel":"describes"
                                            }
                                        ],
                                        "name":"e"
                                    },
                                    {
                                        "$schema":"api:catalogItem",
                                        "links":[
                                            {
                                                "href":"http://localhost:11001/services/v2/metadata-catalog/enckeys",
                                                "mediaType":"application/json",
                                                "rel":"canonical"
                                            },
                                            {
                                                "href":"http://localhost:11001/services/v2/metadata-catalog/enckeys",
                                                "mediaType":"application/schema+json",
                                                "rel":"alternate"
                                            },
                                            {
                                                "href":"http://localhost:11001/services/v2/metadata-catalog",
                                                "mediaType":"application/json",
                                                "rel":"parent"
                                            },
                                            {
                                                "href":"http://localhost:11001/services/v2/enckeys",
                                                "mediaType":"application/json",
                                                "rel":"describes"
                                            }
                                        ],
                                        "name":"enckeys"
                                    },
                                    {
                                        "$schema":"api:catalogItem",
                                        "links":[
                                            {
                                                "href":"http://localhost:11001/services/v2/metadata-catalog/extract",
                                                "mediaType":"application/json",
                                                "rel":"canonical"
                                            },
                                            {
                                                "href":"http://localhost:11001/services/v2/metadata-catalog/extract",
                                                "mediaType":"application/schema+json",
                                                "rel":"alternate"
                                            },
                                            {
                                                "href":"http://localhost:11001/services/v2/metadata-catalog",
                                                "mediaType":"application/json",
                                                "rel":"parent"
                                            },
                                            {
                                                "href":"http://localhost:11001/services/v2/extracts/%7Bextract%7D",
                                                "mediaType":"application/json",
                                                "rel":"describes"
                                            }
                                        ],
                                        "name":"extract"
                                    },
                                    {
                                        "$schema":"api:catalogItem",
                                        "links":[
                                            {
                                                "href":"http://localhost:11001/services/v2/metadata-catalog/extractCheckpoints",
                                                "mediaType":"application/json",
                                                "rel":"canonical"
                                            },
                                            {
                                                "href":"http://localhost:11001/services/v2/metadata-catalog/extractCheckpoints",
                                                "mediaType":"application/schema+json",
                                                "rel":"alternate"
                                            },
                                            {
                                                "href":"http://localhost:11001/services/v2/metadata-catalog",
                                                "mediaType":"application/json",
                                                "rel":"parent"
                                            },
                                            {
                                                "href":"http://localhost:11001/services/v2/extracts/%7Bextract%7D/info/checkpoints",
                                                "mediaType":"application/json",
                                                "rel":"describes"
                                            }
                                        ],
                                        "name":"extractCheckpoints"
                                    },
                                    {
                                        "$schema":"api:catalogItem",
                                        "links":[
                                            {
                                                "href":"http://localhost:11001/services/v2/metadata-catalog/extractHistory",
                                                "mediaType":"application/json",
                                                "rel":"canonical"
                                            },
                                            {
                                                "href":"http://localhost:11001/services/v2/metadata-catalog/extractHistory",
                                                "mediaType":"application/schema+json",
                                                "rel":"alternate"
                                            },
                                            {
                                                "href":"http://localhost:11001/services/v2/metadata-catalog",
                                                "mediaType":"application/json",
                                                "rel":"parent"
                                            },
                                            {
                                                "href":"http://localhost:11001/services/v2/extracts/%7Bextract%7D/info/history",
                                                "mediaType":"application/json",
                                                "rel":"describes"
                                            }
                                        ],
                                        "name":"extractHistory"
                                    },
                                    {
                                        "$schema":"api:catalogItem",
                                        "links":[
                                            {
                                                "href":"http://localhost:11001/services/v2/metadata-catalog/extractReport",
                                                "mediaType":"application/json",
                                                "rel":"canonical"
                                            },
                                            {
                                                "href":"http://localhost:11001/services/v2/metadata-catalog/extractReport",
                                                "mediaType":"application/schema+json",
                                                "rel":"alternate"
                                            },
                                            {
                                                "href":"http://localhost:11001/services/v2/metadata-catalog",
                                                "mediaType":"application/json",
                                                "rel":"parent"
                                            },
                                            {
                                                "href":"http://localhost:11001/services/v2/extracts/%7Bextract%7D/info/reports/%7Breport%7D",
                                                "mediaType":"application/json",
                                                "rel":"describes"
                                            }
                                        ],
                                        "name":"extractReport"
                                    },
                                    {
                                        "$schema":"api:catalogItem",
                                        "links":[
                                            {
                                                "href":"http://localhost:11001/services/v2/metadata-catalog/extractReports",
                                                "mediaType":"application/json",
                                                "rel":"canonical"
                                            },
                                            {
                                                "href":"http://localhost:11001/services/v2/metadata-catalog/extractReports",
                                                "mediaType":"application/schema+json",
                                                "rel":"alternate"
                                            },
                                            {
                                                "href":"http://localhost:11001/services/v2/metadata-catalog",
                                                "mediaType":"application/json",
                                                "rel":"parent"
                                            },
                                            {
                                                "href":"http://localhost:11001/services/v2/extracts/%7Bextract%7D/info/reports",
                                                "mediaType":"application/json",
                                                "rel":"describes"
                                            }
                                        ],
                                        "name":"extractReports"
                                    },
                                    {
                                        "$schema":"api:catalogItem",
                                        "links":[
                                            {
                                                "href":"http://localhost:11001/services/v2/metadata-catalog/extractStatus",
                                                "mediaType":"application/json",
                                                "rel":"canonical"
                                            },
                                            {
                                                "href":"http://localhost:11001/services/v2/metadata-catalog/extractStatus",
                                                "mediaType":"application/schema+json",
                                                "rel":"alternate"
                                            },
                                            {
                                                "href":"http://localhost:11001/services/v2/metadata-catalog",
                                                "mediaType":"application/json",
                                                "rel":"parent"
                                            },
                                            {
                                                "href":"http://localhost:11001/services/v2/extracts/%7Bextract%7D/info/status",
                                                "mediaType":"application/json",
                                                "rel":"describes"
                                            }
                                        ],
                                        "name":"extractStatus"
                                    },
                                    {
                                        "$schema":"api:catalogItem",
                                        "links":[
                                            {
                                                "href":"http://localhost:11001/services/v2/metadata-catalog/extracts",
                                                "mediaType":"application/json",
                                                "rel":"canonical"
                                            },
                                            {
                                                "href":"http://localhost:11001/services/v2/metadata-catalog/extracts",
                                                "mediaType":"application/schema+json",
                                                "rel":"alternate"
                                            },
                                            {
                                                "href":"http://localhost:11001/services/v2/metadata-catalog",
                                                "mediaType":"application/json",
                                                "rel":"parent"
                                            },
                                            {
                                                "href":"http://localhost:11001/services/v2/extracts",
                                                "mediaType":"application/json",
                                                "rel":"describes"
                                            }
                                        ],
                                        "name":"extracts"
                                    },
                                    {
                                        "$schema":"api:catalogItem",
                                        "links":[
                                            {
                                                "href":"http://localhost:11001/services/v2/metadata-catalog/f",
                                                "mediaType":"application/json",
                                                "rel":"canonical"
                                            },
                                            {
                                                "href":"http://localhost:11001/services/v2/metadata-catalog/f",
                                                "mediaType":"application/schema+json",
                                                "rel":"alternate"
                                            },
                                            {
                                                "href":"http://localhost:11001/services/v2/metadata-catalog",
                                                "mediaType":"application/json",
                                                "rel":"parent"
                                            },
                                            {
                                                "href":"http://localhost:11001/services/v2/content/%7Ba%7D/%7Bb%7D/%7Bc%7D/%7Bd%7D/%7Be%7D/%7Bf%7D",
                                                "mediaType":"application/json",
                                                "rel":"describes"
                                            }
                                        ],
                                        "name":"f"
                                    },
                                    {
                                        "$schema":"api:catalogItem",
                                        "links":[
                                            {
                                                "href":"http://localhost:11001/services/v2/metadata-catalog/file",
                                                "mediaType":"application/json",
                                                "rel":"canonical"
                                            },
                                            {
                                                "href":"http://localhost:11001/services/v2/metadata-catalog/file",
                                                "mediaType":"application/schema+json",
                                                "rel":"alternate"
                                            },
                                            {
                                                "href":"http://localhost:11001/services/v2/metadata-catalog",
                                                "mediaType":"application/json",
                                                "rel":"parent"
                                            },
                                            {
                                                "href":"http://localhost:11001/services/v2/config/files/%7Bfile%7D",
                                                "mediaType":"application/json",
                                                "rel":"describes"
                                            }
                                        ],
                                        "name":"file"
                                    },
                                    {
                                        "$schema":"api:catalogItem",
                                        "links":[
                                            {
                                                "href":"http://localhost:11001/services/v2/metadata-catalog/files",
                                                "mediaType":"application/json",
                                                "rel":"canonical"
                                            },
                                            {
                                                "href":"http://localhost:11001/services/v2/metadata-catalog/files",
                                                "mediaType":"application/schema+json",
                                                "rel":"alternate"
                                            },
                                            {
                                                "href":"http://localhost:11001/services/v2/metadata-catalog",
                                                "mediaType":"application/json",
                                                "rel":"parent"
                                            },
                                            {
                                                "href":"http://localhost:11001/services/v2/config/files",
                                                "mediaType":"application/json",
                                                "rel":"describes"
                                            }
                                        ],
                                        "name":"files"
                                    },
                                    {
                                        "$schema":"api:catalogItem",
                                        "links":[
                                            {
                                                "href":"http://localhost:11001/services/v2/metadata-catalog/g",
                                                "mediaType":"application/json",
                                                "rel":"canonical"
                                            },
                                            {
                                                "href":"http://localhost:11001/services/v2/metadata-catalog/g",
                                                "mediaType":"application/schema+json",
                                                "rel":"alternate"
                                            },
                                            {
                                                "href":"http://localhost:11001/services/v2/metadata-catalog",
                                                "mediaType":"application/json",
                                                "rel":"parent"
                                            },
                                            {
                                                "href":"http://localhost:11001/services/v2/content/%7Ba%7D/%7Bb%7D/%7Bc%7D/%7Bd%7D/%7Be%7D/%7Bf%7D/%7Bg%7D",
                                                "mediaType":"application/json",
                                                "rel":"describes"
                                            }
                                        ],
                                        "name":"g"
                                    },
                                    {
                                        "$schema":"api:catalogItem",
                                        "links":[
                                            {
                                                "href":"http://localhost:11001/services/v2/metadata-catalog/h",
                                                "mediaType":"application/json",
                                                "rel":"canonical"
                                            },
                                            {
                                                "href":"http://localhost:11001/services/v2/metadata-catalog/h",
                                                "mediaType":"application/schema+json",
                                                "rel":"alternate"
                                            },
                                            {
                                                "href":"http://localhost:11001/services/v2/metadata-catalog",
                                                "mediaType":"application/json",
                                                "rel":"parent"
                                            },
                                            {
                                                "href":"http://localhost:11001/services/v2/content/%7Ba%7D/%7Bb%7D/%7Bc%7D/%7Bd%7D/%7Be%7D/%7Bf%7D/%7Bg%7D/%7Bh%7D",
                                                "mediaType":"application/json",
                                                "rel":"describes"
                                            }
                                        ],
                                        "name":"h"
                                    },
                                    {
                                        "$schema":"api:catalogItem",
                                        "links":[
                                            {
                                                "href":"http://localhost:11001/services/v2/metadata-catalog/health",
                                                "mediaType":"application/json",
                                                "rel":"canonical"
                                            },
                                            {
                                                "href":"http://localhost:11001/services/v2/metadata-catalog/health",
                                                "mediaType":"application/schema+json",
                                                "rel":"alternate"
                                            },
                                            {
                                                "href":"http://localhost:11001/services/v2/metadata-catalog",
                                                "mediaType":"application/json",
                                                "rel":"parent"
                                            },
                                            {
                                                "href":"http://localhost:11001/services/v2/config/health",
                                                "mediaType":"application/json",
                                                "rel":"describes"
                                            }
                                        ],
                                        "name":"health"
                                    },
                                    {
                                        "$schema":"api:catalogItem",
                                        "links":[
                                            {
                                                "href":"http://localhost:11001/services/v2/metadata-catalog/heartbeat",
                                                "mediaType":"application/json",
                                                "rel":"canonical"
                                            },
                                            {
                                                "href":"http://localhost:11001/services/v2/metadata-catalog/heartbeat",
                                                "mediaType":"application/schema+json",
                                                "rel":"alternate"
                                            },
                                            {
                                                "href":"http://localhost:11001/services/v2/metadata-catalog",
                                                "mediaType":"application/json",
                                                "rel":"parent"
                                            },
                                            {
                                                "href":"http://localhost:11001/services/v2/connections/%7Bconnection%7D/tables/heartbeat",
                                                "mediaType":"application/json",
                                                "rel":"describes"
                                            }
                                        ],
                                        "name":"heartbeat"
                                    },
                                    {
                                        "$schema":"api:catalogItem",
                                        "links":[
                                            {
                                                "href":"http://localhost:11001/services/v2/metadata-catalog/i",
                                                "mediaType":"application/json",
                                                "rel":"canonical"
                                            },
                                            {
                                                "href":"http://localhost:11001/services/v2/metadata-catalog/i",
                                                "mediaType":"application/schema+json",
                                                "rel":"alternate"
                                            },
                                            {
                                                "href":"http://localhost:11001/services/v2/metadata-catalog",
                                                "mediaType":"application/json",
                                                "rel":"parent"
                                            },
                                            {
                                                "href":"http://localhost:11001/services/v2/content/%7Ba%7D/%7Bb%7D/%7Bc%7D/%7Bd%7D/%7Be%7D/%7Bf%7D/%7Bg%7D/%7Bh%7D/%7Bi%7D",
                                                "mediaType":"application/json",
                                                "rel":"describes"
                                            }
                                        ],
                                        "name":"i"
                                    },
                                    {
                                        "$schema":"api:catalogItem",
                                        "links":[
                                            {
                                                "href":"http://localhost:11001/services/v2/metadata-catalog/j",
                                                "mediaType":"application/json",
                                                "rel":"canonical"
                                            },
                                            {
                                                "href":"http://localhost:11001/services/v2/metadata-catalog/j",
                                                "mediaType":"application/schema+json",
                                                "rel":"alternate"
                                            },
                                            {
                                                "href":"http://localhost:11001/services/v2/metadata-catalog",
                                                "mediaType":"application/json",
                                                "rel":"parent"
                                            },
                                            {
                                                "href":"http://localhost:11001/services/v2/content/%7Ba%7D/%7Bb%7D/%7Bc%7D/%7Bd%7D/%7Be%7D/%7Bf%7D/%7Bg%7D/%7Bh%7D/%7Bi%7D/%7Bj%7D",
                                                "mediaType":"application/json",
                                                "rel":"describes"
                                            }
                                        ],
                                        "name":"j"
                                    },
                                    {
                                        "$schema":"api:catalogItem",
                                        "links":[
                                            {
                                                "href":"http://localhost:11001/services/v2/metadata-catalog/keyName",
                                                "mediaType":"application/json",
                                                "rel":"canonical"
                                            },
                                            {
                                                "href":"http://localhost:11001/services/v2/metadata-catalog/keyName",
                                                "mediaType":"application/schema+json",
                                                "rel":"alternate"
                                            },
                                            {
                                                "href":"http://localhost:11001/services/v2/metadata-catalog",
                                                "mediaType":"application/json",
                                                "rel":"parent"
                                            },
                                            {
                                                "href":"http://localhost:11001/services/v2/enckeys/%7BkeyName%7D",
                                                "mediaType":"application/json",
                                                "rel":"describes"
                                            }
                                        ],
                                        "name":"keyName"
                                    },
                                    {
                                        "$schema":"api:catalogItem",
                                        "links":[
                                            {
                                                "href":"http://localhost:11001/services/v2/metadata-catalog/keyVersion",
                                                "mediaType":"application/json",
                                                "rel":"canonical"
                                            },
                                            {
                                                "href":"http://localhost:11001/services/v2/metadata-catalog/keyVersion",
                                                "mediaType":"application/schema+json",
                                                "rel":"alternate"
                                            },
                                            {
                                                "href":"http://localhost:11001/services/v2/metadata-catalog",
                                                "mediaType":"application/json",
                                                "rel":"parent"
                                            },
                                            {
                                                "href":"http://localhost:11001/services/v2/masterkey/%7BkeyVersion%7D",
                                                "mediaType":"application/json",
                                                "rel":"describes"
                                            }
                                        ],
                                        "name":"keyVersion"
                                    },
                                    {
                                        "$schema":"api:catalogItem",
                                        "links":[
                                            {
                                                "href":"http://localhost:11001/services/v2/metadata-catalog/log",
                                                "mediaType":"application/json",
                                                "rel":"canonical"
                                            },
                                            {
                                                "href":"http://localhost:11001/services/v2/metadata-catalog/log",
                                                "mediaType":"application/schema+json",
                                                "rel":"alternate"
                                            },
                                            {
                                                "href":"http://localhost:11001/services/v2/metadata-catalog",
                                                "mediaType":"application/json",
                                                "rel":"parent"
                                            },
                                            {
                                                "href":"http://localhost:11001/services/v2/logs/%7Blog%7D",
                                                "mediaType":"application/json",
                                                "rel":"describes"
                                            }
                                        ],
                                        "name":"log"
                                    },
                                    {
                                        "$schema":"api:catalogItem",
                                        "links":[
                                            {
                                                "href":"http://localhost:11001/services/v2/metadata-catalog/logs",
                                                "mediaType":"application/json",
                                                "rel":"canonical"
                                            },
                                            {
                                                "href":"http://localhost:11001/services/v2/metadata-catalog/logs",
                                                "mediaType":"application/schema+json",
                                                "rel":"alternate"
                                            },
                                            {
                                                "href":"http://localhost:11001/services/v2/metadata-catalog",
                                                "mediaType":"application/json",
                                                "rel":"parent"
                                            },
                                            {
                                                "href":"http://localhost:11001/services/v2/logs",
                                                "mediaType":"application/json",
                                                "rel":"describes"
                                            }
                                        ],
                                        "name":"logs"
                                    },
                                    {
                                        "$schema":"api:catalogItem",
                                        "links":[
                                            {
                                                "href":"http://localhost:11001/services/v2/metadata-catalog/masterkey",
                                                "mediaType":"application/json",
                                                "rel":"canonical"
                                            },
                                            {
                                                "href":"http://localhost:11001/services/v2/metadata-catalog/masterkey",
                                                "mediaType":"application/schema+json",
                                                "rel":"alternate"
                                            },
                                            {
                                                "href":"http://localhost:11001/services/v2/metadata-catalog",
                                                "mediaType":"application/json",
                                                "rel":"parent"
                                            },
                                            {
                                                "href":"http://localhost:11001/services/v2/masterkey",
                                                "mediaType":"application/json",
                                                "rel":"describes"
                                            }
                                        ],
                                        "name":"masterkey"
                                    },
                                    {
                                        "$schema":"api:catalogItem",
                                        "links":[
                                            {
                                                "href":"http://localhost:11001/services/v2/metadata-catalog/message",
                                                "mediaType":"application/json",
                                                "rel":"canonical"
                                            },
                                            {
                                                "href":"http://localhost:11001/services/v2/metadata-catalog/message",
                                                "mediaType":"application/schema+json",
                                                "rel":"alternate"
                                            },
                                            {
                                                "href":"http://localhost:11001/services/v2/metadata-catalog",
                                                "mediaType":"application/json",
                                                "rel":"parent"
                                            },
                                            {
                                                "href":"http://localhost:11001/services/v2/oggerr/%7Bmessage%7D",
                                                "mediaType":"application/json",
                                                "rel":"describes"
                                            }
                                        ],
                                        "name":"message"
                                    },
                                    {
                                        "$schema":"api:catalogItem",
                                        "links":[
                                            {
                                                "href":"http://localhost:11001/services/v2/metadata-catalog/messages",
                                                "mediaType":"application/json",
                                                "rel":"canonical"
                                            },
                                            {
                                                "href":"http://localhost:11001/services/v2/metadata-catalog/messages",
                                                "mediaType":"application/schema+json",
                                                "rel":"alternate"
                                            },
                                            {
                                                "href":"http://localhost:11001/services/v2/metadata-catalog",
                                                "mediaType":"application/json",
                                                "rel":"parent"
                                            },
                                            {
                                                "href":"http://localhost:11001/services/v2/messages",
                                                "mediaType":"application/json",
                                                "rel":"describes"
                                            }
                                        ],
                                        "name":"messages"
                                    },
                                    {
                                        "$schema":"api:catalogItem",
                                        "links":[
                                            {
                                                "href":"http://localhost:11001/services/v2/metadata-catalog/oggerr",
                                                "mediaType":"application/json",
                                                "rel":"canonical"
                                            },
                                            {
                                                "href":"http://localhost:11001/services/v2/metadata-catalog/oggerr",
                                                "mediaType":"application/schema+json",
                                                "rel":"alternate"
                                            },
                                            {
                                                "href":"http://localhost:11001/services/v2/metadata-catalog",
                                                "mediaType":"application/json",
                                                "rel":"parent"
                                            },
                                            {
                                                "href":"http://localhost:11001/services/v2/oggerr",
                                                "mediaType":"application/json",
                                                "rel":"describes"
                                            }
                                        ],
                                        "name":"oggerr"
                                    },
                                    {
                                        "$schema":"api:catalogItem",
                                        "links":[
                                            {
                                                "href":"http://localhost:11001/services/v2/metadata-catalog/parameter",
                                                "mediaType":"application/json",
                                                "rel":"canonical"
                                            },
                                            {
                                                "href":"http://localhost:11001/services/v2/metadata-catalog/parameter",
                                                "mediaType":"application/schema+json",
                                                "rel":"alternate"
                                            },
                                            {
                                                "href":"http://localhost:11001/services/v2/metadata-catalog",
                                                "mediaType":"application/json",
                                                "rel":"parent"
                                            },
                                            {
                                                "href":"http://localhost:11001/services/v2/parameters/%7Bparameter%7D",
                                                "mediaType":"application/json",
                                                "rel":"describes"
                                            }
                                        ],
                                        "name":"parameter"
                                    },
                                    {
                                        "$schema":"api:catalogItem",
                                        "links":[
                                            {
                                                "href":"http://localhost:11001/services/v2/metadata-catalog/parameters",
                                                "mediaType":"application/json",
                                                "rel":"canonical"
                                            },
                                            {
                                                "href":"http://localhost:11001/services/v2/metadata-catalog/parameters",
                                                "mediaType":"application/schema+json",
                                                "rel":"alternate"
                                            },
                                            {
                                                "href":"http://localhost:11001/services/v2/metadata-catalog",
                                                "mediaType":"application/json",
                                                "rel":"parent"
                                            },
                                            {
                                                "href":"http://localhost:11001/services/v2/parameters",
                                                "mediaType":"application/json",
                                                "rel":"describes"
                                            }
                                        ],
                                        "name":"parameters"
                                    },
                                    {
                                        "$schema":"api:catalogItem",
                                        "links":[
                                            {
                                                "href":"http://localhost:11001/services/v2/metadata-catalog/process",
                                                "mediaType":"application/json",
                                                "rel":"canonical"
                                            },
                                            {
                                                "href":"http://localhost:11001/services/v2/metadata-catalog/process",
                                                "mediaType":"application/schema+json",
                                                "rel":"alternate"
                                            },
                                            {
                                                "href":"http://localhost:11001/services/v2/metadata-catalog",
                                                "mediaType":"application/json",
                                                "rel":"parent"
                                            },
                                            {
                                                "href":"http://localhost:11001/services/v2/connections/%7Bconnection%7D/tables/heartbeat/%7Bprocess%7D",
                                                "mediaType":"application/json",
                                                "rel":"describes"
                                            }
                                        ],
                                        "name":"process"
                                    },
                                    {
                                        "$schema":"api:catalogItem",
                                        "links":[
                                            {
                                                "href":"http://localhost:11001/services/v2/metadata-catalog/replicat",
                                                "mediaType":"application/json",
                                                "rel":"canonical"
                                            },
                                            {
                                                "href":"http://localhost:11001/services/v2/metadata-catalog/replicat",
                                                "mediaType":"application/schema+json",
                                                "rel":"alternate"
                                            },
                                            {
                                                "href":"http://localhost:11001/services/v2/metadata-catalog",
                                                "mediaType":"application/json",
                                                "rel":"parent"
                                            },
                                            {
                                                "href":"http://localhost:11001/services/v2/replicats/%7Breplicat%7D",
                                                "mediaType":"application/json",
                                                "rel":"describes"
                                            }
                                        ],
                                        "name":"replicat"
                                    },
                                    {
                                        "$schema":"api:catalogItem",
                                        "links":[
                                            {
                                                "href":"http://localhost:11001/services/v2/metadata-catalog/replicatCheckpoints",
                                                "mediaType":"application/json",
                                                "rel":"canonical"
                                            },
                                            {
                                                "href":"http://localhost:11001/services/v2/metadata-catalog/replicatCheckpoints",
                                                "mediaType":"application/schema+json",
                                                "rel":"alternate"
                                            },
                                            {
                                                "href":"http://localhost:11001/services/v2/metadata-catalog",
                                                "mediaType":"application/json",
                                                "rel":"parent"
                                            },
                                            {
                                                "href":"http://localhost:11001/services/v2/replicats/%7Breplicat%7D/info/checkpoints",
                                                "mediaType":"application/json",
                                                "rel":"describes"
                                            }
                                        ],
                                        "name":"replicatCheckpoints"
                                    },
                                    {
                                        "$schema":"api:catalogItem",
                                        "links":[
                                            {
                                                "href":"http://localhost:11001/services/v2/metadata-catalog/replicatHistory",
                                                "mediaType":"application/json",
                                                "rel":"canonical"
                                            },
                                            {
                                                "href":"http://localhost:11001/services/v2/metadata-catalog/replicatHistory",
                                                "mediaType":"application/schema+json",
                                                "rel":"alternate"
                                            },
                                            {
                                                "href":"http://localhost:11001/services/v2/metadata-catalog",
                                                "mediaType":"application/json",
                                                "rel":"parent"
                                            },
                                            {
                                                "href":"http://localhost:11001/services/v2/replicats/%7Breplicat%7D/info/history",
                                                "mediaType":"application/json",
                                                "rel":"describes"
                                            }
                                        ],
                                        "name":"replicatHistory"
                                    },
                                    {
                                        "$schema":"api:catalogItem",
                                        "links":[
                                            {
                                                "href":"http://localhost:11001/services/v2/metadata-catalog/replicatReport",
                                                "mediaType":"application/json",
                                                "rel":"canonical"
                                            },
                                            {
                                                "href":"http://localhost:11001/services/v2/metadata-catalog/replicatReport",
                                                "mediaType":"application/schema+json",
                                                "rel":"alternate"
                                            },
                                            {
                                                "href":"http://localhost:11001/services/v2/metadata-catalog",
                                                "mediaType":"application/json",
                                                "rel":"parent"
                                            },
                                            {
                                                "href":"http://localhost:11001/services/v2/replicats/%7Breplicat%7D/info/reports/%7Breport%7D",
                                                "mediaType":"application/json",
                                                "rel":"describes"
                                            }
                                        ],
                                        "name":"replicatReport"
                                    },
                                    {
                                        "$schema":"api:catalogItem",
                                        "links":[
                                            {
                                                "href":"http://localhost:11001/services/v2/metadata-catalog/replicatReports",
                                                "mediaType":"application/json",
                                                "rel":"canonical"
                                            },
                                            {
                                                "href":"http://localhost:11001/services/v2/metadata-catalog/replicatReports",
                                                "mediaType":"application/schema+json",
                                                "rel":"alternate"
                                            },
                                            {
                                                "href":"http://localhost:11001/services/v2/metadata-catalog",
                                                "mediaType":"application/json",
                                                "rel":"parent"
                                            },
                                            {
                                                "href":"http://localhost:11001/services/v2/replicats/%7Breplicat%7D/info/reports",
                                                "mediaType":"application/json",
                                                "rel":"describes"
                                            }
                                        ],
                                        "name":"replicatReports"
                                    },
                                    {
                                        "$schema":"api:catalogItem",
                                        "links":[
                                            {
                                                "href":"http://localhost:11001/services/v2/metadata-catalog/replicatStatus",
                                                "mediaType":"application/json",
                                                "rel":"canonical"
                                            },
                                            {
                                                "href":"http://localhost:11001/services/v2/metadata-catalog/replicatStatus",
                                                "mediaType":"application/schema+json",
                                                "rel":"alternate"
                                            },
                                            {
                                                "href":"http://localhost:11001/services/v2/metadata-catalog",
                                                "mediaType":"application/json",
                                                "rel":"parent"
                                            },
                                            {
                                                "href":"http://localhost:11001/services/v2/replicats/%7Breplicat%7D/info/status",
                                                "mediaType":"application/json",
                                                "rel":"describes"
                                            }
                                        ],
                                        "name":"replicatStatus"
                                    },
                                    {
                                        "$schema":"api:catalogItem",
                                        "links":[
                                            {
                                                "href":"http://localhost:11001/services/v2/metadata-catalog/replicats",
                                                "mediaType":"application/json",
                                                "rel":"canonical"
                                            },
                                            {
                                                "href":"http://localhost:11001/services/v2/metadata-catalog/replicats",
                                                "mediaType":"application/schema+json",
                                                "rel":"alternate"
                                            },
                                            {
                                                "href":"http://localhost:11001/services/v2/metadata-catalog",
                                                "mediaType":"application/json",
                                                "rel":"parent"
                                            },
                                            {
                                                "href":"http://localhost:11001/services/v2/replicats",
                                                "mediaType":"application/json",
                                                "rel":"describes"
                                            }
                                        ],
                                        "name":"replicats"
                                    },
                                    {
                                        "$schema":"api:catalogItem",
                                        "links":[
                                            {
                                                "href":"http://localhost:11001/services/v2/metadata-catalog/request",
                                                "mediaType":"application/json",
                                                "rel":"canonical"
                                            },
                                            {
                                                "href":"http://localhost:11001/services/v2/metadata-catalog/request",
                                                "mediaType":"application/schema+json",
                                                "rel":"alternate"
                                            },
                                            {
                                                "href":"http://localhost:11001/services/v2/metadata-catalog",
                                                "mediaType":"application/json",
                                                "rel":"parent"
                                            },
                                            {
                                                "href":"http://localhost:11001/services/v2/requests/%7Brequest%7D",
                                                "mediaType":"application/json",
                                                "rel":"describes"
                                            }
                                        ],
                                        "name":"request"
                                    },
                                    {
                                        "$schema":"api:catalogItem",
                                        "links":[
                                            {
                                                "href":"http://localhost:11001/services/v2/metadata-catalog/requests",
                                                "mediaType":"application/json",
                                                "rel":"canonical"
                                            },
                                            {
                                                "href":"http://localhost:11001/services/v2/metadata-catalog/requests",
                                                "mediaType":"application/schema+json",
                                                "rel":"alternate"
                                            },
                                            {
                                                "href":"http://localhost:11001/services/v2/metadata-catalog",
                                                "mediaType":"application/json",
                                                "rel":"parent"
                                            },
                                            {
                                                "href":"http://localhost:11001/services/v2/requests",
                                                "mediaType":"application/json",
                                                "rel":"describes"
                                            }
                                        ],
                                        "name":"requests"
                                    },
                                    {
                                        "$schema":"api:catalogItem",
                                        "links":[
                                            {
                                                "href":"http://localhost:11001/services/v2/metadata-catalog/restart",
                                                "mediaType":"application/json",
                                                "rel":"canonical"
                                            },
                                            {
                                                "href":"http://localhost:11001/services/v2/metadata-catalog/restart",
                                                "mediaType":"application/schema+json",
                                                "rel":"alternate"
                                            },
                                            {
                                                "href":"http://localhost:11001/services/v2/metadata-catalog",
                                                "mediaType":"application/json",
                                                "rel":"parent"
                                            },
                                            {
                                                "href":"http://localhost:11001/services/v2/config/restart",
                                                "mediaType":"application/json",
                                                "rel":"describes"
                                            }
                                        ],
                                        "name":"restart"
                                    },
                                    {
                                        "$schema":"api:catalogItem",
                                        "links":[
                                            {
                                                "href":"http://localhost:11001/services/v2/metadata-catalog/result",
                                                "mediaType":"application/json",
                                                "rel":"canonical"
                                            },
                                            {
                                                "href":"http://localhost:11001/services/v2/metadata-catalog/result",
                                                "mediaType":"application/schema+json",
                                                "rel":"alternate"
                                            },
                                            {
                                                "href":"http://localhost:11001/services/v2/metadata-catalog",
                                                "mediaType":"application/json",
                                                "rel":"parent"
                                            },
                                            {
                                                "href":"http://localhost:11001/services/v2/requests/%7Brequest%7D/result",
                                                "mediaType":"application/json",
                                                "rel":"describes"
                                            }
                                        ],
                                        "name":"result"
                                    },
                                    {
                                        "$schema":"api:catalogItem",
                                        "links":[
                                            {
                                                "href":"http://localhost:11001/services/v2/metadata-catalog/role",
                                                "mediaType":"application/json",
                                                "rel":"canonical"
                                            },
                                            {
                                                "href":"http://localhost:11001/services/v2/metadata-catalog/role",
                                                "mediaType":"application/schema+json",
                                                "rel":"alternate"
                                            },
                                            {
                                                "href":"http://localhost:11001/services/v2/metadata-catalog",
                                                "mediaType":"application/json",
                                                "rel":"parent"
                                            },
                                            {
                                                "href":"http://localhost:11001/services/v2/authorizations/%7Brole%7D",
                                                "mediaType":"application/json",
                                                "rel":"describes"
                                            }
                                        ],
                                        "name":"role"
                                    },
                                    {
                                        "$schema":"api:catalogItem",
                                        "links":[
                                            {
                                                "href":"http://localhost:11001/services/v2/metadata-catalog/rule",
                                                "mediaType":"application/json",
                                                "rel":"canonical"
                                            },
                                            {
                                                "href":"http://localhost:11001/services/v2/metadata-catalog/rule",
                                                "mediaType":"application/schema+json",
                                                "rel":"alternate"
                                            },
                                            {
                                                "href":"http://localhost:11001/services/v2/metadata-catalog",
                                                "mediaType":"application/json",
                                                "rel":"parent"
                                            },
                                            {
                                                "href":"http://localhost:11001/services/v2/config/restart/%7Brule%7D",
                                                "mediaType":"application/json",
                                                "rel":"describes"
                                            }
                                        ],
                                        "name":"rule"
                                    },
                                    {
                                        "$schema":"api:catalogItem",
                                        "links":[
                                            {
                                                "href":"http://localhost:11001/services/v2/metadata-catalog/schema",
                                                "mediaType":"application/json",
                                                "rel":"canonical"
                                            },
                                            {
                                                "href":"http://localhost:11001/services/v2/metadata-catalog/schema",
                                                "mediaType":"application/schema+json",
                                                "rel":"alternate"
                                            },
                                            {
                                                "href":"http://localhost:11001/services/v2/metadata-catalog",
                                                "mediaType":"application/json",
                                                "rel":"parent"
                                            },
                                            {
                                                "href":"http://localhost:11001/services/v2/connections/%7Bconnection%7D/databases/%7Bdatabase%7D/%7Bschema%7D",
                                                "mediaType":"application/json",
                                                "rel":"describes"
                                            }
                                        ],
                                        "name":"schema"
                                    },
                                    {
                                        "$schema":"api:catalogItem",
                                        "links":[
                                            {
                                                "href":"http://localhost:11001/services/v2/metadata-catalog/summary",
                                                "mediaType":"application/json",
                                                "rel":"canonical"
                                            },
                                            {
                                                "href":"http://localhost:11001/services/v2/metadata-catalog/summary",
                                                "mediaType":"application/schema+json",
                                                "rel":"alternate"
                                            },
                                            {
                                                "href":"http://localhost:11001/services/v2/metadata-catalog",
                                                "mediaType":"application/json",
                                                "rel":"parent"
                                            },
                                            {
                                                "href":"http://localhost:11001/services/v2/config/summary",
                                                "mediaType":"application/json",
                                                "rel":"describes"
                                            }
                                        ],
                                        "name":"summary"
                                    },
                                    {
                                        "$schema":"api:catalogItem",
                                        "links":[
                                            {
                                                "href":"http://localhost:11001/services/v2/metadata-catalog/table",
                                                "mediaType":"application/json",
                                                "rel":"canonical"
                                            },
                                            {
                                                "href":"http://localhost:11001/services/v2/metadata-catalog/table",
                                                "mediaType":"application/schema+json",
                                                "rel":"alternate"
                                            },
                                            {
                                                "href":"http://localhost:11001/services/v2/metadata-catalog",
                                                "mediaType":"application/json",
                                                "rel":"parent"
                                            },
                                            {
                                                "href":"http://localhost:11001/services/v2/connections/%7Bconnection%7D/databases/%7Bdatabase%7D/%7Bschema%7D/%7Btable%7D",
                                                "mediaType":"application/json",
                                                "rel":"describes"
                                            }
                                        ],
                                        "name":"table"
                                    },
                                    {
                                        "$schema":"api:catalogItem",
                                        "links":[
                                            {
                                                "href":"http://localhost:11001/services/v2/metadata-catalog/task",
                                                "mediaType":"application/json",
                                                "rel":"canonical"
                                            },
                                            {
                                                "href":"http://localhost:11001/services/v2/metadata-catalog/task",
                                                "mediaType":"application/schema+json",
                                                "rel":"alternate"
                                            },
                                            {
                                                "href":"http://localhost:11001/services/v2/metadata-catalog",
                                                "mediaType":"application/json",
                                                "rel":"parent"
                                            },
                                            {
                                                "href":"http://localhost:11001/services/v2/tasks/%7Btask%7D",
                                                "mediaType":"application/json",
                                                "rel":"describes"
                                            }
                                        ],
                                        "name":"task"
                                    },
                                    {
                                        "$schema":"api:catalogItem",
                                        "links":[
                                            {
                                                "href":"http://localhost:11001/services/v2/metadata-catalog/taskHistory",
                                                "mediaType":"application/json",
                                                "rel":"canonical"
                                            },
                                            {
                                                "href":"http://localhost:11001/services/v2/metadata-catalog/taskHistory",
                                                "mediaType":"application/schema+json",
                                                "rel":"alternate"
                                            },
                                            {
                                                "href":"http://localhost:11001/services/v2/metadata-catalog",
                                                "mediaType":"application/json",
                                                "rel":"parent"
                                            },
                                            {
                                                "href":"http://localhost:11001/services/v2/tasks/%7Btask%7D/info/history",
                                                "mediaType":"application/json",
                                                "rel":"describes"
                                            }
                                        ],
                                        "name":"taskHistory"
                                    },
                                    {
                                        "$schema":"api:catalogItem",
                                        "links":[
                                            {
                                                "href":"http://localhost:11001/services/v2/metadata-catalog/taskStatus",
                                                "mediaType":"application/json",
                                                "rel":"canonical"
                                            },
                                            {
                                                "href":"http://localhost:11001/services/v2/metadata-catalog/taskStatus",
                                                "mediaType":"application/schema+json",
                                                "rel":"alternate"
                                            },
                                            {
                                                "href":"http://localhost:11001/services/v2/metadata-catalog",
                                                "mediaType":"application/json",
                                                "rel":"parent"
                                            },
                                            {
                                                "href":"http://localhost:11001/services/v2/tasks/%7Btask%7D/info/status",
                                                "mediaType":"application/json",
                                                "rel":"describes"
                                            }
                                        ],
                                        "name":"taskStatus"
                                    },
                                    {
                                        "$schema":"api:catalogItem",
                                        "links":[
                                            {
                                                "href":"http://localhost:11001/services/v2/metadata-catalog/tasks",
                                                "mediaType":"application/json",
                                                "rel":"canonical"
                                            },
                                            {
                                                "href":"http://localhost:11001/services/v2/metadata-catalog/tasks",
                                                "mediaType":"application/schema+json",
                                                "rel":"alternate"
                                            },
                                            {
                                                "href":"http://localhost:11001/services/v2/metadata-catalog",
                                                "mediaType":"application/json",
                                                "rel":"parent"
                                            },
                                            {
                                                "href":"http://localhost:11001/services/v2/tasks",
                                                "mediaType":"application/json",
                                                "rel":"describes"
                                            }
                                        ],
                                        "name":"tasks"
                                    },
                                    {
                                        "$schema":"api:catalogItem",
                                        "links":[
                                            {
                                                "href":"http://localhost:11001/services/v2/metadata-catalog/type",
                                                "mediaType":"application/json",
                                                "rel":"canonical"
                                            },
                                            {
                                                "href":"http://localhost:11001/services/v2/metadata-catalog/type",
                                                "mediaType":"application/schema+json",
                                                "rel":"alternate"
                                            },
                                            {
                                                "href":"http://localhost:11001/services/v2/metadata-catalog",
                                                "mediaType":"application/json",
                                                "rel":"parent"
                                            },
                                            {
                                                "href":"http://localhost:11001/services/v2/config/types/%7Btype%7D",
                                                "mediaType":"application/json",
                                                "rel":"describes"
                                            }
                                        ],
                                        "name":"type"
                                    },
                                    {
                                        "$schema":"api:catalogItem",
                                        "links":[
                                            {
                                                "href":"http://localhost:11001/services/v2/metadata-catalog/types",
                                                "mediaType":"application/json",
                                                "rel":"canonical"
                                            },
                                            {
                                                "href":"http://localhost:11001/services/v2/metadata-catalog/types",
                                                "mediaType":"application/schema+json",
                                                "rel":"alternate"
                                            },
                                            {
                                                "href":"http://localhost:11001/services/v2/metadata-catalog",
                                                "mediaType":"application/json",
                                                "rel":"parent"
                                            },
                                            {
                                                "href":"http://localhost:11001/services/v2/config/types",
                                                "mediaType":"application/json",
                                                "rel":"describes"
                                            }
                                        ],
                                        "name":"types"
                                    },
                                    {
                                        "$schema":"api:catalogItem",
                                        "links":[
                                            {
                                                "href":"http://localhost:11001/services/v2/metadata-catalog/user",
                                                "mediaType":"application/json",
                                                "rel":"canonical"
                                            },
                                            {
                                                "href":"http://localhost:11001/services/v2/metadata-catalog/user",
                                                "mediaType":"application/schema+json",
                                                "rel":"alternate"
                                            },
                                            {
                                                "href":"http://localhost:11001/services/v2/metadata-catalog",
                                                "mediaType":"application/json",
                                                "rel":"parent"
                                            },
                                            {
                                                "href":"http://localhost:11001/services/v2/authorizations/%7Brole%7D/%7Buser%7D",
                                                "mediaType":"application/json",
                                                "rel":"describes"
                                            }
                                        ],
                                        "name":"user"
                                    },
                                    {
                                        "$schema":"api:catalogItem",
                                        "links":[
                                            {
                                                "href":"http://localhost:11001/services/v2/metadata-catalog/valid",
                                                "mediaType":"application/json",
                                                "rel":"canonical"
                                            },
                                            {
                                                "href":"http://localhost:11001/services/v2/metadata-catalog/valid",
                                                "mediaType":"application/schema+json",
                                                "rel":"alternate"
                                            },
                                            {
                                                "href":"http://localhost:11001/services/v2/metadata-catalog",
                                                "mediaType":"application/json",
                                                "rel":"parent"
                                            },
                                            {
                                                "href":"http://localhost:11001/services/v2/credentials/%7Bdomain%7D/%7Balias%7D/valid",
                                                "mediaType":"application/json",
                                                "rel":"describes"
                                            }
                                        ],
                                        "name":"valid"
                                    },
                                    {
                                        "$schema":"api:catalogItem",
                                        "links":[
                                            {
                                                "href":"http://localhost:11001/services/v2/metadata-catalog/value",
                                                "mediaType":"application/json",
                                                "rel":"canonical"
                                            },
                                            {
                                                "href":"http://localhost:11001/services/v2/metadata-catalog/value",
                                                "mediaType":"application/schema+json",
                                                "rel":"alternate"
                                            },
                                            {
                                                "href":"http://localhost:11001/services/v2/metadata-catalog",
                                                "mediaType":"application/json",
                                                "rel":"parent"
                                            },
                                            {
                                                "href":"http://localhost:11001/services/v2/config/types/%7Btype%7D/values/%7Bvalue%7D",
                                                "mediaType":"application/json",
                                                "rel":"describes"
                                            }
                                        ],
                                        "name":"value"
                                    },
                                    {
                                        "$schema":"api:catalogItem",
                                        "links":[
                                            {
                                                "href":"http://localhost:11001/services/v2/metadata-catalog/values",
                                                "mediaType":"application/json",
                                                "rel":"canonical"
                                            },
                                            {
                                                "href":"http://localhost:11001/services/v2/metadata-catalog/values",
                                                "mediaType":"application/schema+json",
                                                "rel":"alternate"
                                            },
                                            {
                                                "href":"http://localhost:11001/services/v2/metadata-catalog",
                                                "mediaType":"application/json",
                                                "rel":"parent"
                                            },
                                            {
                                                "href":"http://localhost:11001/services/v2/config/types/%7Btype%7D/values",
                                                "mediaType":"application/json",
                                                "rel":"describes"
                                            }
                                        ],
                                        "name":"values"
                                    }
                                ],
                                "links":[
                                    {
                                        "href":"http://localhost:11001/services/v2/metadata-catalog",
                                        "mediaType":"application/json",
                                        "rel":"canonical"
                                    },
                                    {
                                        "href":"http://localhost:11001/services/v2/metadata-catalog",
                                        "mediaType":"application/json",
                                        "rel":"self"
                                    }
                                ]
                            }
                        }
                    }
                },
                "tags":[
                    "Common/REST API Catalog"
                ],
                "produces":[
                    "application/json"
                ],
                "parameters":[
                    {
                        "name":"version",
                        "in":"path",
                        "description":"<p>Oracle GoldenGate Service API version.</p>",
                        "required":true,
                        "type":"string",
                        "enum":[
                            "v2"
                        ]
                    }
                ],
                "x-internal-id":"services-{version}-metadata-catalog-get",
                "x-filename-id":"services-version-metadata-catalog-get"
            }
        },
        "/services/{version}/content/{a}":{
            "get":{
                "description":"Return the contents of file described by the provided path.",
                "summary":"Static Files",
                "operationId":"get /services/{version}/content/{a}",
                "responses":{
                    "200":{
                        "description":"The complete or partial contents of the file described by the provided path.",
                        "schema":{
                            "$ref":"#/definitions/ogg:collection"
                        }
                    }
                },
                "tags":[
                    "Common/Content Requests"
                ],
                "produces":[
                    "application/json"
                ],
                "parameters":[
                    {
                        "name":"a",
                        "in":"path",
                        "description":"Content file described by the provided path.",
                        "required":true,
                        "type":"string",
                        "pattern":"^[a-zA-Z0-9_#$/?&.+=@<>\\-\\[\\]\\ ]*$",
                        "minLength":1,
                        "maxLength":255
                    },
                    {
                        "name":"version",
                        "in":"path",
                        "description":"<p>Oracle GoldenGate Service API version.</p>",
                        "required":true,
                        "type":"string",
                        "enum":[
                            "v2"
                        ]
                    }
                ],
                "x-internal-id":"services-{version}-content-{a}-get",
                "x-filename-id":"services-version-content-get-2"
            }
        },
        "/services/{version}/requests/{request}":{
            "get":{
                "description":"<p>Retrieve the background request status.</p>",
                "summary":"Retrieve Request Status",
                "operationId":"get /services/{version}/requests/{request}",
                "responses":{
                    "200":{
                        "description":"<p>The request status was retrieved successfully.</p>",
                        "schema":{
                            "$ref":"#/definitions/ogg:request"
                        },
                        "examples":{
                            "application/json":{
                                "$schema":"api:standardResponse",
                                "links":[
                                    {
                                        "href":"http://localhost:11001/services/v2/requests/425988415/result",
                                        "mediaType":"application/json",
                                        "rel":"related"
                                    },
                                    {
                                        "href":"http://localhost:11001/services/v2/requests/425988415",
                                        "mediaType":"application/json",
                                        "rel":"canonical"
                                    },
                                    {
                                        "href":"http://localhost:11001/services/v2/requests/425988415",
                                        "mediaType":"application/json",
                                        "rel":"self"
                                    },
                                    {
                                        "href":"http://localhost:11001/services/v2/metadata-catalog/request",
                                        "mediaType":"application/schema+json",
                                        "rel":"describedby"
                                    }
                                ],
                                "messages":[
                                ],
                                "response":{
                                    "$schema":"ogg:request",
                                    "completed":true,
                                    "endTime":"2019-03-15T14:40:42.626+00:00",
                                    "progress":"succeeded",
                                    "requestStatus":200,
                                    "startTime":"2019-03-15T14:40:42.625+00:00"
                                }
                            }
                        }
                    }
                },
                "tags":[
                    "Common/Requests"
                ],
                "produces":[
                    "application/json"
                ],
                "parameters":[
                    {
                        "name":"request",
                        "in":"path",
                        "description":"<p>Identifier for background request.</p>",
                        "required":true,
                        "type":"integer"
                    },
                    {
                        "name":"version",
                        "in":"path",
                        "description":"<p>Oracle GoldenGate Service API version.</p>",
                        "required":true,
                        "type":"string",
                        "enum":[
                            "v2"
                        ]
                    }
                ],
                "x-internal-id":"services-{version}-requests-{request}-get",
                "x-filename-id":"services-version-requests-request-get"
            }
        },
        "/services/{version}/oggerr":{
            "get":{
                "description":"<p>Retrieve all message codes from the Oracle GoldenGate deployment.</p>",
                "summary":"Retrieve List of Message Codes",
                "operationId":"get /services/{version}/oggerr",
                "responses":{
                    "200":{
                        "description":"<p>All codes messages known to the Oracle GoldenGate deployment are retrieved.</p>",
                        "schema":{
                            "$ref":"#/definitions/ogg:collection"
                        },
                        "examples":{
                            "application/json":{
                                "$schema":"api:standardResponse",
                                "links":[
                                    {
                                        "href":"http://localhost:11001/services/v2/oggerr",
                                        "mediaType":"application/json",
                                        "rel":"canonical"
                                    },
                                    {
                                        "href":"http://localhost:11001/services/v2/oggerr",
                                        "mediaType":"application/json",
                                        "rel":"self"
                                    },
                                    {
                                        "href":"http://localhost:11001/services/v2/metadata-catalog/oggerr",
                                        "mediaType":"application/schema+json",
                                        "rel":"describedby"
                                    }
                                ],
                                "messages":[
                                ],
                                "response":{
                                    "$schema":"ogg:collection",
                                    "items":[
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00001",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00001"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00010",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00010"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00100",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00100"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01000",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01000"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-10000",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-10000"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-10001",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-10001"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-10002",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-10002"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-10003",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-10003"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-10004",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-10004"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-10005",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-10005"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-10006",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-10006"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-10007",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-10007"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-10009",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-10009"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01001",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01001"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-10010",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-10010"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-10011",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-10011"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-10012",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-10012"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-10013",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-10013"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-10014",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-10014"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-10015",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-10015"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-10016",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-10016"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-10017",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-10017"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-10018",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-10018"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-10019",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-10019"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01002",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01002"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-10020",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-10020"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-10021",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-10021"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-10022",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-10022"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-10023",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-10023"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-10024",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-10024"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-10025",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-10025"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-10026",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-10026"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-10027",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-10027"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-10028",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-10028"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-10029",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-10029"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01003",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01003"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-10030",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-10030"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-10031",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-10031"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-10032",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-10032"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-10033",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-10033"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-10034",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-10034"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-10035",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-10035"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-10036",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-10036"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-10037",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-10037"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-10038",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-10038"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-10039",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-10039"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01004",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01004"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-10040",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-10040"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-10041",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-10041"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-10042",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-10042"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01005",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01005"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01006",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01006"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01007",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01007"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01008",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01008"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01009",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01009"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00101",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00101"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01010",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01010"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-10100",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-10100"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-10101",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-10101"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-10102",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-10102"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-10103",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-10103"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-10104",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-10104"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-10105",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-10105"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-10106",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-10106"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-10107",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-10107"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-10108",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-10108"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-10109",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-10109"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01011",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01011"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-10110",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-10110"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-10111",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-10111"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-10112",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-10112"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-10113",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-10113"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-10114",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-10114"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-10115",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-10115"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-10116",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-10116"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-10117",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-10117"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-10118",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-10118"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-10119",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-10119"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01012",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01012"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-10120",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-10120"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-10121",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-10121"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-10122",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-10122"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-10123",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-10123"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-10124",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-10124"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-10125",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-10125"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-10126",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-10126"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-10127",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-10127"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-10128",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-10128"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-10129",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-10129"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01013",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01013"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-10130",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-10130"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-10131",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-10131"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-10132",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-10132"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-10133",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-10133"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-10134",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-10134"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-10135",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-10135"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-10136",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-10136"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-10137",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-10137"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-10138",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-10138"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01014",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01014"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-10140",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-10140"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-10141",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-10141"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-10142",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-10142"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-10143",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-10143"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-10144",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-10144"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-10145",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-10145"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-10146",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-10146"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-10147",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-10147"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-10148",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-10148"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-10149",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-10149"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01015",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01015"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-10150",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-10150"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-10151",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-10151"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-10152",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-10152"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-10153",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-10153"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-10154",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-10154"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-10155",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-10155"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-10156",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-10156"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-10157",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-10157"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-10158",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-10158"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-10159",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-10159"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01016",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01016"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-10160",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-10160"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-10161",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-10161"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-10162",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-10162"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-10163",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-10163"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-10164",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-10164"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-10165",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-10165"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-10166",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-10166"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-10167",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-10167"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-10168",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-10168"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-10169",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-10169"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01017",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01017"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-10170",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-10170"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-10171",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-10171"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-10172",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-10172"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-10173",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-10173"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-10174",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-10174"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-10175",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-10175"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-10176",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-10176"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-10177",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-10177"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-10178",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-10178"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-10179",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-10179"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01018",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01018"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-10180",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-10180"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-10181",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-10181"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-10182",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-10182"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-10183",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-10183"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-10184",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-10184"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01019",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01019"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00102",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00102"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01020",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01020"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-10200",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-10200"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-10201",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-10201"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01021",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01021"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01022",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01022"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01023",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01023"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01024",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01024"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01025",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01025"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01026",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01026"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01027",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01027"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01028",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01028"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01029",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01029"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00103",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00103"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01030",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01030"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-10300",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-10300"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-10301",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-10301"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-10302",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-10302"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-10303",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-10303"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01031",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01031"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01032",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01032"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01033",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01033"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01034",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01034"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01035",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01035"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-10351",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-10351"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-10352",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-10352"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-10353",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-10353"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-10354",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-10354"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-10355",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-10355"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-10356",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-10356"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-10357",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-10357"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-10358",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-10358"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-10359",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-10359"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-10360",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-10360"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-10361",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-10361"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-10362",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-10362"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-10363",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-10363"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-10364",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-10364"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-10365",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-10365"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-10366",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-10366"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-10367",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-10367"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-10368",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-10368"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-10369",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-10369"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-10370",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-10370"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-10371",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-10371"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-10372",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-10372"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-10373",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-10373"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-10374",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-10374"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-10375",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-10375"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-10376",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-10376"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-10377",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-10377"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-10378",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-10378"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-10379",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-10379"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01038",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01038"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-10380",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-10380"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-10381",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-10381"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-10382",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-10382"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-10383",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-10383"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-10384",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-10384"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-10385",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-10385"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-10386",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-10386"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-10387",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-10387"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-10388",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-10388"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01039",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01039"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00104",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00104"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01040",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01040"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-10402",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-10402"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-10403",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-10403"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01041",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01041"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01042",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01042"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01043",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01043"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01044",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01044"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01045",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01045"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-10451",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-10451"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-10452",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-10452"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-10453",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-10453"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-10454",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-10454"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-10455",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-10455"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-10456",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-10456"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-10457",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-10457"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-10458",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-10458"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-10459",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-10459"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01046",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01046"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-10460",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-10460"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-10461",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-10461"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-10462",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-10462"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-10463",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-10463"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-10464",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-10464"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-10465",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-10465"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-10466",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-10466"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-10467",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-10467"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-10468",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-10468"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-10469",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-10469"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-10470",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-10470"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-10471",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-10471"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-10472",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-10472"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-10473",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-10473"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-10474",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-10474"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01048",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01048"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01049",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01049"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00105",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00105"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-10501",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-10501"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-10502",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-10502"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-10503",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-10503"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-10504",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-10504"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-10505",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-10505"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-10506",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-10506"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-10507",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-10507"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-10508",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-10508"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-10509",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-10509"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01051",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01051"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-10510",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-10510"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-10511",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-10511"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-10512",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-10512"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-10513",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-10513"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-10514",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-10514"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-10515",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-10515"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-10516",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-10516"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-10517",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-10517"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-10518",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-10518"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-10519",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-10519"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01052",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01052"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-10520",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-10520"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-10521",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-10521"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-10522",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-10522"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-10523",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-10523"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-10524",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-10524"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-10525",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-10525"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-10526",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-10526"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01053",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01053"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-10532",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-10532"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-10533",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-10533"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-10534",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-10534"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-10535",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-10535"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-10536",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-10536"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-10537",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-10537"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-10538",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-10538"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-10539",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-10539"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01054",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01054"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-10540",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-10540"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-10541",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-10541"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-10542",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-10542"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-10543",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-10543"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-10544",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-10544"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-10545",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-10545"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-10546",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-10546"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-10547",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-10547"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-10548",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-10548"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-10549",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-10549"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01055",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01055"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-10550",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-10550"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-10551",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-10551"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-10552",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-10552"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-10553",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-10553"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-10554",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-10554"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-10555",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-10555"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-10556",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-10556"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-10557",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-10557"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-10558",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-10558"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-10559",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-10559"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01056",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01056"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01057",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01057"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01058",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01058"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01059",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01059"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00106",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00106"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01060",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01060"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01061",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01061"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01062",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01062"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01063",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01063"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01064",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01064"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01065",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01065"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01066",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01066"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01067",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01067"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01068",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01068"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01069",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01069"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00107",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00107"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01070",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01070"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01071",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01071"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01072",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01072"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01073",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01073"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01074",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01074"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01075",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01075"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01076",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01076"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01077",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01077"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01078",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01078"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01079",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01079"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00108",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00108"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01080",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01080"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01081",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01081"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01082",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01082"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01083",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01083"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01084",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01084"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01085",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01085"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01086",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01086"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01087",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01087"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01088",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01088"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01089",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01089"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00109",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00109"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01090",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01090"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01091",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01091"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01092",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01092"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01093",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01093"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01094",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01094"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01095",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01095"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01096",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01096"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01097",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01097"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01098",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01098"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01099",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01099"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00011",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00011"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00110",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00110"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01100",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01100"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01101",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01101"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01102",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01102"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01103",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01103"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01104",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01104"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01105",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01105"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01106",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01106"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01107",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01107"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01108",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01108"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01109",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01109"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00111",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00111"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01110",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01110"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01111",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01111"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01112",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01112"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01113",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01113"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01114",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01114"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01115",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01115"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01116",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01116"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01117",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01117"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01118",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01118"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01119",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01119"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00112",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00112"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01120",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01120"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01121",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01121"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01122",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01122"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01123",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01123"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01124",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01124"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01125",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01125"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01126",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01126"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01127",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01127"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01128",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01128"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01129",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01129"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00113",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00113"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01130",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01130"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01131",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01131"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01132",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01132"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01133",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01133"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01134",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01134"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01135",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01135"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01136",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01136"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01137",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01137"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01139",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01139"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01142",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01142"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01143",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01143"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01144",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01144"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01145",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01145"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01146",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01146"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01147",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01147"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01148",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01148"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01149",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01149"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00115",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00115"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01150",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01150"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01151",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01151"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01152",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01152"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01154",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01154"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01155",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01155"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01157",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01157"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01158",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01158"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01159",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01159"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00116",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00116"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01160",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01160"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01161",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01161"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01162",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01162"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01163",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01163"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01164",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01164"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01165",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01165"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01166",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01166"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01167",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01167"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01168",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01168"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01169",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01169"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00117",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00117"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01170",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01170"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01171",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01171"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01172",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01172"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01173",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01173"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01174",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01174"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01175",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01175"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01176",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01176"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01177",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01177"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01178",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01178"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01179",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01179"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00118",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00118"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01180",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01180"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01181",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01181"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01182",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01182"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01183",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01183"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01184",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01184"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01185",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01185"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01186",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01186"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01187",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01187"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01188",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01188"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01189",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01189"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00119",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00119"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01190",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01190"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01191",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01191"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01192",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01192"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01193",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01193"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01194",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01194"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01195",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01195"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01196",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01196"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01197",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01197"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01198",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01198"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01199",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01199"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00012",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00012"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00120",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00120"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-12000",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-12000"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-12001",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-12001"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-12002",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-12002"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-12003",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-12003"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-12004",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-12004"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-12005",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-12005"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-12006",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-12006"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-12007",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-12007"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-12008",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-12008"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-12009",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-12009"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01201",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01201"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-12010",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-12010"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-12011",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-12011"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-12012",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-12012"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-12013",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-12013"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-12014",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-12014"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-12015",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-12015"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-12016",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-12016"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-12017",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-12017"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-12018",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-12018"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-12019",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-12019"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01202",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01202"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-12020",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-12020"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-12021",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-12021"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-12022",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-12022"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-12023",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-12023"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-12024",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-12024"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-12025",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-12025"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-12026",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-12026"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-12027",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-12027"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-12028",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-12028"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-12029",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-12029"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01203",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01203"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-12030",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-12030"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-12031",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-12031"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-12032",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-12032"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-12033",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-12033"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-12034",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-12034"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-12035",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-12035"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-12036",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-12036"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-12037",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-12037"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-12038",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-12038"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01204",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01204"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01205",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01205"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-12050",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-12050"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-12051",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-12051"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-12052",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-12052"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-12053",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-12053"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-12054",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-12054"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-12055",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-12055"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-12056",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-12056"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-12057",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-12057"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-12058",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-12058"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-12059",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-12059"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01206",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01206"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-12060",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-12060"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-12061",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-12061"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-12062",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-12062"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-12063",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-12063"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-12064",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-12064"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-12065",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-12065"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-12066",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-12066"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-12067",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-12067"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-12068",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-12068"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-12069",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-12069"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01207",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01207"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-12070",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-12070"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-12071",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-12071"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-12072",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-12072"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-12073",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-12073"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-12074",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-12074"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-12075",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-12075"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-12076",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-12076"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-12077",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-12077"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-12078",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-12078"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-12079",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-12079"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01208",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01208"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-12080",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-12080"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-12081",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-12081"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-12082",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-12082"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-12083",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-12083"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-12084",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-12084"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01209",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01209"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00121",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00121"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01210",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01210"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-12100",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-12100"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-12101",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-12101"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-12102",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-12102"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-12103",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-12103"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-12104",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-12104"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-12105",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-12105"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-12106",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-12106"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-12107",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-12107"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-12108",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-12108"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-12109",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-12109"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01211",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01211"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-12110",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-12110"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-12111",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-12111"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-12112",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-12112"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-12113",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-12113"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-12114",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-12114"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-12115",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-12115"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-12116",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-12116"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-12117",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-12117"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-12118",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-12118"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-12119",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-12119"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01212",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01212"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-12120",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-12120"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-12121",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-12121"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-12122",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-12122"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-12123",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-12123"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-12124",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-12124"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-12125",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-12125"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-12126",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-12126"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-12127",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-12127"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-12128",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-12128"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-12129",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-12129"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01213",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01213"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-12130",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-12130"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-12131",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-12131"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-12132",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-12132"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-12133",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-12133"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-12134",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-12134"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-12135",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-12135"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-12136",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-12136"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-12137",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-12137"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-12138",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-12138"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-12139",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-12139"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01214",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01214"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-12140",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-12140"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-12150",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-12150"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-12151",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-12151"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01216",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01216"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01217",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01217"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01218",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01218"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01219",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01219"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00122",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00122"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01220",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01220"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01221",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01221"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01222",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01222"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01223",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01223"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01224",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01224"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01226",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01226"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01227",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01227"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01228",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01228"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01229",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01229"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00123",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00123"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01230",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01230"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-12300",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-12300"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-12301",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-12301"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-12302",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-12302"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-12303",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-12303"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-12304",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-12304"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-12305",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-12305"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-12306",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-12306"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-12307",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-12307"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-12308",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-12308"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-12309",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-12309"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01231",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01231"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-12310",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-12310"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-12311",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-12311"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-12312",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-12312"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-12313",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-12313"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-12314",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-12314"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-12315",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-12315"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-12316",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-12316"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-12317",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-12317"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01232",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01232"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01233",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01233"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01234",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01234"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01235",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01235"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-12350",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-12350"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01236",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01236"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01237",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01237"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01239",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01239"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00124",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00124"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01242",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01242"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-12420",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-12420"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01243",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01243"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01244",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01244"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01245",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01245"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01246",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01246"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01247",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01247"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01248",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01248"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01249",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01249"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00125",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00125"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01250",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01250"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01251",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01251"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01252",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01252"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01253",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01253"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01254",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01254"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01255",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01255"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01256",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01256"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01257",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01257"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01258",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01258"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01259",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01259"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00126",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00126"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01260",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01260"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01261",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01261"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01262",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01262"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01263",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01263"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01264",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01264"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01265",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01265"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01266",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01266"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01267",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01267"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01268",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01268"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01269",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01269"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00127",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00127"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01270",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01270"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01271",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01271"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01272",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01272"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01273",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01273"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01274",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01274"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01275",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01275"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01276",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01276"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01277",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01277"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01278",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01278"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01279",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01279"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00128",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00128"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01280",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01280"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01281",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01281"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01282",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01282"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01283",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01283"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01284",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01284"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01285",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01285"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01286",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01286"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01287",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01287"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01288",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01288"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01289",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01289"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00129",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00129"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01290",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01290"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01291",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01291"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01292",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01292"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01293",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01293"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01294",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01294"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01296",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01296"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01297",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01297"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01298",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01298"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01299",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01299"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00013",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00013"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00130",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00130"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01300",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01300"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-13000",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-13000"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-13001",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-13001"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-13002",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-13002"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-13003",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-13003"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-13004",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-13004"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-13005",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-13005"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-13006",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-13006"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-13007",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-13007"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-13008",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-13008"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-13009",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-13009"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01301",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01301"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-13010",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-13010"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-13011",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-13011"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-13012",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-13012"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-13013",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-13013"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01302",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01302"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01303",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01303"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01304",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01304"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01305",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01305"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01306",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01306"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01307",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01307"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01308",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01308"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01309",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01309"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01310",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01310"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01311",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01311"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01312",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01312"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01313",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01313"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01314",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01314"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01315",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01315"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01316",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01316"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01317",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01317"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01318",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01318"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01319",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01319"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01320",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01320"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01321",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01321"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01322",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01322"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01323",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01323"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01324",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01324"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01325",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01325"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01326",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01326"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01327",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01327"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01328",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01328"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01329",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01329"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00133",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00133"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01331",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01331"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01334",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01334"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01335",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01335"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01336",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01336"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01337",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01337"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01338",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01338"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01339",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01339"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00134",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00134"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01342",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01342"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01343",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01343"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01344",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01344"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01348",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01348"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01349",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01349"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00135",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00135"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01350",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01350"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01351",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01351"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01352",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01352"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01353",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01353"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01354",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01354"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01355",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01355"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01356",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01356"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01357",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01357"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01358",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01358"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01359",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01359"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00136",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00136"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01360",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01360"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01361",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01361"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01362",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01362"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01363",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01363"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01364",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01364"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01365",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01365"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01366",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01366"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01367",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01367"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01368",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01368"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01369",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01369"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00137",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00137"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01370",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01370"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01371",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01371"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01372",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01372"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01373",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01373"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01374",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01374"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01375",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01375"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01376",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01376"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01377",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01377"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01378",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01378"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01379",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01379"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00138",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00138"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01380",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01380"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01381",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01381"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01382",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01382"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01383",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01383"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01384",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01384"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01385",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01385"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01386",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01386"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01387",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01387"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01388",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01388"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01389",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01389"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00139",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00139"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01391",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01391"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01392",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01392"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01394",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01394"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01395",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01395"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01396",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01396"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01397",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01397"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01398",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01398"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01399",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01399"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00014",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00014"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00140",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00140"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01400",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01400"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-14000",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-14000"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-14001",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-14001"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-14002",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-14002"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-14003",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-14003"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-14004",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-14004"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-14005",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-14005"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-14006",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-14006"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-14007",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-14007"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-14008",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-14008"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-14009",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-14009"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01401",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01401"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-14010",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-14010"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-14011",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-14011"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-14012",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-14012"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-14013",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-14013"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-14014",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-14014"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-14015",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-14015"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-14016",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-14016"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-14017",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-14017"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-14018",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-14018"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-14019",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-14019"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01402",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01402"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-14020",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-14020"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-14021",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-14021"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-14022",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-14022"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-14023",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-14023"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-14024",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-14024"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-14025",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-14025"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-14026",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-14026"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-14027",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-14027"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-14028",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-14028"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-14029",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-14029"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01403",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01403"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-14030",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-14030"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-14031",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-14031"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-14032",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-14032"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-14033",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-14033"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-14034",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-14034"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-14035",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-14035"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-14036",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-14036"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-14037",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-14037"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-14038",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-14038"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-14039",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-14039"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01404",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01404"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-14040",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-14040"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-14041",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-14041"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-14042",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-14042"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-14043",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-14043"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-14044",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-14044"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-14045",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-14045"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-14046",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-14046"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-14047",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-14047"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-14048",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-14048"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-14049",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-14049"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01405",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01405"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-14050",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-14050"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-14051",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-14051"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-14052",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-14052"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-14053",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-14053"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-14054",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-14054"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-14055",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-14055"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-14056",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-14056"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-14057",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-14057"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-14058",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-14058"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-14059",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-14059"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01406",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01406"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-14060",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-14060"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-14061",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-14061"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-14062",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-14062"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-14063",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-14063"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-14064",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-14064"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-14065",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-14065"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-14067",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-14067"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-14068",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-14068"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-14069",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-14069"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01407",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01407"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-14070",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-14070"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-14071",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-14071"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-14072",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-14072"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-14073",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-14073"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-14074",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-14074"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-14075",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-14075"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-14076",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-14076"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-14077",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-14077"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-14078",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-14078"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-14079",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-14079"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01408",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01408"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-14080",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-14080"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-14081",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-14081"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-14082",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-14082"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-14083",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-14083"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-14084",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-14084"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-14085",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-14085"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-14086",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-14086"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-14087",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-14087"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-14088",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-14088"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-14089",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-14089"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01409",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01409"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-14090",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-14090"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00141",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00141"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01410",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01410"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01411",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01411"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01412",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01412"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01413",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01413"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01414",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01414"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01415",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01415"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01416",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01416"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01417",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01417"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01418",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01418"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01419",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01419"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00142",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00142"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01420",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01420"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01421",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01421"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01422",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01422"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01424",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01424"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01425",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01425"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01426",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01426"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01427",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01427"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01428",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01428"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00143",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00143"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01431",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01431"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01432",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01432"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01433",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01433"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01434",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01434"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01435",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01435"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01436",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01436"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01437",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01437"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01438",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01438"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00144",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00144"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01443",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01443"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01444",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01444"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01445",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01445"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01446",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01446"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01447",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01447"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01448",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01448"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01449",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01449"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00145",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00145"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01450",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01450"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-14500",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-14500"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-14501",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-14501"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-14502",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-14502"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-14503",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-14503"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-14504",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-14504"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-14505",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-14505"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01451",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01451"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01453",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01453"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01454",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01454"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01455",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01455"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-14550",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-14550"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-14551",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-14551"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01456",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01456"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01457",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01457"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01458",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01458"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01459",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01459"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00146",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00146"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-14600",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-14600"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-14601",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-14601"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-14602",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-14602"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-14603",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-14603"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01462",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01462"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01464",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01464"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01465",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01465"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01466",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01466"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01467",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01467"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01468",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01468"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01469",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01469"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00147",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00147"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01470",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01470"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01471",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01471"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01472",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01472"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01473",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01473"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01474",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01474"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01475",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01475"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01476",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01476"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01477",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01477"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01478",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01478"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01479",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01479"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00148",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00148"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01482",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01482"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01483",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01483"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01485",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01485"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01487",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01487"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01489",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01489"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00149",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00149"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01495",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01495"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01496",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01496"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01498",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01498"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00015",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00015"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00150",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00150"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01500",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01500"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-15000",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-15000"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01501",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01501"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01502",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01502"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01503",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01503"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01504",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01504"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01505",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01505"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-15050",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-15050"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-15051",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-15051"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-15052",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-15052"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-15053",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-15053"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-15054",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-15054"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-15055",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-15055"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-15056",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-15056"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-15057",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-15057"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01506",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01506"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01507",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01507"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01508",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01508"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01509",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01509"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00151",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00151"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01510",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01510"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-15101",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-15101"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-15102",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-15102"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-15103",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-15103"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-15104",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-15104"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-15105",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-15105"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-15106",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-15106"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-15107",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-15107"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-15108",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-15108"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-15109",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-15109"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01511",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01511"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-15110",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-15110"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-15111",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-15111"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-15112",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-15112"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-15113",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-15113"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-15114",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-15114"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-15115",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-15115"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-15116",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-15116"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-15117",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-15117"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-15118",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-15118"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-15119",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-15119"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01512",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01512"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-15120",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-15120"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-15121",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-15121"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-15122",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-15122"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-15123",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-15123"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-15124",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-15124"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-15125",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-15125"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-15126",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-15126"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-15127",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-15127"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-15128",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-15128"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-15129",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-15129"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01513",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01513"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-15130",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-15130"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-15131",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-15131"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-15132",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-15132"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-15133",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-15133"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-15134",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-15134"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-15135",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-15135"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-15136",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-15136"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-15137",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-15137"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-15138",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-15138"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-15139",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-15139"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01514",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01514"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-15140",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-15140"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-15141",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-15141"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-15142",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-15142"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-15143",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-15143"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-15144",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-15144"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-15145",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-15145"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-15146",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-15146"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-15147",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-15147"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-15148",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-15148"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-15149",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-15149"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01515",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01515"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-15150",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-15150"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-15151",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-15151"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-15152",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-15152"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-15153",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-15153"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-15154",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-15154"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-15155",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-15155"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-15156",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-15156"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-15157",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-15157"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-15158",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-15158"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-15159",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-15159"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01516",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01516"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-15160",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-15160"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-15161",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-15161"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-15162",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-15162"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-15163",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-15163"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-15164",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-15164"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-15165",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-15165"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-15166",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-15166"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-15167",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-15167"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-15168",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-15168"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-15169",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-15169"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01517",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01517"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-15170",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-15170"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-15171",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-15171"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-15172",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-15172"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-15173",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-15173"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-15174",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-15174"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-15175",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-15175"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-15176",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-15176"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-15177",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-15177"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-15178",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-15178"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-15179",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-15179"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-15180",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-15180"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-15181",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-15181"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-15182",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-15182"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-15183",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-15183"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-15184",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-15184"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-15185",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-15185"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-15186",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-15186"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-15187",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-15187"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-15188",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-15188"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-15189",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-15189"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01519",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01519"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-15190",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-15190"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-15191",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-15191"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-15192",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-15192"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-15193",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-15193"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-15194",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-15194"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00152",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00152"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01520",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01520"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-15200",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-15200"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01521",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01521"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01522",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01522"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01523",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01523"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01525",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01525"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01526",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01526"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01527",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01527"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01528",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01528"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01529",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01529"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00153",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00153"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01530",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01530"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-15300",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-15300"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-15301",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-15301"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-15302",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-15302"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-15303",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-15303"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-15304",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-15304"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-15305",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-15305"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-15306",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-15306"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-15307",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-15307"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-15308",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-15308"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-15309",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-15309"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01531",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01531"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-15310",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-15310"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-15311",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-15311"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-15312",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-15312"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-15313",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-15313"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-15314",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-15314"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-15315",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-15315"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-15316",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-15316"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-15317",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-15317"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-15318",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-15318"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-15319",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-15319"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01532",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01532"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-15320",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-15320"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-15321",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-15321"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-15322",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-15322"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-15323",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-15323"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-15324",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-15324"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-15325",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-15325"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-15326",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-15326"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-15327",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-15327"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-15328",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-15328"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-15329",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-15329"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01533",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01533"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-15330",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-15330"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-15331",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-15331"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-15332",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-15332"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-15333",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-15333"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-15334",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-15334"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-15335",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-15335"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-15336",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-15336"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-15337",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-15337"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-15338",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-15338"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-15339",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-15339"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01534",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01534"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-15340",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-15340"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-15341",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-15341"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-15342",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-15342"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-15343",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-15343"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-15344",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-15344"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-15345",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-15345"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-15346",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-15346"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-15347",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-15347"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-15348",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-15348"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-15349",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-15349"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01535",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01535"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-15350",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-15350"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-15351",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-15351"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-15352",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-15352"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-15353",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-15353"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-15354",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-15354"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-15355",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-15355"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-15356",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-15356"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-15357",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-15357"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-15358",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-15358"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-15359",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-15359"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01536",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01536"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-15360",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-15360"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-15361",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-15361"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-15362",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-15362"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-15363",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-15363"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-15364",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-15364"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-15365",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-15365"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-15366",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-15366"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-15367",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-15367"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-15368",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-15368"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-15369",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-15369"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01537",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01537"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-15370",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-15370"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-15371",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-15371"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-15372",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-15372"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-15373",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-15373"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-15374",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-15374"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-15375",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-15375"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-15376",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-15376"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-15377",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-15377"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-15378",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-15378"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-15379",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-15379"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01538",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01538"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-15380",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-15380"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-15381",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-15381"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-15382",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-15382"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-15383",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-15383"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-15384",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-15384"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-15385",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-15385"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-15386",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-15386"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-15387",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-15387"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-15388",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-15388"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-15389",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-15389"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01539",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01539"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-15390",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-15390"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-15391",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-15391"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-15392",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-15392"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-15393",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-15393"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-15394",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-15394"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-15395",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-15395"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-15396",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-15396"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-15397",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-15397"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-15398",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-15398"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-15399",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-15399"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00154",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00154"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01540",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01540"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-15400",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-15400"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-15401",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-15401"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-15402",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-15402"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-15403",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-15403"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-15404",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-15404"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-15405",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-15405"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-15406",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-15406"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-15407",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-15407"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-15408",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-15408"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-15409",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-15409"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01541",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01541"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-15410",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-15410"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-15411",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-15411"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-15412",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-15412"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-15413",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-15413"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-15414",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-15414"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-15415",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-15415"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-15416",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-15416"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-15417",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-15417"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-15418",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-15418"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-15419",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-15419"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-15420",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-15420"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-15421",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-15421"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-15422",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-15422"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-15423",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-15423"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-15424",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-15424"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-15425",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-15425"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-15426",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-15426"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-15427",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-15427"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-15428",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-15428"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-15429",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-15429"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-15430",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-15430"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-15431",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-15431"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-15432",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-15432"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-15433",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-15433"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-15435",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-15435"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-15436",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-15436"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-15437",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-15437"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01545",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01545"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01546",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01546"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01547",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01547"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01548",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01548"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00155",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00155"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01552",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01552"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01555",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01555"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01557",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01557"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01558",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01558"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00156",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00156"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01560",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01560"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01562",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01562"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01563",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01563"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01564",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01564"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01565",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01565"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01566",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01566"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01567",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01567"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01568",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01568"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01569",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01569"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00157",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00157"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01570",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01570"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01571",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01571"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01572",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01572"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01573",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01573"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01574",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01574"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01575",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01575"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01576",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01576"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01577",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01577"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01578",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01578"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01579",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01579"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00158",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00158"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01580",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01580"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01582",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01582"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01584",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01584"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01585",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01585"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01586",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01586"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01587",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01587"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01588",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01588"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01589",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01589"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00159",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00159"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01590",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01590"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01591",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01591"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01593",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01593"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01596",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01596"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01597",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01597"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01598",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01598"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01599",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01599"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00016",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00016"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00160",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00160"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01600",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01600"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01601",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01601"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01602",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01602"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01603",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01603"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01604",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01604"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00161",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00161"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01610",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01610"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01611",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01611"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01612",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01612"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01613",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01613"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01614",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01614"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01615",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01615"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01616",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01616"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01617",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01617"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01618",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01618"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01619",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01619"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00162",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00162"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01620",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01620"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01621",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01621"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01622",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01622"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01623",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01623"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01624",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01624"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01625",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01625"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01626",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01626"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01627",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01627"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01628",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01628"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01629",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01629"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00163",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00163"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01630",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01630"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01631",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01631"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01632",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01632"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01633",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01633"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01634",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01634"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01635",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01635"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01636",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01636"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01637",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01637"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01638",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01638"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01639",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01639"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00164",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00164"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01640",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01640"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01641",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01641"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01642",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01642"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01643",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01643"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01644",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01644"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01645",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01645"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01646",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01646"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01647",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01647"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01648",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01648"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01649",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01649"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00165",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00165"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01650",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01650"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01651",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01651"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01652",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01652"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01653",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01653"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01654",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01654"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01655",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01655"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01656",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01656"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01657",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01657"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01658",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01658"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01659",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01659"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00166",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00166"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01660",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01660"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01661",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01661"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01662",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01662"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01663",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01663"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01664",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01664"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01665",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01665"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01667",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01667"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01668",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01668"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01669",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01669"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00167",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00167"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01670",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01670"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01671",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01671"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01672",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01672"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01673",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01673"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01674",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01674"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01675",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01675"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01676",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01676"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01677",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01677"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01678",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01678"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01679",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01679"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00168",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00168"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01680",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01680"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01681",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01681"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01682",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01682"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01688",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01688"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01689",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01689"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00169",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00169"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01690",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01690"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01693",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01693"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00017",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00017"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00170",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00170"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01702",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01702"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01705",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01705"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01706",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01706"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01707",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01707"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01708",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01708"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01709",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01709"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00171",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00171"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01710",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01710"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01711",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01711"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01712",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01712"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01713",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01713"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01714",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01714"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01715",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01715"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01716",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01716"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01717",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01717"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01718",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01718"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01719",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01719"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00172",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00172"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01720",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01720"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01721",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01721"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01722",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01722"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01723",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01723"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01724",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01724"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01725",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01725"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01726",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01726"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01727",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01727"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01728",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01728"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01729",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01729"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00173",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00173"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01730",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01730"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01731",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01731"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01733",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01733"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01735",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01735"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01736",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01736"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01737",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01737"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01738",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01738"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01739",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01739"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00174",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00174"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01740",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01740"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01741",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01741"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01742",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01742"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01745",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01745"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01746",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01746"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01747",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01747"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01748",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01748"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01749",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01749"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00175",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00175"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01750",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01750"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01751",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01751"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01752",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01752"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01753",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01753"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01754",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01754"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01755",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01755"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01756",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01756"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01757",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01757"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01758",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01758"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01759",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01759"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00176",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00176"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01760",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01760"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01762",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01762"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01763",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01763"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01764",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01764"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01765",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01765"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01766",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01766"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01767",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01767"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01768",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01768"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01769",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01769"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00177",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00177"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01770",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01770"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01771",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01771"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01772",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01772"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01773",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01773"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01774",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01774"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01775",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01775"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01776",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01776"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01777",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01777"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01778",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01778"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01779",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01779"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00178",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00178"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01780",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01780"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01781",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01781"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01782",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01782"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01783",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01783"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01784",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01784"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01785",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01785"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01786",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01786"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01787",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01787"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01788",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01788"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01789",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01789"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00179",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00179"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01790",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01790"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01791",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01791"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01792",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01792"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01793",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01793"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01794",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01794"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01795",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01795"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01796",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01796"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01797",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01797"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01799",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01799"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00018",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00018"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00180",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00180"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01800",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01800"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01801",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01801"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01802",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01802"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01803",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01803"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01804",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01804"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01805",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01805"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01806",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01806"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01807",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01807"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01808",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01808"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01809",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01809"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00181",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00181"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01810",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01810"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01811",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01811"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01812",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01812"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01813",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01813"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01814",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01814"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01815",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01815"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01816",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01816"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01817",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01817"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01818",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01818"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01819",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01819"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00182",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00182"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01820",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01820"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01821",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01821"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01822",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01822"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01823",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01823"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01824",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01824"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01825",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01825"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01826",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01826"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01827",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01827"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01828",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01828"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01829",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01829"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00183",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00183"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01830",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01830"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01831",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01831"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01832",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01832"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01833",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01833"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01835",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01835"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01836",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01836"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01837",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01837"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01838",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01838"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01839",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01839"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00184",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00184"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01840",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01840"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01841",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01841"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01842",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01842"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01843",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01843"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01844",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01844"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01845",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01845"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01846",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01846"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01847",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01847"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01848",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01848"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01849",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01849"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00185",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00185"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01850",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01850"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01851",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01851"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01852",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01852"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01853",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01853"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01854",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01854"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01855",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01855"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01856",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01856"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01857",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01857"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01858",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01858"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01859",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01859"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00186",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00186"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01860",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01860"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01861",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01861"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01862",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01862"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01863",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01863"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01864",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01864"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01865",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01865"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01866",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01866"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00187",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00187"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01870",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01870"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01871",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01871"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01872",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01872"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01873",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01873"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01874",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01874"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01875",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01875"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01876",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01876"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01877",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01877"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01878",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01878"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01879",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01879"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00188",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00188"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01880",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01880"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01881",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01881"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01882",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01882"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01883",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01883"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01884",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01884"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01885",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01885"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01886",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01886"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01887",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01887"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01888",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01888"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01889",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01889"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00189",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00189"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01890",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01890"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01891",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01891"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01892",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01892"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01893",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01893"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01894",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01894"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01895",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01895"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01896",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01896"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01897",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01897"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01898",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01898"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01899",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01899"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00019",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00019"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00190",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00190"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01900",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01900"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01901",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01901"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01902",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01902"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01903",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01903"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01904",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01904"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01905",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01905"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01906",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01906"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01907",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01907"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01908",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01908"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01909",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01909"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00191",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00191"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01910",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01910"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01911",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01911"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01912",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01912"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01913",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01913"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01914",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01914"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01915",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01915"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01916",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01916"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01917",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01917"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01918",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01918"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01919",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01919"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00192",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00192"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01920",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01920"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01921",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01921"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01922",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01922"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01923",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01923"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01924",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01924"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01925",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01925"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01926",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01926"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01927",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01927"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01928",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01928"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01929",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01929"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00193",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00193"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01931",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01931"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01932",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01932"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01933",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01933"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01934",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01934"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01935",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01935"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01936",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01936"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01937",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01937"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01938",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01938"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01939",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01939"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00194",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00194"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01940",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01940"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01948",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01948"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01949",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01949"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00195",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00195"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01950",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01950"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01951",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01951"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01952",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01952"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01953",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01953"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01954",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01954"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01955",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01955"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01956",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01956"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01957",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01957"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01958",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01958"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01959",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01959"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00196",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00196"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01962",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01962"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01963",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01963"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01964",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01964"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01965",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01965"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01966",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01966"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01967",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01967"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01968",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01968"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01969",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01969"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00197",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00197"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01970",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01970"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01971",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01971"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01972",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01972"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01973",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01973"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01974",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01974"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01975",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01975"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01976",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01976"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01977",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01977"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01978",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01978"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01979",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01979"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00198",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00198"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01980",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01980"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01981",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01981"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01982",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01982"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01983",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01983"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01984",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01984"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01985",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01985"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01986",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01986"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01987",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01987"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01988",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01988"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01989",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01989"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00199",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00199"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01990",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01990"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01991",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01991"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01992",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01992"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01993",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01993"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01994",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01994"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01995",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01995"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01996",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01996"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01997",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01997"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01998",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01998"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-01999",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-01999"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00002",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00002"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00020",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00020"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00200",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00200"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02000",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02000"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02001",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02001"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02002",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02002"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02003",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02003"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02004",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02004"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02005",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02005"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02006",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02006"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02007",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02007"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02008",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02008"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02009",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02009"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00201",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00201"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02010",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02010"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02011",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02011"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02012",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02012"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02013",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02013"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02014",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02014"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02015",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02015"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02016",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02016"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02017",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02017"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02018",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02018"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02019",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02019"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00202",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00202"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02020",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02020"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02021",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02021"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02022",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02022"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02023",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02023"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02024",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02024"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02025",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02025"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02026",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02026"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02027",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02027"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02028",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02028"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02029",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02029"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00203",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00203"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02030",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02030"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02031",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02031"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02032",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02032"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02033",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02033"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02034",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02034"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02035",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02035"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02036",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02036"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02037",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02037"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02038",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02038"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02039",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02039"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00204",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00204"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02040",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02040"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02041",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02041"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02042",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02042"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02043",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02043"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02044",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02044"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02045",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02045"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02046",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02046"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02047",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02047"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02048",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02048"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02049",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02049"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00205",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00205"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02050",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02050"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02051",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02051"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02052",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02052"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02053",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02053"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02054",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02054"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02055",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02055"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02056",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02056"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02057",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02057"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02058",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02058"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02059",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02059"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00206",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00206"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02060",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02060"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02061",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02061"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02062",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02062"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02063",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02063"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02064",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02064"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02065",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02065"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02066",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02066"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02067",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02067"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02068",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02068"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02069",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02069"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00207",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00207"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02070",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02070"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02071",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02071"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02072",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02072"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02073",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02073"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02074",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02074"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02075",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02075"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02076",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02076"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02077",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02077"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02078",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02078"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02079",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02079"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00208",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00208"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02080",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02080"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02081",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02081"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02082",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02082"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02083",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02083"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02084",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02084"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02085",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02085"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02086",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02086"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02087",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02087"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02088",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02088"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02089",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02089"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00209",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00209"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02090",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02090"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02091",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02091"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02092",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02092"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02093",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02093"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02094",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02094"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02095",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02095"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02096",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02096"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02097",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02097"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02098",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02098"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02099",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02099"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00021",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00021"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00210",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00210"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02100",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02100"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02101",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02101"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02102",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02102"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02103",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02103"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02104",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02104"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02105",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02105"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02106",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02106"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02107",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02107"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02108",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02108"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02109",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02109"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00211",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00211"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02110",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02110"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02111",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02111"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02112",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02112"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02113",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02113"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02114",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02114"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02115",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02115"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02116",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02116"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02117",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02117"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02118",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02118"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02119",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02119"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00212",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00212"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02120",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02120"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02121",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02121"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02122",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02122"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02123",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02123"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02124",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02124"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02125",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02125"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02126",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02126"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02127",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02127"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02128",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02128"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02129",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02129"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00213",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00213"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02130",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02130"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02131",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02131"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02132",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02132"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02133",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02133"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02134",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02134"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02135",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02135"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02136",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02136"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02137",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02137"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02138",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02138"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02139",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02139"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00214",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00214"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02140",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02140"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02141",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02141"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02142",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02142"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02143",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02143"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02144",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02144"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02145",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02145"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02146",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02146"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02147",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02147"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02148",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02148"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02149",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02149"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00215",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00215"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02150",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02150"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02151",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02151"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02152",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02152"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02153",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02153"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02154",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02154"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02155",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02155"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02156",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02156"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02157",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02157"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02158",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02158"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02159",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02159"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00216",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00216"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02160",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02160"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02161",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02161"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02162",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02162"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02163",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02163"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02164",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02164"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02165",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02165"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02166",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02166"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02167",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02167"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02168",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02168"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02169",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02169"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00217",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00217"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02170",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02170"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02171",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02171"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02172",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02172"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02173",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02173"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02174",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02174"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02175",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02175"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02176",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02176"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02177",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02177"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02178",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02178"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02179",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02179"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00218",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00218"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02180",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02180"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02181",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02181"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02182",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02182"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02183",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02183"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02184",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02184"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02185",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02185"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02186",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02186"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02187",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02187"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02188",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02188"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02189",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02189"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00219",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00219"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02190",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02190"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02191",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02191"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02192",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02192"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02193",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02193"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02194",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02194"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02195",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02195"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02196",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02196"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02197",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02197"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02198",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02198"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02199",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02199"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00022",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00022"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00220",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00220"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02200",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02200"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02201",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02201"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02202",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02202"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02203",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02203"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02204",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02204"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02205",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02205"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02206",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02206"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02207",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02207"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02208",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02208"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02209",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02209"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00221",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00221"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02210",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02210"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02211",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02211"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02212",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02212"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02213",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02213"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02214",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02214"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02215",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02215"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02216",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02216"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02217",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02217"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02218",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02218"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02219",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02219"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00222",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00222"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02220",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02220"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02221",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02221"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02222",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02222"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02223",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02223"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02224",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02224"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02225",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02225"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02226",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02226"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02227",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02227"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02228",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02228"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02229",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02229"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00223",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00223"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02230",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02230"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02231",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02231"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02232",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02232"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02233",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02233"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02234",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02234"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02235",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02235"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02236",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02236"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02237",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02237"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02238",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02238"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02239",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02239"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02241",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02241"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02242",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02242"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02243",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02243"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02244",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02244"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02245",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02245"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02246",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02246"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02247",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02247"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02248",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02248"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02249",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02249"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02250",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02250"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02251",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02251"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02252",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02252"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02253",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02253"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02254",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02254"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02255",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02255"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02256",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02256"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02257",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02257"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02258",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02258"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02259",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02259"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02260",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02260"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02261",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02261"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02262",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02262"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02263",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02263"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02264",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02264"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02265",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02265"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02266",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02266"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02267",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02267"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02268",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02268"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02269",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02269"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02270",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02270"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02271",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02271"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02272",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02272"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02273",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02273"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02274",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02274"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02275",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02275"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02276",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02276"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02277",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02277"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02278",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02278"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02279",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02279"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02280",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02280"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02281",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02281"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02282",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02282"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02283",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02283"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02284",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02284"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02285",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02285"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02286",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02286"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02287",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02287"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02288",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02288"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02289",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02289"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02290",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02290"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02291",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02291"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02292",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02292"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02293",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02293"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02294",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02294"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02295",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02295"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02296",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02296"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02297",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02297"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02298",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02298"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02299",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02299"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00023",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00023"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02300",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02300"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02301",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02301"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02302",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02302"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02303",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02303"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02304",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02304"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02305",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02305"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02306",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02306"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02307",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02307"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02308",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02308"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02309",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02309"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02310",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02310"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02311",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02311"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02312",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02312"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02313",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02313"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02314",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02314"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02315",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02315"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02316",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02316"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02317",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02317"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02318",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02318"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02319",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02319"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02320",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02320"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02321",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02321"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02322",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02322"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02323",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02323"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02324",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02324"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02325",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02325"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02326",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02326"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02327",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02327"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02328",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02328"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02329",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02329"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02330",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02330"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02331",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02331"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02332",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02332"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02333",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02333"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02334",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02334"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02335",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02335"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02336",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02336"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02337",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02337"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02338",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02338"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02339",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02339"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02397",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02397"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02398",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02398"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02399",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02399"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00024",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00024"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00240",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00240"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02400",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02400"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02401",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02401"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02402",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02402"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02403",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02403"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02404",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02404"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02405",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02405"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02406",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02406"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02407",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02407"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02408",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02408"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02409",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02409"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00241",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00241"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02410",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02410"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02411",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02411"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02412",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02412"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02413",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02413"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02414",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02414"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02415",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02415"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02416",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02416"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02417",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02417"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02418",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02418"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02419",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02419"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00242",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00242"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02420",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02420"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02421",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02421"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02422",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02422"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02423",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02423"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02424",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02424"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02425",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02425"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02426",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02426"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02427",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02427"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02428",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02428"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02429",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02429"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00243",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00243"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02430",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02430"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02431",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02431"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02432",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02432"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02433",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02433"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02434",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02434"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02435",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02435"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02436",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02436"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02437",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02437"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02438",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02438"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02439",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02439"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00244",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00244"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02440",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02440"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02441",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02441"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02442",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02442"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02443",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02443"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02444",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02444"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02445",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02445"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02446",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02446"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02447",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02447"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02448",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02448"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02449",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02449"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00245",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00245"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02450",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02450"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02451",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02451"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02452",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02452"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02453",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02453"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02454",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02454"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02455",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02455"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02456",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02456"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02457",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02457"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02458",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02458"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02459",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02459"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00246",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00246"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02460",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02460"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02461",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02461"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02462",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02462"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02463",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02463"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02464",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02464"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02465",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02465"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02466",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02466"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02467",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02467"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02468",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02468"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02469",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02469"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00247",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00247"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02470",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02470"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02471",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02471"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02472",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02472"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02473",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02473"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02474",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02474"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02475",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02475"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02476",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02476"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02477",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02477"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02478",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02478"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02479",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02479"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00248",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00248"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02480",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02480"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02481",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02481"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02482",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02482"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02483",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02483"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02484",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02484"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02485",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02485"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02486",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02486"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02487",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02487"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02488",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02488"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02489",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02489"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00249",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00249"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02490",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02490"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02491",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02491"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02492",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02492"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02493",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02493"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02494",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02494"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02495",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02495"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02496",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02496"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02497",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02497"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02498",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02498"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02499",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02499"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00250",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00250"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02501",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02501"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02502",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02502"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02503",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02503"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02504",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02504"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02505",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02505"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-25050",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-25050"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-25051",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-25051"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-25052",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-25052"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-25053",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-25053"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-25054",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-25054"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02506",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02506"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02507",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02507"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-25071",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-25071"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02508",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02508"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02509",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02509"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-25091",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-25091"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-25092",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-25092"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-25093",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-25093"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-25094",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-25094"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00251",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00251"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02510",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02510"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-25101",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-25101"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-25102",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-25102"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-25103",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-25103"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-25104",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-25104"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-25105",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-25105"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-25106",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-25106"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-25107",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-25107"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-25108",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-25108"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-25109",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-25109"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02511",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02511"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-25110",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-25110"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-25111",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-25111"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-25112",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-25112"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-25113",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-25113"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-25114",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-25114"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-25115",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-25115"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-25116",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-25116"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-25117",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-25117"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-25118",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-25118"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-25119",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-25119"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02512",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02512"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-25121",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-25121"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-25122",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-25122"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-25123",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-25123"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-25124",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-25124"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-25125",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-25125"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-25126",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-25126"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-25127",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-25127"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-25128",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-25128"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-25129",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-25129"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02513",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02513"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-25130",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-25130"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-25131",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-25131"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-25132",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-25132"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-25133",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-25133"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-25134",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-25134"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-25135",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-25135"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-25136",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-25136"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-25137",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-25137"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-25138",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-25138"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-25139",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-25139"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02514",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02514"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-25140",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-25140"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-25141",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-25141"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-25142",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-25142"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-25143",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-25143"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-25144",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-25144"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-25145",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-25145"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-25146",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-25146"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-25147",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-25147"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-25148",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-25148"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-25149",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-25149"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02515",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02515"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-25150",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-25150"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-25151",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-25151"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-25152",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-25152"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-25153",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-25153"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-25154",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-25154"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-25155",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-25155"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-25156",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-25156"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-25157",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-25157"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-25158",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-25158"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-25159",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-25159"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02516",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02516"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-25160",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-25160"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-25161",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-25161"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-25162",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-25162"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-25163",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-25163"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-25164",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-25164"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-25165",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-25165"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-25166",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-25166"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-25167",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-25167"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-25168",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-25168"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-25169",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-25169"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02517",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02517"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-25170",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-25170"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-25171",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-25171"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-25172",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-25172"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-25173",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-25173"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-25174",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-25174"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-25175",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-25175"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-25176",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-25176"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-25177",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-25177"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-25178",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-25178"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-25179",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-25179"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02518",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02518"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-25180",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-25180"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-25181",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-25181"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-25182",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-25182"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-25183",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-25183"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-25184",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-25184"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-25185",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-25185"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-25186",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-25186"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-25187",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-25187"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-25188",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-25188"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-25189",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-25189"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02519",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02519"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-25190",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-25190"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-25191",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-25191"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-25192",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-25192"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-25193",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-25193"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-25194",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-25194"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-25195",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-25195"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-25196",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-25196"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-25197",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-25197"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-25198",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-25198"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-25199",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-25199"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00252",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00252"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02520",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02520"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-25200",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-25200"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-25201",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-25201"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-25202",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-25202"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-25203",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-25203"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-25204",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-25204"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-25205",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-25205"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-25206",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-25206"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-25207",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-25207"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-25208",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-25208"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-25209",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-25209"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02521",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02521"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-25210",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-25210"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-25211",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-25211"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-25212",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-25212"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-25213",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-25213"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-25214",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-25214"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-25215",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-25215"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-25216",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-25216"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-25217",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-25217"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-25218",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-25218"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-25219",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-25219"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02522",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02522"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-25220",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-25220"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-25221",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-25221"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-25222",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-25222"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-25223",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-25223"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-25224",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-25224"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-25225",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-25225"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-25226",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-25226"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-25227",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-25227"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-25228",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-25228"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-25229",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-25229"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02523",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02523"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-25230",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-25230"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-25231",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-25231"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-25232",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-25232"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-25233",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-25233"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-25234",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-25234"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02524",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02524"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02525",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02525"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-25252",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-25252"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-25253",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-25253"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-25254",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-25254"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-25255",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-25255"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-25256",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-25256"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-25257",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-25257"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-25258",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-25258"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-25259",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-25259"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02526",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02526"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-25260",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-25260"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-25261",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-25261"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-25262",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-25262"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-25263",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-25263"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-25264",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-25264"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-25265",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-25265"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-25266",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-25266"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-25267",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-25267"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-25268",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-25268"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-25269",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-25269"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02527",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02527"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-25270",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-25270"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-25271",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-25271"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-25272",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-25272"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-25273",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-25273"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-25274",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-25274"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-25275",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-25275"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-25276",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-25276"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-25277",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-25277"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-25278",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-25278"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-25279",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-25279"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02528",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02528"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-25280",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-25280"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-25281",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-25281"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-25282",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-25282"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-25283",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-25283"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-25284",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-25284"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-25285",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-25285"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-25286",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-25286"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02529",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02529"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02530",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02530"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-25301",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-25301"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-25302",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-25302"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-25303",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-25303"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-25304",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-25304"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02531",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02531"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-25310",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-25310"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-25311",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-25311"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-25312",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-25312"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-25313",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-25313"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-25314",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-25314"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-25315",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-25315"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-25316",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-25316"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-25317",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-25317"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-25318",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-25318"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-25319",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-25319"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02532",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02532"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-25320",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-25320"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-25321",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-25321"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02533",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02533"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-25330",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-25330"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-25331",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-25331"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-25332",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-25332"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-25333",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-25333"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-25334",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-25334"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02534",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02534"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02535",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02535"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02536",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02536"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02537",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02537"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02538",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02538"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02539",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02539"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00254",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00254"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02540",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02540"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02541",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02541"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02542",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02542"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02543",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02543"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02544",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02544"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02545",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02545"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02546",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02546"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02547",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02547"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02549",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02549"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00255",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00255"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02550",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02550"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02551",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02551"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02552",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02552"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02553",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02553"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02554",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02554"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02555",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02555"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02556",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02556"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02557",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02557"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02558",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02558"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02559",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02559"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00256",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00256"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02560",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02560"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02561",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02561"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02562",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02562"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02563",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02563"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02564",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02564"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02565",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02565"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02566",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02566"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02567",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02567"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02568",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02568"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02569",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02569"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00257",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00257"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02570",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02570"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02571",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02571"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02572",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02572"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02573",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02573"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02574",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02574"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02575",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02575"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02576",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02576"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02577",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02577"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02578",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02578"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02579",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02579"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00258",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00258"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02580",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02580"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02581",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02581"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02582",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02582"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02583",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02583"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02584",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02584"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02585",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02585"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02586",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02586"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02587",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02587"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02588",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02588"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02589",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02589"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00259",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00259"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02590",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02590"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02591",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02591"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02592",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02592"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02593",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02593"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02594",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02594"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02595",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02595"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02596",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02596"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02597",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02597"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02598",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02598"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02599",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02599"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00026",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00026"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00260",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00260"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02600",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02600"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02601",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02601"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02602",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02602"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02603",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02603"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02604",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02604"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02605",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02605"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02606",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02606"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02607",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02607"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02608",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02608"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02609",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02609"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00261",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00261"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02610",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02610"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02611",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02611"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02612",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02612"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02613",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02613"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02615",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02615"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02616",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02616"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02617",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02617"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02618",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02618"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02619",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02619"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02620",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02620"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02621",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02621"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02622",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02622"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02623",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02623"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02624",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02624"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02625",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02625"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02626",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02626"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02627",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02627"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02628",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02628"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02629",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02629"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02630",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02630"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02631",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02631"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02632",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02632"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02633",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02633"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02634",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02634"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02635",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02635"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02636",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02636"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02637",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02637"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02638",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02638"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02639",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02639"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00264",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00264"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02640",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02640"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02641",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02641"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02642",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02642"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02643",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02643"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02644",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02644"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02645",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02645"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02646",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02646"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02647",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02647"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02648",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02648"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02649",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02649"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00265",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00265"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02650",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02650"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02651",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02651"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02652",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02652"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02653",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02653"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02654",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02654"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02655",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02655"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02656",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02656"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02657",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02657"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02658",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02658"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02659",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02659"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00266",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00266"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02660",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02660"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02661",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02661"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02662",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02662"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02663",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02663"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02664",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02664"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02665",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02665"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02666",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02666"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02667",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02667"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02668",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02668"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02669",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02669"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00267",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00267"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02670",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02670"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02671",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02671"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02672",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02672"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02678",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02678"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02679",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02679"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00268",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00268"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02680",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02680"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02681",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02681"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02682",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02682"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02683",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02683"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02684",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02684"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02685",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02685"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02686",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02686"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02687",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02687"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02688",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02688"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02689",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02689"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00269",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00269"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02690",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02690"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02691",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02691"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02692",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02692"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02693",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02693"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02694",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02694"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02695",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02695"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02696",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02696"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02697",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02697"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02698",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02698"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02699",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02699"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00027",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00027"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00270",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00270"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02700",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02700"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02701",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02701"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02702",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02702"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02703",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02703"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02704",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02704"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02705",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02705"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02706",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02706"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02707",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02707"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02708",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02708"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02709",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02709"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00271",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00271"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02710",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02710"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02711",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02711"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00272",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00272"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00273",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00273"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00274",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00274"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00275",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00275"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02750",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02750"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02751",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02751"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02752",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02752"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02753",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02753"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02754",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02754"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02755",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02755"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02756",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02756"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02757",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02757"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02758",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02758"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02759",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02759"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00276",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00276"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02760",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02760"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02761",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02761"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02762",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02762"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02763",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02763"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02764",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02764"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02765",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02765"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02766",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02766"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02767",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02767"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02768",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02768"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02769",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02769"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00277",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00277"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02770",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02770"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02771",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02771"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02772",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02772"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02773",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02773"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02774",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02774"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02775",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02775"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02776",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02776"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02777",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02777"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02778",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02778"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02779",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02779"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00278",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00278"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02780",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02780"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02781",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02781"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00279",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00279"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00028",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00028"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00280",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00280"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02800",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02800"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02801",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02801"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02802",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02802"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02803",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02803"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02804",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02804"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02805",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02805"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02806",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02806"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02807",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02807"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02808",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02808"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02809",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02809"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00281",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00281"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02810",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02810"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02811",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02811"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02812",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02812"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02813",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02813"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02814",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02814"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02815",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02815"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02816",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02816"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02817",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02817"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02818",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02818"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02819",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02819"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00282",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00282"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02820",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02820"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02821",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02821"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02822",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02822"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02823",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02823"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02824",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02824"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02825",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02825"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02826",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02826"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02827",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02827"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02828",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02828"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02829",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02829"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00283",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00283"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02830",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02830"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02831",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02831"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02832",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02832"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02833",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02833"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02834",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02834"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02835",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02835"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02836",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02836"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02837",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02837"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02838",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02838"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02839",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02839"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00284",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00284"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02840",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02840"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02841",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02841"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02842",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02842"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02843",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02843"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02844",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02844"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02845",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02845"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02846",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02846"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02847",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02847"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02848",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02848"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02849",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02849"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00285",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00285"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02850",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02850"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02851",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02851"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02852",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02852"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02853",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02853"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02854",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02854"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02855",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02855"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02856",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02856"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02857",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02857"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02858",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02858"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02859",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02859"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00286",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00286"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02860",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02860"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02861",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02861"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02862",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02862"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02863",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02863"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02864",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02864"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02865",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02865"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02866",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02866"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02867",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02867"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02868",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02868"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02869",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02869"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00287",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00287"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02870",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02870"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02871",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02871"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02872",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02872"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02873",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02873"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02874",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02874"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02875",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02875"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02876",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02876"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02877",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02877"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02878",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02878"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02879",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02879"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00288",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00288"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02880",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02880"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02881",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02881"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02882",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02882"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02883",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02883"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02884",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02884"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02885",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02885"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00289",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00289"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00029",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00029"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00290",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00290"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02900",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02900"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02901",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02901"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02902",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02902"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02903",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02903"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02904",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02904"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02905",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02905"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02906",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02906"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02907",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02907"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02908",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02908"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02909",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02909"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00291",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00291"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02910",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02910"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02911",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02911"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02912",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02912"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02913",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02913"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02914",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02914"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02915",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02915"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02916",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02916"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02917",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02917"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02918",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02918"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02919",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02919"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00292",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00292"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02920",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02920"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02921",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02921"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02922",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02922"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02923",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02923"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02924",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02924"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-02925",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-02925"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00293",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00293"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00294",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00294"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00295",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00295"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00296",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00296"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00297",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00297"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00298",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00298"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00299",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00299"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00003",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00003"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00030",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00030"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00300",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00300"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-03000",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-03000"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-03001",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-03001"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-03002",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-03002"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-03003",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-03003"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-03004",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-03004"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-03005",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-03005"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-03006",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-03006"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-03007",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-03007"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00301",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00301"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-03010",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-03010"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-03014",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-03014"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-03015",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-03015"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-03017",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-03017"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-03018",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-03018"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-03019",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-03019"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00302",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00302"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-03020",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-03020"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-03021",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-03021"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-03022",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-03022"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-03023",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-03023"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-03024",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-03024"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-03025",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-03025"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-03026",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-03026"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-03027",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-03027"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-03028",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-03028"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-03029",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-03029"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00303",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00303"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-03030",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-03030"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-03031",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-03031"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-03032",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-03032"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-03033",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-03033"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-03036",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-03036"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-03037",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-03037"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-03038",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-03038"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-03039",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-03039"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00304",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00304"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-03040",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-03040"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-03041",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-03041"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-03042",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-03042"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-03043",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-03043"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-03044",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-03044"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-03045",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-03045"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-03046",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-03046"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-03047",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-03047"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-03048",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-03048"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-03049",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-03049"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-03050",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-03050"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-03051",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-03051"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-03052",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-03052"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-03053",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-03053"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-03054",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-03054"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-03055",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-03055"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-03056",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-03056"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-03057",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-03057"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-03059",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-03059"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00306",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00306"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-03060",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-03060"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-03061",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-03061"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-03062",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-03062"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-03063",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-03063"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-03064",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-03064"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-03065",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-03065"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-03066",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-03066"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-03067",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-03067"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-03068",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-03068"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-03069",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-03069"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00307",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00307"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-03070",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-03070"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-03071",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-03071"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00308",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00308"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00309",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00309"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00031",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00031"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00310",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00310"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00311",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00311"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00312",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00312"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00313",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00313"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00314",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00314"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00315",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00315"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00316",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00316"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00317",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00317"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00318",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00318"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00319",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00319"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00032",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00032"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00321",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00321"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00322",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00322"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00323",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00323"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00324",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00324"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00325",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00325"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00326",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00326"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00327",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00327"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00328",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00328"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00329",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00329"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00033",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00033"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00330",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00330"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00331",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00331"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00332",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00332"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00333",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00333"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00334",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00334"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00335",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00335"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00336",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00336"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00337",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00337"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00338",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00338"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00339",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00339"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00034",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00034"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00340",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00340"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00341",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00341"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00342",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00342"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00343",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00343"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00344",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00344"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00345",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00345"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00346",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00346"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00347",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00347"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00348",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00348"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00349",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00349"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00035",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00035"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00350",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00350"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-03506",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-03506"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-03507",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-03507"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-03508",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-03508"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-03509",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-03509"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00351",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00351"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-03510",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-03510"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-03514",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-03514"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-03515",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-03515"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-03516",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-03516"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-03517",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-03517"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-03518",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-03518"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-03519",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-03519"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00352",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00352"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-03520",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-03520"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-03521",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-03521"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-03522",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-03522"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-03523",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-03523"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-03524",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-03524"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-03525",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-03525"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-03526",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-03526"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-03527",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-03527"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-03528",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-03528"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-03529",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-03529"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00353",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00353"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-03530",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-03530"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-03531",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-03531"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-03532",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-03532"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-03533",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-03533"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-03534",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-03534"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-03535",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-03535"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-03536",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-03536"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-03537",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-03537"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-03538",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-03538"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-03539",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-03539"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00354",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00354"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00355",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00355"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00356",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00356"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00357",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00357"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00036",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00036"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00360",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00360"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00361",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00361"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00362",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00362"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00363",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00363"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00364",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00364"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00365",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00365"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00366",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00366"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00367",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00367"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00368",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00368"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00369",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00369"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00037",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00037"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00370",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00370"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00371",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00371"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00372",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00372"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00373",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00373"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00374",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00374"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00375",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00375"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00376",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00376"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00377",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00377"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00378",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00378"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00379",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00379"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00038",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00038"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00380",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00380"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00381",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00381"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00382",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00382"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00383",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00383"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00384",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00384"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00385",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00385"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00386",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00386"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00387",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00387"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00388",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00388"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00389",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00389"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00039",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00039"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00390",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00390"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00391",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00391"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00392",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00392"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00393",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00393"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00394",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00394"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00395",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00395"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00396",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00396"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00397",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00397"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00398",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00398"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00399",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00399"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00004",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00004"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00040",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00040"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00400",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00400"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-04000",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-04000"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-04001",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-04001"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-04002",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-04002"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-04003",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-04003"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-04004",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-04004"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-04005",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-04005"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-04006",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-04006"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-04007",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-04007"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-04008",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-04008"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-04009",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-04009"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00401",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00401"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-04010",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-04010"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-04011",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-04011"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-04012",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-04012"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-04013",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-04013"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-04014",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-04014"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-04015",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-04015"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-04016",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-04016"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-04017",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-04017"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-04018",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-04018"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-04019",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-04019"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00402",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00402"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-04020",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-04020"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-04021",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-04021"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-04022",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-04022"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-04023",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-04023"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-04024",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-04024"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-04025",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-04025"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-04026",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-04026"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-04027",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-04027"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-04028",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-04028"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-04029",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-04029"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00403",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00403"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-04030",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-04030"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-04031",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-04031"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-04032",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-04032"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-04033",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-04033"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-04034",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-04034"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-04035",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-04035"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-04036",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-04036"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-04037",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-04037"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-04038",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-04038"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-04039",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-04039"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-04040",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-04040"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-04041",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-04041"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-04042",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-04042"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-04043",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-04043"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-04044",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-04044"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-04045",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-04045"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-04046",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-04046"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-04047",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-04047"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-04048",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-04048"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00405",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00405"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00406",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00406"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00407",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00407"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00408",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00408"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00409",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00409"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00041",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00041"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00410",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00410"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00411",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00411"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00412",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00412"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00413",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00413"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00414",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00414"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00415",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00415"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00416",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00416"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00417",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00417"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00418",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00418"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00419",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00419"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00042",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00042"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00420",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00420"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00422",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00422"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00423",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00423"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00424",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00424"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00425",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00425"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00427",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00427"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00428",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00428"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00429",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00429"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00430",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00430"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00431",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00431"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00432",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00432"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00433",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00433"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00434",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00434"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00435",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00435"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00436",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00436"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00437",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00437"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00438",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00438"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00044",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00044"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00442",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00442"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00443",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00443"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00444",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00444"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00445",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00445"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00446",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00446"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00447",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00447"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00448",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00448"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00449",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00449"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00045",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00045"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00450",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00450"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-04501",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-04501"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-04502",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-04502"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-04503",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-04503"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-04504",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-04504"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-04505",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-04505"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-04506",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-04506"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-04507",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-04507"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-04508",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-04508"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-04509",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-04509"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00451",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00451"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-04510",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-04510"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-04511",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-04511"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-04512",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-04512"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-04513",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-04513"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-04514",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-04514"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00452",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00452"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-04521",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-04521"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-04522",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-04522"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-04523",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-04523"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-04524",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-04524"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-04525",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-04525"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-04526",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-04526"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-04527",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-04527"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00453",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00453"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00454",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00454"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00455",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00455"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00456",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00456"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00457",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00457"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00458",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00458"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00459",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00459"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00046",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00046"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00460",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00460"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00461",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00461"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00462",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00462"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00463",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00463"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00464",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00464"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00465",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00465"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00466",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00466"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00467",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00467"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00468",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00468"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00469",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00469"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00047",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00047"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00470",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00470"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00471",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00471"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00472",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00472"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00473",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00473"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00474",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00474"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00475",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00475"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00476",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00476"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00477",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00477"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00479",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00479"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00480",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00480"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00482",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00482"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00483",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00483"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00484",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00484"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00485",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00485"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00486",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00486"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00487",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00487"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00488",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00488"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00489",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00489"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00049",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00049"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00490",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00490"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00491",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00491"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00492",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00492"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00493",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00493"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00494",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00494"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00495",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00495"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00496",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00496"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00497",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00497"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00499",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00499"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00005",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00005"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00500",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00500"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-05000",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-05000"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-05001",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-05001"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-05002",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-05002"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-05003",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-05003"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00501",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00501"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00502",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00502"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00503",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00503"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00504",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00504"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00505",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00505"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00506",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00506"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00507",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00507"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00508",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00508"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00509",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00509"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00051",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00051"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00510",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00510"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-05101",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-05101"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-05102",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-05102"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-05103",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-05103"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00511",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00511"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00512",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00512"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00513",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00513"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00514",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00514"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00515",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00515"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00516",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00516"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00517",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00517"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00518",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00518"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00519",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00519"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00052",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00052"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00520",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00520"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-05200",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-05200"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-05201",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-05201"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-05202",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-05202"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-05203",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-05203"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-05204",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-05204"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-05205",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-05205"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-05206",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-05206"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-05207",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-05207"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-05208",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-05208"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-05209",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-05209"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00521",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00521"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-05210",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-05210"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-05211",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-05211"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-05212",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-05212"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-05213",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-05213"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-05214",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-05214"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-05215",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-05215"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-05216",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-05216"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-05217",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-05217"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-05218",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-05218"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-05219",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-05219"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-05220",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-05220"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-05221",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-05221"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-05222",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-05222"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-05223",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-05223"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-05224",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-05224"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-05225",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-05225"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-05226",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-05226"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-05227",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-05227"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-05228",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-05228"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-05229",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-05229"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00523",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00523"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-05230",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-05230"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-05231",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-05231"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-05232",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-05232"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-05233",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-05233"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-05234",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-05234"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-05235",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-05235"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-05236",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-05236"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-05237",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-05237"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-05238",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-05238"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-05239",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-05239"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00524",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00524"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-05240",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-05240"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-05241",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-05241"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-05242",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-05242"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-05243",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-05243"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-05244",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-05244"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-05245",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-05245"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-05246",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-05246"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-05247",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-05247"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-05248",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-05248"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-05249",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-05249"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00525",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00525"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-05250",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-05250"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-05251",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-05251"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-05252",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-05252"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-05253",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-05253"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-05254",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-05254"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-05255",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-05255"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-05256",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-05256"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-05257",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-05257"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-05258",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-05258"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-05259",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-05259"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00526",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00526"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-05260",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-05260"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-05261",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-05261"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-05262",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-05262"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-05263",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-05263"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-05264",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-05264"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-05265",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-05265"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-05266",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-05266"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-05267",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-05267"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-05268",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-05268"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-05269",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-05269"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-05270",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-05270"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-05271",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-05271"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-05272",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-05272"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-05273",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-05273"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-05274",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-05274"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-05275",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-05275"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-05276",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-05276"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-05278",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-05278"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-05279",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-05279"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00528",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00528"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-05280",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-05280"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-05282",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-05282"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-05283",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-05283"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-05284",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-05284"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-05285",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-05285"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-05286",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-05286"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-05287",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-05287"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-05288",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-05288"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00529",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00529"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-05292",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-05292"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-05295",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-05295"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-05296",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-05296"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-05297",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-05297"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-05298",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-05298"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-05299",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-05299"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00053",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00053"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00530",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00530"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-05300",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-05300"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-05301",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-05301"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-05302",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-05302"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-05303",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-05303"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-05304",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-05304"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-05305",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-05305"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-05306",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-05306"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-05307",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-05307"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-05308",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-05308"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-05309",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-05309"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00531",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00531"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-05310",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-05310"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-05311",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-05311"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-05312",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-05312"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-05313",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-05313"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-05314",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-05314"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-05315",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-05315"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-05316",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-05316"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-05317",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-05317"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-05318",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-05318"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-05319",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-05319"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00532",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00532"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-05320",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-05320"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-05321",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-05321"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-05322",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-05322"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-05323",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-05323"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-05324",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-05324"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-05325",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-05325"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-05326",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-05326"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-05327",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-05327"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-05328",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-05328"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-05329",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-05329"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00533",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00533"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-05330",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-05330"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00534",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00534"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00535",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00535"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00536",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00536"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00537",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00537"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00538",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00538"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00539",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00539"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00054",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00054"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00540",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00540"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00541",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00541"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00542",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00542"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00543",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00543"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00544",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00544"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00545",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00545"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00546",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00546"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00547",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00547"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00549",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00549"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00055",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00055"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00550",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00550"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-05500",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-05500"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-05501",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-05501"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-05502",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-05502"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-05503",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-05503"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-05506",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-05506"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-05507",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-05507"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-05508",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-05508"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-05509",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-05509"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00551",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00551"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-05510",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-05510"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-05511",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-05511"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-05512",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-05512"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-05513",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-05513"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-05514",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-05514"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-05515",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-05515"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-05516",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-05516"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-05517",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-05517"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-05518",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-05518"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-05519",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-05519"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00552",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00552"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-05520",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-05520"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00554",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00554"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00555",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00555"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00556",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00556"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00557",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00557"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00558",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00558"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00559",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00559"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00056",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00056"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00560",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00560"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-05600",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-05600"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-05601",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-05601"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00561",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00561"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00562",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00562"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00563",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00563"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00564",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00564"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00565",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00565"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00566",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00566"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-05663",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-05663"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-05664",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-05664"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00567",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00567"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-05672",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-05672"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-05673",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-05673"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00568",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00568"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00057",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00057"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00570",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00570"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-05700",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-05700"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-05701",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-05701"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00571",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00571"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00572",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00572"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00573",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00573"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00575",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00575"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00576",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00576"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00577",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00577"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00578",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00578"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00579",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00579"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00058",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00058"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00580",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00580"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00581",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00581"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00582",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00582"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00583",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00583"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00584",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00584"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00585",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00585"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00586",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00586"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00587",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00587"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00588",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00588"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00059",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00059"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00593",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00593"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00594",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00594"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00006",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00006"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00060",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00060"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06000",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06000"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06001",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06001"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06002",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06002"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06003",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06003"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06004",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06004"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06005",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06005"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06006",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06006"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06007",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06007"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06008",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06008"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06009",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06009"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06010",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06010"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06011",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06011"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06012",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06012"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06013",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06013"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06014",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06014"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06015",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06015"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06016",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06016"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06017",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06017"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06018",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06018"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06019",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06019"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06020",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06020"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06021",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06021"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06022",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06022"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06023",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06023"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06024",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06024"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06025",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06025"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06026",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06026"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06027",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06027"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06028",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06028"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06029",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06029"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06030",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06030"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06031",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06031"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06032",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06032"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06033",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06033"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06034",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06034"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06035",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06035"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06036",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06036"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06037",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06037"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06038",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06038"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06039",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06039"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06040",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06040"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06041",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06041"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06042",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06042"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06043",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06043"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06044",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06044"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06045",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06045"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06046",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06046"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06047",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06047"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06048",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06048"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06049",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06049"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06050",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06050"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06051",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06051"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06052",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06052"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06053",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06053"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06054",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06054"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06055",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06055"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06056",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06056"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06057",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06057"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06058",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06058"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06059",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06059"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06060",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06060"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06061",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06061"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06062",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06062"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06063",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06063"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06064",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06064"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06065",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06065"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06066",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06066"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06067",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06067"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06068",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06068"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06069",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06069"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06070",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06070"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06071",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06071"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06072",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06072"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06073",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06073"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06074",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06074"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06075",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06075"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06076",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06076"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06077",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06077"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06078",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06078"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06079",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06079"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06080",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06080"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06081",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06081"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06082",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06082"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00061",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00061"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06100",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06100"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06101",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06101"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06102",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06102"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06103",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06103"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06104",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06104"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06105",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06105"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06106",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06106"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06107",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06107"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06108",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06108"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06109",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06109"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06110",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06110"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06111",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06111"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06112",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06112"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06113",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06113"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06114",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06114"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06115",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06115"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06116",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06116"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06117",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06117"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06118",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06118"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06119",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06119"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06120",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06120"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06121",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06121"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06122",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06122"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06123",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06123"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06124",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06124"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06125",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06125"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06126",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06126"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06127",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06127"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06128",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06128"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06129",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06129"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06130",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06130"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06131",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06131"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06132",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06132"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06133",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06133"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06134",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06134"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06135",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06135"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06136",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06136"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06137",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06137"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06138",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06138"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06139",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06139"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06140",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06140"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06141",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06141"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06142",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06142"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06143",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06143"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06144",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06144"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06145",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06145"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06146",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06146"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06147",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06147"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06148",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06148"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06149",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06149"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06150",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06150"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06151",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06151"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06152",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06152"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06153",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06153"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06154",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06154"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06155",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06155"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00062",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00062"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06200",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06200"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06201",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06201"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06203",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06203"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06204",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06204"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06205",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06205"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06206",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06206"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06207",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06207"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06208",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06208"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06209",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06209"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06210",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06210"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06211",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06211"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06212",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06212"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06213",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06213"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06214",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06214"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06215",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06215"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06216",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06216"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06217",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06217"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06218",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06218"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06219",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06219"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06220",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06220"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06221",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06221"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06222",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06222"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06223",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06223"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06224",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06224"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00063",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00063"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06300",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06300"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06301",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06301"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06302",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06302"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06303",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06303"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06304",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06304"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06305",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06305"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06306",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06306"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06307",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06307"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06308",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06308"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06309",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06309"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06310",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06310"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06311",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06311"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06312",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06312"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06313",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06313"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06314",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06314"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06315",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06315"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06316",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06316"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06317",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06317"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06318",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06318"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06319",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06319"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06320",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06320"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06321",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06321"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06322",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06322"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06323",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06323"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06324",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06324"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06325",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06325"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06326",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06326"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06327",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06327"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06328",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06328"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06329",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06329"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06330",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06330"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06331",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06331"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06332",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06332"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06333",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06333"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06334",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06334"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06350",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06350"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06351",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06351"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06352",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06352"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06353",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06353"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06354",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06354"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06355",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06355"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06356",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06356"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06357",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06357"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06358",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06358"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06359",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06359"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06360",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06360"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06361",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06361"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06362",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06362"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06363",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06363"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06364",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06364"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06365",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06365"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06366",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06366"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06367",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06367"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06368",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06368"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06369",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06369"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06370",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06370"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06371",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06371"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06372",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06372"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06373",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06373"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06374",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06374"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06375",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06375"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06376",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06376"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06377",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06377"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06378",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06378"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06379",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06379"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06380",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06380"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06381",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06381"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06382",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06382"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06383",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06383"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06384",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06384"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06385",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06385"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06386",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06386"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06387",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06387"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06388",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06388"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06389",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06389"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06390",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06390"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06391",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06391"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06392",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06392"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06393",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06393"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06394",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06394"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06395",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06395"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06396",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06396"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06397",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06397"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06398",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06398"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06399",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06399"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00064",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00064"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06400",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06400"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06401",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06401"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06402",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06402"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06403",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06403"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06404",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06404"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06405",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06405"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06406",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06406"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06407",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06407"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06408",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06408"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06409",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06409"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06410",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06410"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06411",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06411"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06412",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06412"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06413",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06413"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06414",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06414"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06415",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06415"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06416",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06416"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06417",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06417"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06418",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06418"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06419",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06419"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06420",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06420"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06421",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06421"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06422",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06422"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06423",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06423"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06424",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06424"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06425",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06425"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06426",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06426"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06427",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06427"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06428",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06428"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06429",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06429"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06430",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06430"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06431",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06431"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06432",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06432"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06433",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06433"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06434",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06434"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06435",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06435"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06436",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06436"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06437",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06437"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06438",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06438"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06439",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06439"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06440",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06440"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06441",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06441"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06442",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06442"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06443",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06443"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06444",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06444"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06445",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06445"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06446",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06446"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06447",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06447"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06448",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06448"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06449",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06449"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06450",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06450"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06451",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06451"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06452",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06452"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06453",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06453"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06454",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06454"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06455",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06455"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06456",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06456"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06457",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06457"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06458",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06458"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06460",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06460"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06461",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06461"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06462",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06462"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06463",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06463"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06464",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06464"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06465",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06465"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06471",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06471"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06472",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06472"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06473",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06473"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06474",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06474"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06475",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06475"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06476",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06476"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06477",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06477"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06478",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06478"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06479",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06479"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06480",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06480"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06481",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06481"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06482",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06482"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06483",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06483"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06484",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06484"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06485",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06485"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06486",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06486"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06487",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06487"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06488",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06488"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06489",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06489"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06490",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06490"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06491",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06491"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06492",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06492"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06493",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06493"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06494",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06494"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06495",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06495"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06496",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06496"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06497",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06497"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06498",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06498"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06499",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06499"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00065",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00065"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06500",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06500"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06501",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06501"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06502",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06502"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06503",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06503"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06504",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06504"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06505",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06505"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06506",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06506"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06507",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06507"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06508",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06508"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06509",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06509"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00651",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00651"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06510",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06510"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06511",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06511"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06512",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06512"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06513",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06513"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06514",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06514"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06515",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06515"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06516",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06516"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06517",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06517"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06518",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06518"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06519",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06519"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00652",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00652"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06520",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06520"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06521",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06521"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06522",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06522"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06523",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06523"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06524",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06524"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06525",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06525"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06526",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06526"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06527",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06527"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06528",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06528"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06529",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06529"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00653",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00653"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06530",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06530"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06531",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06531"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06532",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06532"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06533",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06533"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06534",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06534"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06535",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06535"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06536",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06536"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06537",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06537"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06538",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06538"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06539",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06539"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00654",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00654"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06540",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06540"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06541",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06541"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06542",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06542"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06543",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06543"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06544",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06544"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06545",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06545"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06546",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06546"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06547",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06547"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06548",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06548"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06549",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06549"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00655",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00655"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06550",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06550"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06551",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06551"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06552",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06552"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06553",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06553"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06554",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06554"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06555",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06555"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06556",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06556"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06557",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06557"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06558",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06558"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06559",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06559"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00656",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00656"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06560",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06560"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06561",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06561"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06562",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06562"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06563",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06563"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06564",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06564"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06565",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06565"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06566",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06566"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06567",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06567"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06568",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06568"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06569",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06569"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00657",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00657"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06570",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06570"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06571",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06571"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06572",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06572"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06573",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06573"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06574",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06574"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06575",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06575"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06576",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06576"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06577",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06577"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06578",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06578"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06579",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06579"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00658",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00658"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06580",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06580"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06581",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06581"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06582",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06582"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06583",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06583"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06584",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06584"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06585",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06585"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06586",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06586"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06587",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06587"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06588",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06588"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06589",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06589"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00659",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00659"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06590",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06590"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06591",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06591"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06592",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06592"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06593",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06593"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06594",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06594"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06595",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06595"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06596",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06596"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06597",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06597"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06598",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06598"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06599",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06599"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00066",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00066"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00660",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00660"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06600",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06600"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06601",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06601"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06602",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06602"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06603",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06603"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06604",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06604"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06605",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06605"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06606",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06606"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06607",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06607"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06608",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06608"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06609",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06609"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00661",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00661"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06610",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06610"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06611",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06611"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06612",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06612"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06613",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06613"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06614",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06614"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06615",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06615"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06616",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06616"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06617",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06617"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06618",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06618"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06619",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06619"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00662",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00662"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06620",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06620"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06621",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06621"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06622",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06622"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06623",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06623"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06624",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06624"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06625",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06625"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06626",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06626"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-06627",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-06627"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00663",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00663"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00664",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00664"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00665",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00665"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00666",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00666"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00667",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00667"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00668",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00668"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00669",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00669"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00067",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00067"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00670",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00670"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00671",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00671"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00672",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00672"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00673",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00673"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00674",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00674"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00675",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00675"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00676",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00676"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00678",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00678"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00679",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00679"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00068",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00068"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00680",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00680"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00681",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00681"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00685",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00685"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00686",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00686"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00687",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00687"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00688",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00688"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00689",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00689"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00069",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00069"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00690",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00690"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00691",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00691"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00692",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00692"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00693",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00693"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00694",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00694"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00695",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00695"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00696",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00696"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00697",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00697"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00698",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00698"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00699",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00699"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00007",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00007"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00070",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00070"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00700",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00700"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00701",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00701"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00702",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00702"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00703",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00703"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00704",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00704"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00705",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00705"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00706",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00706"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00707",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00707"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00708",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00708"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00709",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00709"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00071",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00071"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00710",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00710"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00711",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00711"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00712",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00712"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00713",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00713"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00714",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00714"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00715",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00715"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00716",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00716"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00717",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00717"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00719",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00719"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00720",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00720"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00721",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00721"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00722",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00722"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00723",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00723"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00724",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00724"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00725",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00725"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00726",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00726"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00727",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00727"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00728",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00728"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00729",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00729"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00073",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00073"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00730",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00730"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00731",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00731"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00732",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00732"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00733",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00733"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00734",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00734"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00735",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00735"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00736",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00736"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00737",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00737"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00738",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00738"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00739",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00739"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00074",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00074"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00740",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00740"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00741",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00741"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00742",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00742"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00743",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00743"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00744",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00744"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00745",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00745"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00746",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00746"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00747",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00747"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00748",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00748"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00749",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00749"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00075",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00075"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00750",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00750"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00751",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00751"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00752",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00752"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00753",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00753"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00754",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00754"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00755",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00755"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00756",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00756"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00757",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00757"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00758",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00758"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00759",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00759"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00076",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00076"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00760",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00760"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00761",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00761"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00762",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00762"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00763",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00763"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00764",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00764"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00765",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00765"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00766",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00766"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00767",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00767"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00768",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00768"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00769",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00769"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00077",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00077"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00770",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00770"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00771",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00771"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00772",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00772"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00773",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00773"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00774",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00774"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00775",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00775"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00776",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00776"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00777",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00777"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00778",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00778"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00779",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00779"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00078",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00078"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00780",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00780"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00781",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00781"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00782",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00782"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00783",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00783"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00784",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00784"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00785",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00785"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00786",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00786"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00787",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00787"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00788",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00788"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00789",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00789"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00079",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00079"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00790",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00790"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00791",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00791"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00794",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00794"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00795",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00795"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00796",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00796"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00797",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00797"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00798",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00798"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00799",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00799"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00008",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00008"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00080",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00080"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00800",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00800"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-08000",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-08000"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-08001",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-08001"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-08002",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-08002"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-08003",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-08003"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-08004",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-08004"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-08005",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-08005"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-08006",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-08006"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-08007",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-08007"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-08008",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-08008"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-08009",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-08009"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00801",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00801"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-08010",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-08010"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-08011",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-08011"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-08012",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-08012"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-08013",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-08013"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-08014",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-08014"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-08015",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-08015"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-08016",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-08016"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-08017",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-08017"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-08018",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-08018"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-08019",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-08019"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-08020",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-08020"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-08021",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-08021"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-08022",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-08022"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-08023",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-08023"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-08024",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-08024"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-08025",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-08025"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-08026",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-08026"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-08027",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-08027"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-08028",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-08028"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-08029",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-08029"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00803",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00803"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-08030",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-08030"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-08031",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-08031"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-08032",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-08032"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-08033",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-08033"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-08034",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-08034"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-08035",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-08035"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-08036",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-08036"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-08037",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-08037"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-08038",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-08038"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-08039",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-08039"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00804",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00804"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-08040",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-08040"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-08041",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-08041"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-08042",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-08042"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-08043",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-08043"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-08044",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-08044"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-08045",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-08045"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-08046",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-08046"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-08047",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-08047"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-08048",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-08048"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00805",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00805"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00806",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00806"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00808",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00808"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00809",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00809"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00081",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00081"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00810",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00810"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-08100",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-08100"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-08101",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-08101"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-08102",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-08102"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-08103",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-08103"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-08104",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-08104"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-08105",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-08105"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-08106",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-08106"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-08107",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-08107"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-08108",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-08108"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-08109",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-08109"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00811",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00811"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-08110",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-08110"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-08111",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-08111"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-08112",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-08112"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-08113",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-08113"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-08114",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-08114"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-08115",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-08115"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-08116",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-08116"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-08117",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-08117"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-08118",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-08118"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-08119",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-08119"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00812",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00812"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-08120",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-08120"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-08121",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-08121"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-08122",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-08122"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-08123",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-08123"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-08124",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-08124"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00813",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00813"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00814",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00814"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00815",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00815"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00816",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00816"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00817",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00817"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00818",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00818"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00082",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00082"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00820",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00820"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-08200",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-08200"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-08201",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-08201"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-08202",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-08202"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-08203",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-08203"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-08204",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-08204"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-08209",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-08209"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00821",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00821"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-08210",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-08210"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-08211",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-08211"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-08216",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-08216"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-08217",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-08217"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-08218",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-08218"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-08219",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-08219"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00822",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00822"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-08220",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-08220"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-08221",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-08221"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-08222",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-08222"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-08223",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-08223"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-08224",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-08224"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-08225",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-08225"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-08226",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-08226"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-08227",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-08227"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-08228",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-08228"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-08229",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-08229"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00823",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00823"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-08230",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-08230"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-08231",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-08231"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-08232",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-08232"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-08233",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-08233"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-08234",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-08234"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-08235",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-08235"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-08236",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-08236"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-08237",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-08237"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-08238",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-08238"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-08239",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-08239"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00824",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00824"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-08240",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-08240"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-08241",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-08241"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-08242",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-08242"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-08243",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-08243"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-08244",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-08244"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-08245",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-08245"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-08246",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-08246"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-08247",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-08247"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-08248",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-08248"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00825",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00825"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-08250",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-08250"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-08251",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-08251"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-08252",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-08252"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-08253",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-08253"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-08254",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-08254"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-08255",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-08255"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-08256",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-08256"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-08257",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-08257"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-08258",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-08258"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-08259",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-08259"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00826",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00826"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-08260",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-08260"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-08261",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-08261"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-08262",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-08262"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-08263",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-08263"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-08264",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-08264"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-08265",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-08265"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-08266",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-08266"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00827",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00827"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-08270",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-08270"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-08271",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-08271"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-08272",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-08272"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-08273",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-08273"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-08274",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-08274"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-08275",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-08275"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-08276",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-08276"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-08277",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-08277"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-08278",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-08278"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00828",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00828"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00829",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00829"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00083",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00083"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00830",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00830"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00831",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00831"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00832",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00832"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00833",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00833"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00834",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00834"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00835",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00835"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00836",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00836"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00837",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00837"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00838",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00838"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00839",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00839"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00084",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00084"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00840",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00840"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00841",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00841"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00842",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00842"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00843",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00843"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00844",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00844"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00845",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00845"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00846",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00846"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00847",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00847"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00848",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00848"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00849",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00849"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00085",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00085"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00850",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00850"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-08500",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-08500"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-08501",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-08501"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-08502",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-08502"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-08503",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-08503"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-08504",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-08504"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-08505",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-08505"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-08506",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-08506"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-08507",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-08507"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-08508",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-08508"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-08509",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-08509"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00851",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00851"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-08510",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-08510"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-08511",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-08511"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-08512",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-08512"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-08513",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-08513"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-08514",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-08514"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-08515",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-08515"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-08516",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-08516"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-08517",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-08517"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-08518",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-08518"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-08519",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-08519"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00852",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00852"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-08520",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-08520"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-08521",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-08521"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-08522",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-08522"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-08523",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-08523"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-08524",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-08524"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-08525",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-08525"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-08526",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-08526"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-08527",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-08527"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-08528",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-08528"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-08529",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-08529"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00853",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00853"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-08530",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-08530"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-08531",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-08531"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-08532",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-08532"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-08533",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-08533"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-08534",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-08534"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-08535",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-08535"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-08536",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-08536"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-08537",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-08537"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-08538",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-08538"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-08539",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-08539"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00854",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00854"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-08540",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-08540"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-08541",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-08541"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-08542",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-08542"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-08543",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-08543"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-08544",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-08544"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-08545",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-08545"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-08546",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-08546"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-08547",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-08547"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-08548",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-08548"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-08549",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-08549"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00855",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00855"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-08550",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-08550"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-08551",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-08551"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-08552",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-08552"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-08553",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-08553"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-08554",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-08554"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-08555",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-08555"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-08556",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-08556"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-08557",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-08557"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-08558",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-08558"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00856",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00856"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00857",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00857"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00858",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00858"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00086",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00086"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00862",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00862"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00863",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00863"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00864",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00864"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00865",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00865"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00866",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00866"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00867",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00867"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00868",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00868"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00869",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00869"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00087",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00087"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00870",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00870"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00871",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00871"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00873",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00873"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00874",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00874"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00875",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00875"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00876",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00876"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00877",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00877"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00878",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00878"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00879",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00879"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00088",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00088"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00880",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00880"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00881",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00881"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00882",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00882"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00883",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00883"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00884",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00884"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00885",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00885"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00886",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00886"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00887",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00887"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00888",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00888"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00889",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00889"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00089",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00089"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00890",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00890"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00891",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00891"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00892",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00892"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00893",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00893"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00894",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00894"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00895",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00895"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00896",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00896"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00897",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00897"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00898",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00898"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00899",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00899"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00009",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00009"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00090",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00090"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00900",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00900"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00901",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00901"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00902",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00902"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00903",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00903"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00904",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00904"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00905",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00905"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00906",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00906"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00908",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00908"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00909",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00909"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00091",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00091"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00910",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00910"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00911",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00911"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00912",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00912"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00913",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00913"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00914",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00914"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00915",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00915"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00916",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00916"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00917",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00917"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00918",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00918"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00919",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00919"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00092",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00092"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00920",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00920"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00921",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00921"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00924",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00924"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00925",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00925"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00926",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00926"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00927",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00927"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00928",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00928"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00929",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00929"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00930",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00930"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00931",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00931"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00932",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00932"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00933",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00933"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00934",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00934"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00935",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00935"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00936",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00936"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00937",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00937"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00938",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00938"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00939",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00939"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00094",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00094"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00940",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00940"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00941",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00941"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00942",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00942"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00943",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00943"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00944",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00944"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00945",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00945"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00946",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00946"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00947",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00947"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00948",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00948"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00949",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00949"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00095",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00095"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00950",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00950"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00951",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00951"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00952",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00952"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00953",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00953"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00954",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00954"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00955",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00955"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00956",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00956"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00957",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00957"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00958",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00958"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00959",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00959"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00096",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00096"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00960",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00960"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00961",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00961"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00962",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00962"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00963",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00963"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00964",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00964"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00965",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00965"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00966",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00966"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00967",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00967"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00968",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00968"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00969",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00969"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00097",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00097"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00970",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00970"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00971",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00971"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00972",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00972"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00973",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00973"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00974",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00974"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00975",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00975"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00976",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00976"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00978",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00978"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00979",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00979"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00098",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00098"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00980",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00980"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00981",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00981"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00982",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00982"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00983",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00983"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00984",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00984"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00985",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00985"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00986",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00986"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00987",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00987"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00988",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00988"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00989",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00989"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00099",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00099"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00990",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00990"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00991",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00991"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00992",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00992"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00993",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00993"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00994",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00994"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00995",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00995"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00996",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00996"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00997",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00997"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00998",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00998"
                                        },
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/oggerr/OGG-00999",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"OGG-00999"
                                        }
                                    ]
                                }
                            }
                        }
                    }
                },
                "tags":[
                    "Common/Message Codes"
                ],
                "produces":[
                    "application/json"
                ],
                "parameters":[
                    {
                        "name":"version",
                        "in":"path",
                        "description":"<p>Oracle GoldenGate Service API version.</p>",
                        "required":true,
                        "type":"string",
                        "enum":[
                            "v2"
                        ]
                    }
                ],
                "x-internal-id":"services-{version}-oggerr-get",
                "x-filename-id":"services-version-oggerr-get"
            }
        },
        "/services/{version}/content/{a}/{b}/{c}":{
            "get":{
                "description":"Return the contents of file described by the provided path.",
                "summary":"Static Files",
                "operationId":"get /services/{version}/content/{a}/{b}/{c}",
                "responses":{
                    "200":{
                        "description":"The complete or partial contents of the file described by the provided path.",
                        "schema":{
                            "$ref":"#/definitions/ogg:collection"
                        }
                    }
                },
                "tags":[
                    "Common/Content Requests"
                ],
                "produces":[
                    "application/json"
                ],
                "parameters":[
                    {
                        "name":"c",
                        "in":"path",
                        "description":"Content file described by the provided path.",
                        "required":true,
                        "type":"string",
                        "pattern":"^[a-zA-Z0-9_#$/?&.+=@<>\\-\\[\\]\\ ]*$",
                        "minLength":1,
                        "maxLength":255
                    },
                    {
                        "name":"b",
                        "in":"path",
                        "description":"Content file described by the provided path.",
                        "required":true,
                        "type":"string",
                        "pattern":"^[a-zA-Z0-9_#$/?&.+=@<>\\-\\[\\]\\ ]*$",
                        "minLength":1,
                        "maxLength":255
                    },
                    {
                        "name":"a",
                        "in":"path",
                        "description":"Content file described by the provided path.",
                        "required":true,
                        "type":"string",
                        "pattern":"^[a-zA-Z0-9_#$/?&.+=@<>\\-\\[\\]\\ ]*$",
                        "minLength":1,
                        "maxLength":255
                    },
                    {
                        "name":"version",
                        "in":"path",
                        "description":"<p>Oracle GoldenGate Service API version.</p>",
                        "required":true,
                        "type":"string",
                        "enum":[
                            "v2"
                        ]
                    }
                ],
                "x-internal-id":"services-{version}-content-{a}-{b}-{c}-get",
                "x-filename-id":"services-version-content-b-c-get"
            }
        },
        "/services/{version}/authorizations/{role}/{user}":{
            "get":{
                "description":"<p>Get Authorization User Resource information.</p>",
                "summary":"Retrieve User",
                "operationId":"get /services/{version}/authorizations/{role}/{user}",
                "responses":{
                    "200":{
                        "description":"<p>Successfully return Authorization User Resource information.</p>",
                        "schema":{
                            "$ref":"#/definitions/ogg:userRole"
                        },
                        "examples":{
                            "application/json":{
                                "$schema":"api:standardResponse",
                                "links":[
                                    {
                                        "href":"http://localhost:11001/services/v2/authorizations/User/tkgguser03",
                                        "mediaType":"application/json",
                                        "rel":"canonical"
                                    },
                                    {
                                        "href":"http://localhost:11001/services/v2/authorizations/User/tkgguser03",
                                        "mediaType":"application/json",
                                        "rel":"self"
                                    },
                                    {
                                        "href":"http://localhost:11001/services/v2/metadata-catalog/user",
                                        "mediaType":"application/schema+json",
                                        "rel":"describedby"
                                    }
                                ],
                                "messages":[
                                ],
                                "response":{
                                    "$schema":"ogg:userRole",
                                    "credential":"HzRB8n+yjbwkxvdXSlNaxQemHfrSAZ8hy4YN/05hVR8=",
                                    "info":"Example user #3",
                                    "role":"User",
                                    "type":"Basic",
                                    "user":"tkgguser03"
                                }
                            }
                        }
                    }
                },
                "tags":[
                    "Common/User Management"
                ],
                "produces":[
                    "application/json"
                ],
                "parameters":[
                    {
                        "name":"user",
                        "in":"path",
                        "description":"<p>User Resource Name</p>",
                        "required":true,
                        "type":"string",
                        "minLength":1,
                        "maxLength":512
                    },
                    {
                        "minLength":1,
                        "maxLength":256,
                        "name":"role",
                        "required":true,
                        "pattern":"^[a-zA-Z][a-zA-Z0-9_#$]*$",
                        "type":"string",
                        "default":"User",
                        "description":"<p>Authorization Role Resource Name</p>",
                        "in":"path"
                    },
                    {
                        "name":"version",
                        "in":"path",
                        "description":"<p>Oracle GoldenGate Service API version.</p>",
                        "required":true,
                        "type":"string",
                        "enum":[
                            "v2"
                        ]
                    }
                ],
                "x-internal-id":"services-{version}-authorizations-{role}-{user}-get",
                "x-filename-id":"services-version-authorizations-role-user-get"
            },
            "post":{
                "description":"<p>Create a new Authorization User Resource.</p>",
                "summary":"Create User",
                "operationId":"post /services/{version}/authorizations/{role}/{user}",
                "responses":{
                    "201":{
                        "description":"<p>Successfully updated an existing Authorization User Resource.</p>",
                        "schema":{
                            "$ref":"#/definitions/api:standardResponse"
                        },
                        "examples":{
                            "application/json":{
                                "$schema":"api:standardResponse",
                                "links":[
                                    {
                                        "href":"http://localhost:11001/services/v2/authorizations/User/tkgguser03",
                                        "mediaType":"application/json",
                                        "rel":"canonical"
                                    },
                                    {
                                        "href":"http://localhost:11001/services/v2/authorizations/User/tkgguser03",
                                        "mediaType":"application/json",
                                        "rel":"self"
                                    }
                                ],
                                "messages":[
                                ]
                            }
                        }
                    }
                },
                "tags":[
                    "Common/User Management"
                ],
                "produces":[
                    "application/json"
                ],
                "consumes":[
                    "application/json"
                ],
                "parameters":[
                    {
                        "name":"user",
                        "in":"path",
                        "description":"<p>User Resource Name</p>",
                        "required":true,
                        "type":"string",
                        "minLength":1,
                        "maxLength":512
                    },
                    {
                        "minLength":1,
                        "maxLength":256,
                        "name":"role",
                        "required":true,
                        "pattern":"^[a-zA-Z][a-zA-Z0-9_#$]*$",
                        "type":"string",
                        "default":"User",
                        "description":"<p>Authorization Role Resource Name</p>",
                        "in":"path"
                    },
                    {
                        "name":"version",
                        "in":"path",
                        "description":"<p>Oracle GoldenGate Service API version.</p>",
                        "required":true,
                        "type":"string",
                        "enum":[
                            "v2"
                        ]
                    },
                    {
                        "name":"body",
                        "in":"body",
                        "description":"",
                        "required":false,
                        "schema":{
                            "$ref":"#/definitions/ogg:userRole"
                        },
                        "x-examples":{
                            "application/json":{
                                "credential":"password-A1z",
                                "info":"Example user #3"
                            }
                        }
                    }
                ],
                "x-internal-id":"services-{version}-authorizations-{role}-{user}-post",
                "x-filename-id":"services-version-authorizations-role-user-post"
            },
            "patch":{
                "description":"<p>Update an existing Authorization User Resource.</p>",
                "summary":"Update User",
                "operationId":"patch /services/{version}/authorizations/{role}/{user}",
                "responses":{
                    "200":{
                        "description":"<p>Successfully updated an existing Authorization User Resource.</p>",
                        "schema":{
                            "$ref":"#/definitions/api:standardResponse"
                        },
                        "examples":{
                            "application/json":{
                                "$schema":"api:standardResponse",
                                "links":[
                                    {
                                        "href":"http://localhost:11001/services/v2/authorizations/User/tkgguser03",
                                        "mediaType":"application/json",
                                        "rel":"canonical"
                                    },
                                    {
                                        "href":"http://localhost:11001/services/v2/authorizations/User/tkgguser03",
                                        "mediaType":"application/json",
                                        "rel":"self"
                                    }
                                ],
                                "messages":[
                                ]
                            }
                        }
                    }
                },
                "tags":[
                    "Common/User Management"
                ],
                "produces":[
                    "application/json"
                ],
                "consumes":[
                    "application/json"
                ],
                "parameters":[
                    {
                        "name":"user",
                        "in":"path",
                        "description":"<p>User Resource Name</p>",
                        "required":true,
                        "type":"string",
                        "minLength":1,
                        "maxLength":512
                    },
                    {
                        "minLength":1,
                        "maxLength":256,
                        "name":"role",
                        "required":true,
                        "pattern":"^[a-zA-Z][a-zA-Z0-9_#$]*$",
                        "type":"string",
                        "default":"User",
                        "description":"<p>Authorization Role Resource Name</p>",
                        "in":"path"
                    },
                    {
                        "name":"version",
                        "in":"path",
                        "description":"<p>Oracle GoldenGate Service API version.</p>",
                        "required":true,
                        "type":"string",
                        "enum":[
                            "v2"
                        ]
                    },
                    {
                        "name":"body",
                        "in":"body",
                        "description":"",
                        "required":false,
                        "schema":{
                            "$ref":"#/definitions/ogg:userRole"
                        },
                        "x-examples":{
                            "application/json":{
                                "credential":"NewPassword-Z1a"
                            }
                        }
                    }
                ],
                "x-internal-id":"services-{version}-authorizations-{role}-{user}-patch",
                "x-filename-id":"services-version-authorizations-role-user-patch"
            },
            "delete":{
                "description":"<p>Delete an existing Authorization user role. To completely remove a user from the deployment, use a value of \"all\" for {role}.</p>",
                "summary":"Delete User",
                "operationId":"delete /services/{version}/authorizations/{role}/{user}",
                "responses":{
                    "200":{
                        "description":"<p>Successfully deleted an existing Authorization User Resource.</p>",
                        "schema":{
                            "$ref":"#/definitions/api:standardResponse"
                        },
                        "examples":{
                            "application/json":{
                                "$schema":"api:standardResponse",
                                "links":[
                                    {
                                        "href":"http://localhost:11001/services/v2/authorizations/User/tkgguser03",
                                        "mediaType":"application/json",
                                        "rel":"canonical"
                                    },
                                    {
                                        "href":"http://localhost:11001/services/v2/authorizations/User/tkgguser03",
                                        "mediaType":"application/json",
                                        "rel":"self"
                                    }
                                ],
                                "messages":[
                                ]
                            }
                        }
                    }
                },
                "tags":[
                    "Common/User Management"
                ],
                "produces":[
                    "application/json"
                ],
                "parameters":[
                    {
                        "name":"user",
                        "in":"path",
                        "description":"<p>User Resource Name</p>",
                        "required":true,
                        "type":"string",
                        "minLength":1,
                        "maxLength":512
                    },
                    {
                        "minLength":1,
                        "maxLength":256,
                        "name":"role",
                        "required":true,
                        "pattern":"^[a-zA-Z][a-zA-Z0-9_#$]*$",
                        "type":"string",
                        "default":"User",
                        "description":"<p>Authorization Role Resource Name</p>",
                        "in":"path"
                    },
                    {
                        "name":"version",
                        "in":"path",
                        "description":"<p>Oracle GoldenGate Service API version.</p>",
                        "required":true,
                        "type":"string",
                        "enum":[
                            "v2"
                        ]
                    }
                ],
                "x-internal-id":"services-{version}-authorizations-{role}-{user}-delete",
                "x-filename-id":"services-version-authorizations-role-user-delete"
            }
        },
        "/services/{version}/content/{a}/{b}/{c}/{d}/{e}/{f}/{g}":{
            "get":{
                "description":"Return the contents of file described by the provided path.",
                "summary":"Static Files",
                "operationId":"get /services/{version}/content/{a}/{b}/{c}/{d}/{e}/{f}/{g}",
                "responses":{
                    "200":{
                        "description":"The complete or partial contents of the file described by the provided path.",
                        "schema":{
                            "$ref":"#/definitions/ogg:collection"
                        }
                    }
                },
                "tags":[
                    "Common/Content Requests"
                ],
                "produces":[
                    "application/json"
                ],
                "parameters":[
                    {
                        "name":"g",
                        "in":"path",
                        "description":"Content file described by the provided path.",
                        "required":true,
                        "type":"string",
                        "pattern":"^[a-zA-Z0-9_#$/?&.+=@<>\\-\\[\\]\\ ]*$",
                        "minLength":1,
                        "maxLength":255
                    },
                    {
                        "name":"f",
                        "in":"path",
                        "description":"Content file described by the provided path.",
                        "required":true,
                        "type":"string",
                        "pattern":"^[a-zA-Z0-9_#$/?&.+=@<>\\-\\[\\]\\ ]*$",
                        "minLength":1,
                        "maxLength":255
                    },
                    {
                        "name":"e",
                        "in":"path",
                        "description":"Content file described by the provided path.",
                        "required":true,
                        "type":"string",
                        "pattern":"^[a-zA-Z0-9_#$/?&.+=@<>\\-\\[\\]\\ ]*$",
                        "minLength":1,
                        "maxLength":255
                    },
                    {
                        "name":"d",
                        "in":"path",
                        "description":"Content file described by the provided path.",
                        "required":true,
                        "type":"string",
                        "pattern":"^[a-zA-Z0-9_#$/?&.+=@<>\\-\\[\\]\\ ]*$",
                        "minLength":1,
                        "maxLength":255
                    },
                    {
                        "name":"c",
                        "in":"path",
                        "description":"Content file described by the provided path.",
                        "required":true,
                        "type":"string",
                        "pattern":"^[a-zA-Z0-9_#$/?&.+=@<>\\-\\[\\]\\ ]*$",
                        "minLength":1,
                        "maxLength":255
                    },
                    {
                        "name":"b",
                        "in":"path",
                        "description":"Content file described by the provided path.",
                        "required":true,
                        "type":"string",
                        "pattern":"^[a-zA-Z0-9_#$/?&.+=@<>\\-\\[\\]\\ ]*$",
                        "minLength":1,
                        "maxLength":255
                    },
                    {
                        "name":"a",
                        "in":"path",
                        "description":"Content file described by the provided path.",
                        "required":true,
                        "type":"string",
                        "pattern":"^[a-zA-Z0-9_#$/?&.+=@<>\\-\\[\\]\\ ]*$",
                        "minLength":1,
                        "maxLength":255
                    },
                    {
                        "name":"version",
                        "in":"path",
                        "description":"<p>Oracle GoldenGate Service API version.</p>",
                        "required":true,
                        "type":"string",
                        "enum":[
                            "v2"
                        ]
                    }
                ],
                "x-internal-id":"services-{version}-content-{a}-{b}-{c}-{d}-{e}-{f}-{g}-get",
                "x-filename-id":"services-version-content-b-c-d-e-f-g-get"
            }
        },
        "/services/{version}/authorizations":{
            "get":{
                "description":"<p>Get the collection of roles in this deployment.</p>",
                "summary":"List User Roles",
                "operationId":"get /services/{version}/authorizations",
                "responses":{
                    "200":{
                        "description":"<p>Return the collection of available Authorization Roles.</p>",
                        "schema":{
                            "$ref":"#/definitions/ogg:roleCollection"
                        },
                        "examples":{
                            "application/json":{
                                "$schema":"api:standardResponse",
                                "links":[
                                    {
                                        "href":"http://localhost:11001/services/v2/authorizations",
                                        "mediaType":"application/json",
                                        "rel":"canonical"
                                    },
                                    {
                                        "href":"http://localhost:11001/services/v2/authorizations",
                                        "mediaType":"application/json",
                                        "rel":"self"
                                    },
                                    {
                                        "href":"http://localhost:11001/services/v2/metadata-catalog/authorizations",
                                        "mediaType":"application/schema+json",
                                        "rel":"describedby"
                                    }
                                ],
                                "messages":[
                                ],
                                "response":{
                                    "$schema":"ogg:roleCollection",
                                    "items":[
                                        {
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001//services/v2/authorizations/All",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "roleName":"All"
                                        },
                                        {
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001//services/v2/authorizations/User",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "roleName":"User"
                                        },
                                        {
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001//services/v2/authorizations/Operator",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "roleName":"Operator"
                                        },
                                        {
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001//services/v2/authorizations/Administrator",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "roleName":"Administrator"
                                        },
                                        {
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001//services/v2/authorizations/Security",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "roleName":"Security"
                                        }
                                    ]
                                }
                            }
                        }
                    }
                },
                "tags":[
                    "Common/User Management"
                ],
                "produces":[
                    "application/json"
                ],
                "parameters":[
                    {
                        "name":"version",
                        "in":"path",
                        "description":"<p>Oracle GoldenGate Service API version.</p>",
                        "required":true,
                        "type":"string",
                        "enum":[
                            "v2"
                        ]
                    }
                ],
                "x-internal-id":"services-{version}-authorizations-get",
                "x-filename-id":"services-version-authorizations-get"
            }
        },
        "/services/{version}/metadata-catalog/{resource}":{
            "get":{
                "description":"<p>Use this endpoint to describe a single item in the metadata catalog. A list of items in the metadata catalog is obtained using the <a href=\"op-services-{version}-metadata-catalog-get.html\">Retrieve Catalog</a> endpoint.</p>",
                "summary":"Describe Catalog Item",
                "operationId":"get /services/{version}/metadata-catalog/{resource}",
                "responses":{
                    "200":{
                        "description":"<p>The metadata catalog item was retrieved successfully.</p>",
                        "schema":{
                            "$ref":"#/definitions/api:catalogItem"
                        },
                        "examples":{
                            "application/json":{
                                "$schema":"api:catalogItem",
                                "links":[
                                    {
                                        "href":"http://localhost:11001/services/v2/metadata-catalog/extract",
                                        "mediaType":"application/json",
                                        "rel":"canonical"
                                    },
                                    {
                                        "href":"http://localhost:11001/services/v2/metadata-catalog/extract",
                                        "mediaType":"application/schema+json",
                                        "rel":"alternate"
                                    },
                                    {
                                        "href":"http://localhost:11001/services/v2/metadata-catalog",
                                        "mediaType":"application/json",
                                        "rel":"parent"
                                    },
                                    {
                                        "href":"http://localhost:11001/services/v2/extracts/%7Bextract%7D",
                                        "mediaType":"application/json",
                                        "rel":"describes"
                                    },
                                    {
                                        "href":"http://localhost:11001/services/v2/metadata-catalog/extract",
                                        "mediaType":"application/json",
                                        "rel":"self"
                                    }
                                ],
                                "name":"extract"
                            }
                        }
                    }
                },
                "tags":[
                    "Common/REST API Catalog"
                ],
                "produces":[
                    "application/json",
                    "application/schema+json"
                ],
                "parameters":[
                    {
                        "name":"resource",
                        "in":"path",
                        "description":"<p>Name of the item in the metadata catalog.</p>",
                        "required":true,
                        "type":"string",
                        "minLength":1,
                        "maxLength":64
                    },
                    {
                        "name":"version",
                        "in":"path",
                        "description":"<p>Oracle GoldenGate Service API version.</p>",
                        "required":true,
                        "type":"string",
                        "enum":[
                            "v2"
                        ]
                    }
                ],
                "x-internal-id":"services-{version}-metadata-catalog-{resource}-get",
                "x-filename-id":"services-version-metadata-catalog-resource-get"
            }
        },
        "/services/{version}/authorizations/{role}":{
            "get":{
                "description":"<p>Get the collection of Authorized Users associated with the Authorization Role.</p>",
                "summary":"List Users",
                "operationId":"get /services/{version}/authorizations/{role}",
                "responses":{
                    "200":{
                        "description":"<p>Successfully returned a collection Authorized Users Resources associated Authorization Role.</p>",
                        "schema":{
                            "$ref":"#/definitions/ogg:userCollection"
                        },
                        "examples":{
                            "application/json":{
                                "$schema":"api:standardResponse",
                                "links":[
                                    {
                                        "href":"http://localhost:11001/services/v2/authorizations/Administrator",
                                        "mediaType":"application/json",
                                        "rel":"canonical"
                                    },
                                    {
                                        "href":"http://localhost:11001/services/v2/authorizations/Administrator",
                                        "mediaType":"application/json",
                                        "rel":"self"
                                    },
                                    {
                                        "href":"http://localhost:11001/services/v2/metadata-catalog/role",
                                        "mediaType":"application/schema+json",
                                        "rel":"describedby"
                                    }
                                ],
                                "messages":[
                                ],
                                "response":{
                                    "$schema":"ogg:userCollection",
                                    "items":[
                                    ]
                                }
                            }
                        }
                    }
                },
                "tags":[
                    "Common/User Management"
                ],
                "produces":[
                    "application/json"
                ],
                "parameters":[
                    {
                        "minLength":1,
                        "maxLength":256,
                        "name":"role",
                        "required":true,
                        "pattern":"^[a-zA-Z][a-zA-Z0-9_#$]*$",
                        "type":"string",
                        "default":"User",
                        "description":"<p>Authorization Role Resource Name</p>",
                        "in":"path"
                    },
                    {
                        "name":"version",
                        "in":"path",
                        "description":"<p>Oracle GoldenGate Service API version.</p>",
                        "required":true,
                        "type":"string",
                        "enum":[
                            "v2"
                        ]
                    }
                ],
                "x-internal-id":"services-{version}-authorizations-{role}-get",
                "x-filename-id":"services-version-authorizations-role-get"
            },
            "post":{
                "description":"<p>Create multiple users associated with the given role.</p>",
                "summary":"Bulk Create Users for Role",
                "operationId":"post /services/{version}/authorizations/{role}",
                "responses":{
                    "200":{
                        "description":"<p>Successfully created users for the role.</p>",
                        "schema":{
                            "$ref":"#/definitions/api:standardResponse"
                        },
                        "examples":{
                            "application/json":{
                                "$schema":"api:standardResponse",
                                "links":[
                                    {
                                        "href":"http://localhost:11001/services/v2/authorizations/User",
                                        "mediaType":"application/json",
                                        "rel":"canonical"
                                    },
                                    {
                                        "href":"http://localhost:11001/services/v2/authorizations/User",
                                        "mediaType":"application/json",
                                        "rel":"self"
                                    }
                                ],
                                "messages":[
                                ]
                            }
                        }
                    }
                },
                "tags":[
                    "Common/User Management"
                ],
                "produces":[
                    "application/json"
                ],
                "consumes":[
                    "application/json"
                ],
                "parameters":[
                    {
                        "minLength":1,
                        "maxLength":256,
                        "name":"role",
                        "required":true,
                        "pattern":"^[a-zA-Z][a-zA-Z0-9_#$]*$",
                        "type":"string",
                        "default":"User",
                        "description":"<p>Authorization Role Resource Name</p>",
                        "in":"path"
                    },
                    {
                        "name":"version",
                        "in":"path",
                        "description":"<p>Oracle GoldenGate Service API version.</p>",
                        "required":true,
                        "type":"string",
                        "enum":[
                            "v2"
                        ]
                    },
                    {
                        "name":"body",
                        "in":"body",
                        "description":"",
                        "required":false,
                        "schema":{
                            "$ref":"#/definitions/ogg:usersRole"
                        },
                        "x-examples":{
                            "application/json":{
                                "users":[
                                    {
                                        "username":"tkgguser01",
                                        "credential":"password-A1"
                                    },
                                    {
                                        "username":"tkgguser02",
                                        "credential":"password-B2"
                                    }
                                ]
                            }
                        }
                    }
                ],
                "x-internal-id":"services-{version}-authorizations-{role}-post",
                "x-filename-id":"services-version-authorizations-role-post"
            }
        },
        "/services/{version}/content/{a}/{b}/{c}/{d}/{e}/{f}/{g}/{h}":{
            "get":{
                "description":"Return the contents of file described by the provided path.",
                "summary":"Static Files",
                "operationId":"get /services/{version}/content/{a}/{b}/{c}/{d}/{e}/{f}/{g}/{h}",
                "responses":{
                    "200":{
                        "description":"The complete or partial contents of the file described by the provided path.",
                        "schema":{
                            "$ref":"#/definitions/ogg:collection"
                        }
                    }
                },
                "tags":[
                    "Common/Content Requests"
                ],
                "produces":[
                    "application/json"
                ],
                "parameters":[
                    {
                        "name":"h",
                        "in":"path",
                        "description":"Content file described by the provided path.",
                        "required":true,
                        "type":"string",
                        "pattern":"^[a-zA-Z0-9_#$/?&.+=@<>\\-\\[\\]\\ ]*$",
                        "minLength":1,
                        "maxLength":255
                    },
                    {
                        "name":"g",
                        "in":"path",
                        "description":"Content file described by the provided path.",
                        "required":true,
                        "type":"string",
                        "pattern":"^[a-zA-Z0-9_#$/?&.+=@<>\\-\\[\\]\\ ]*$",
                        "minLength":1,
                        "maxLength":255
                    },
                    {
                        "name":"f",
                        "in":"path",
                        "description":"Content file described by the provided path.",
                        "required":true,
                        "type":"string",
                        "pattern":"^[a-zA-Z0-9_#$/?&.+=@<>\\-\\[\\]\\ ]*$",
                        "minLength":1,
                        "maxLength":255
                    },
                    {
                        "name":"e",
                        "in":"path",
                        "description":"Content file described by the provided path.",
                        "required":true,
                        "type":"string",
                        "pattern":"^[a-zA-Z0-9_#$/?&.+=@<>\\-\\[\\]\\ ]*$",
                        "minLength":1,
                        "maxLength":255
                    },
                    {
                        "name":"d",
                        "in":"path",
                        "description":"Content file described by the provided path.",
                        "required":true,
                        "type":"string",
                        "pattern":"^[a-zA-Z0-9_#$/?&.+=@<>\\-\\[\\]\\ ]*$",
                        "minLength":1,
                        "maxLength":255
                    },
                    {
                        "name":"c",
                        "in":"path",
                        "description":"Content file described by the provided path.",
                        "required":true,
                        "type":"string",
                        "pattern":"^[a-zA-Z0-9_#$/?&.+=@<>\\-\\[\\]\\ ]*$",
                        "minLength":1,
                        "maxLength":255
                    },
                    {
                        "name":"b",
                        "in":"path",
                        "description":"Content file described by the provided path.",
                        "required":true,
                        "type":"string",
                        "pattern":"^[a-zA-Z0-9_#$/?&.+=@<>\\-\\[\\]\\ ]*$",
                        "minLength":1,
                        "maxLength":255
                    },
                    {
                        "name":"a",
                        "in":"path",
                        "description":"Content file described by the provided path.",
                        "required":true,
                        "type":"string",
                        "pattern":"^[a-zA-Z0-9_#$/?&.+=@<>\\-\\[\\]\\ ]*$",
                        "minLength":1,
                        "maxLength":255
                    },
                    {
                        "name":"version",
                        "in":"path",
                        "description":"<p>Oracle GoldenGate Service API version.</p>",
                        "required":true,
                        "type":"string",
                        "enum":[
                            "v2"
                        ]
                    }
                ],
                "x-internal-id":"services-{version}-content-{a}-{b}-{c}-{d}-{e}-{f}-{g}-{h}-get",
                "x-filename-id":"services-version-content-b-c-d-e-f-g-h-get"
            }
        },
        "/services/{version}/content/{a}/{b}/{c}/{d}":{
            "get":{
                "description":"Return the contents of file described by the provided path.",
                "summary":"Static Files",
                "operationId":"get /services/{version}/content/{a}/{b}/{c}/{d}",
                "responses":{
                    "200":{
                        "description":"The complete or partial contents of the file described by the provided path.",
                        "schema":{
                            "$ref":"#/definitions/ogg:collection"
                        }
                    }
                },
                "tags":[
                    "Common/Content Requests"
                ],
                "produces":[
                    "application/json"
                ],
                "parameters":[
                    {
                        "name":"d",
                        "in":"path",
                        "description":"Content file described by the provided path.",
                        "required":true,
                        "type":"string",
                        "pattern":"^[a-zA-Z0-9_#$/?&.+=@<>\\-\\[\\]\\ ]*$",
                        "minLength":1,
                        "maxLength":255
                    },
                    {
                        "name":"c",
                        "in":"path",
                        "description":"Content file described by the provided path.",
                        "required":true,
                        "type":"string",
                        "pattern":"^[a-zA-Z0-9_#$/?&.+=@<>\\-\\[\\]\\ ]*$",
                        "minLength":1,
                        "maxLength":255
                    },
                    {
                        "name":"b",
                        "in":"path",
                        "description":"Content file described by the provided path.",
                        "required":true,
                        "type":"string",
                        "pattern":"^[a-zA-Z0-9_#$/?&.+=@<>\\-\\[\\]\\ ]*$",
                        "minLength":1,
                        "maxLength":255
                    },
                    {
                        "name":"a",
                        "in":"path",
                        "description":"Content file described by the provided path.",
                        "required":true,
                        "type":"string",
                        "pattern":"^[a-zA-Z0-9_#$/?&.+=@<>\\-\\[\\]\\ ]*$",
                        "minLength":1,
                        "maxLength":255
                    },
                    {
                        "name":"version",
                        "in":"path",
                        "description":"<p>Oracle GoldenGate Service API version.</p>",
                        "required":true,
                        "type":"string",
                        "enum":[
                            "v2"
                        ]
                    }
                ],
                "x-internal-id":"services-{version}-content-{a}-{b}-{c}-{d}-get",
                "x-filename-id":"services-version-content-b-c-d-get"
            }
        },
        "/services/{version}/config/types/{type}/values":{
            "get":{
                "description":"<p>Retrieve the collection of names of the configuration values for a data type.</p>",
                "summary":"List Configuration Values",
                "operationId":"get /services/{version}/config/types/{type}/values",
                "responses":{
                    "200":{
                        "description":"<p>Collection of configuration values retrieved successfully.</p>",
                        "schema":{
                            "$ref":"#/definitions/ogg:collection"
                        },
                        "examples":{
                            "application/json":{
                                "$schema":"api:standardResponse",
                                "links":[
                                    {
                                        "href":"http://localhost:11001/services/v2/config/types/custom:config/values",
                                        "mediaType":"application/json",
                                        "rel":"canonical"
                                    },
                                    {
                                        "href":"http://localhost:11001/services/v2/config/types/custom:config/values",
                                        "mediaType":"application/json",
                                        "rel":"self"
                                    },
                                    {
                                        "href":"http://localhost:11001/services/v2/metadata-catalog/values",
                                        "mediaType":"application/schema+json",
                                        "rel":"describedby"
                                    }
                                ],
                                "messages":[
                                ],
                                "response":{
                                    "$schema":"ogg:collection",
                                    "items":[
                                        {
                                            "$schema":"ogg:collectionItem",
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/config/types/custom:config/values",
                                                    "mediaType":"application/json",
                                                    "rel":"parent"
                                                },
                                                {
                                                    "href":"http://localhost:11001/services/v2/config/types/custom:config/values/Example",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ],
                                            "name":"Example"
                                        }
                                    ]
                                }
                            }
                        }
                    }
                },
                "tags":[
                    "Administrative Server/Configuration Settings"
                ],
                "produces":[
                    "application/json"
                ],
                "parameters":[
                    {
                        "name":"version",
                        "in":"path",
                        "description":"<p>Oracle GoldenGate Service API version.</p>",
                        "required":true,
                        "type":"string",
                        "enum":[
                            "v2"
                        ]
                    }
                ],
                "x-internal-id":"services-{version}-config-types-{type}-values-get",
                "x-filename-id":"services-version-config-types-type-values-get"
            }
        },
        "/services/{version}/config/health":{
            "get":{
                "description":"Retrieve detailed information for the service health.",
                "summary":"Service Health Details",
                "operationId":"get /services/{version}/config/health",
                "responses":{
                    "200":{
                        "description":"",
                        "schema":{
                            "$ref":"#/definitions/ogg:health"
                        },
                        "examples":{
                            "application/json":{
                                "$schema":"api:standardResponse",
                                "links":[
                                    {
                                        "href":"http://localhost:11001/services/v2/config/health",
                                        "mediaType":"application/json",
                                        "rel":"canonical"
                                    },
                                    {
                                        "href":"http://localhost:11001/services/v2/config/health",
                                        "mediaType":"application/json",
                                        "rel":"self"
                                    },
                                    {
                                        "href":"http://localhost:11001/services/v2/metadata-catalog/health",
                                        "mediaType":"application/schema+json",
                                        "rel":"describedby"
                                    }
                                ],
                                "messages":[
                                ],
                                "response":{
                                    "$schema":"ogg:health",
                                    "deploymentName":"Local",
                                    "healthy":true,
                                    "serviceName":"adminsrvr",
                                    "started":"2019-03-15T14:40:41.353Z"
                                }
                            }
                        }
                    }
                },
                "tags":[
                    "Common/Configuration"
                ],
                "produces":[
                    "application/json"
                ],
                "parameters":[
                    {
                        "name":"version",
                        "in":"path",
                        "description":"<p>Oracle GoldenGate Service API version.</p>",
                        "required":true,
                        "type":"string",
                        "enum":[
                            "v2"
                        ]
                    }
                ],
                "x-internal-id":"services-{version}-config-health-get",
                "x-filename-id":"services-version-config-health-get"
            }
        },
        "/services/{version}/config/summary":{
            "get":{
                "description":"Retrieve summary information for the service.",
                "summary":"Service Configuration Summary",
                "operationId":"get /services/{version}/config/summary",
                "responses":{
                    "200":{
                        "description":"",
                        "schema":{
                            "$ref":"#/definitions/ogg:configSummary"
                        },
                        "examples":{
                            "application/json":{
                                "$schema":"ogg:configSummary",
                                "build":{
                                    "dbms":"Oracle 12c",
                                    "label":"OGGCORE_MAIN_PLATFORMS_170119.1401",
                                    "platform":"Linux",
                                    "time":"Jan 20 2017 22:23:21",
                                    "version":"12.3.0.1.0"
                                },
                                "compatabilityLevel":{
                                    "current":6,
                                    "minimum":2
                                },
                                "copyright":"Copyright (C) 1995, 2017, Oracle and/or its affiliates. All rights reserved.",
                                "runtime":{
                                    "authorizationEnabled":true,
                                    "charset":"UTF-8",
                                    "deploymentID":"2b64c38e-ff96-4737-83b2-480996b0a7a6",
                                    "deploymentName":"Local",
                                    "enableAsynchronousOperation":true,
                                    "listeningPorts":9000,
                                    "securityEnabled":true,
                                    "serverID":"a45b01ca-182b-462b-8b1d-6836a564d7c9"
                                },
                                "title":"Oracle GoldenGate Administration Server for Oracle"
                            }
                        }
                    }
                },
                "tags":[
                    "Common/Configuration"
                ],
                "produces":[
                    "application/json"
                ],
                "parameters":[
                    {
                        "name":"version",
                        "in":"path",
                        "description":"<p>Oracle GoldenGate Service API version.</p>",
                        "required":true,
                        "type":"string",
                        "enum":[
                            "v2"
                        ]
                    }
                ],
                "x-internal-id":"services-{version}-config-summary-get",
                "x-filename-id":"services-version-config-summary-get"
            }
        },
        "/services/{version}/config/types/{type}/values/{value}":{
            "get":{
                "description":"<p>Retrieve a configuration value.</p>",
                "summary":"Retrieve Configuration Value",
                "operationId":"get /services/{version}/config/types/{type}/values/{value}",
                "responses":{
                    "200":{
                        "description":"<p>Configuration value retrieved successfully.</p>",
                        "schema":{
                            "$ref":"#/definitions/ogg:configDataValue"
                        },
                        "examples":{
                            "application/json":{
                                "$schema":"api:standardResponse",
                                "links":[
                                    {
                                        "href":"http://localhost:11001/services/v2/config/types/custom:config/values/Example",
                                        "mediaType":"application/json",
                                        "rel":"canonical"
                                    },
                                    {
                                        "href":"http://localhost:11001/services/v2/config/types/custom:config/values/Example",
                                        "mediaType":"application/json",
                                        "rel":"self"
                                    },
                                    {
                                        "href":"http://localhost:11001/services/v2/metadata-catalog/value",
                                        "mediaType":"application/schema+json",
                                        "rel":"describedby"
                                    }
                                ],
                                "messages":[
                                ],
                                "response":{
                                    "$schema":"custom:config",
                                    "lines":[
                                        "--",
                                        "--  Example Configuration Data",
                                        "--",
                                        "Include core.inc"
                                    ]
                                }
                            }
                        }
                    }
                },
                "tags":[
                    "Administrative Server/Configuration Settings"
                ],
                "produces":[
                    "application/json"
                ],
                "parameters":[
                    {
                        "name":"value",
                        "in":"path",
                        "description":"<p>Value name, an alpha-numeric character followed by up to 63 alpha-numeric characters, '_', ':' or '-'.</p>",
                        "required":true,
                        "type":"string",
                        "pattern":"^[A-Za-z0-9][A-Za-z0-9_:-]*$",
                        "minLength":1,
                        "maxLength":64
                    },
                    {
                        "name":"version",
                        "in":"path",
                        "description":"<p>Oracle GoldenGate Service API version.</p>",
                        "required":true,
                        "type":"string",
                        "enum":[
                            "v2"
                        ]
                    }
                ],
                "x-internal-id":"services-{version}-config-types-{type}-values-{value}-get",
                "x-filename-id":"services-version-config-types-type-values-value-get"
            },
            "post":{
                "description":"<p>Create a new configuration value.</p>",
                "summary":"Create Configuration Value",
                "operationId":"post /services/{version}/config/types/{type}/values/{value}",
                "responses":{
                    "201":{
                        "description":"<p>Configuration value created successfully.</p>",
                        "schema":{
                            "$ref":"#/definitions/api:standardResponse"
                        },
                        "examples":{
                            "application/json":{
                                "$schema":"api:standardResponse",
                                "links":[
                                    {
                                        "href":"http://localhost:11001/services/v2/config/types/custom:config/values/Example",
                                        "mediaType":"application/json",
                                        "rel":"canonical"
                                    },
                                    {
                                        "href":"http://localhost:11001/services/v2/config/types/custom:config/values/Example",
                                        "mediaType":"application/json",
                                        "rel":"self"
                                    }
                                ],
                                "messages":[
                                ]
                            }
                        }
                    }
                },
                "tags":[
                    "Administrative Server/Configuration Settings"
                ],
                "produces":[
                    "application/json"
                ],
                "consumes":[
                    "application/json"
                ],
                "parameters":[
                    {
                        "name":"value",
                        "in":"path",
                        "description":"<p>Value name, an alpha-numeric character followed by up to 63 alpha-numeric characters, '_', ':' or '-'.</p>",
                        "required":true,
                        "type":"string",
                        "pattern":"^[A-Za-z0-9][A-Za-z0-9_:-]*$",
                        "minLength":1,
                        "maxLength":64
                    },
                    {
                        "name":"version",
                        "in":"path",
                        "description":"<p>Oracle GoldenGate Service API version.</p>",
                        "required":true,
                        "type":"string",
                        "enum":[
                            "v2"
                        ]
                    },
                    {
                        "name":"body",
                        "in":"body",
                        "description":"",
                        "required":false,
                        "schema":{
                            "$ref":"#/definitions/ogg:configDataValue"
                        },
                        "x-examples":{
                            "application/json":{
                                "$schema":"custom:config",
                                "lines":[
                                    "--",
                                    "--  Example Configuration Data",
                                    "--"
                                ]
                            }
                        }
                    }
                ],
                "x-internal-id":"services-{version}-config-types-{type}-values-{value}-post",
                "x-filename-id":"services-version-config-types-type-values-value-post"
            },
            "put":{
                "description":"<p>Replace an existing configuration value.</p>",
                "summary":"Replace Configuration Value",
                "operationId":"put /services/{version}/config/types/{type}/values/{value}",
                "responses":{
                    "200":{
                        "description":"<p>Configuration value updated successfully.</p>",
                        "schema":{
                            "$ref":"#/definitions/api:standardResponse"
                        },
                        "examples":{
                            "application/json":{
                                "$schema":"api:standardResponse",
                                "links":[
                                    {
                                        "href":"http://localhost:11001/services/v2/config/types/custom:config/values/Example",
                                        "mediaType":"application/json",
                                        "rel":"canonical"
                                    },
                                    {
                                        "href":"http://localhost:11001/services/v2/config/types/custom:config/values/Example",
                                        "mediaType":"application/json",
                                        "rel":"self"
                                    }
                                ],
                                "messages":[
                                ]
                            }
                        }
                    }
                },
                "tags":[
                    "Administrative Server/Configuration Settings"
                ],
                "produces":[
                    "application/json"
                ],
                "consumes":[
                    "application/json"
                ],
                "parameters":[
                    {
                        "name":"value",
                        "in":"path",
                        "description":"<p>Value name, an alpha-numeric character followed by up to 63 alpha-numeric characters, '_', ':' or '-'.</p>",
                        "required":true,
                        "type":"string",
                        "pattern":"^[A-Za-z0-9][A-Za-z0-9_:-]*$",
                        "minLength":1,
                        "maxLength":64
                    },
                    {
                        "name":"version",
                        "in":"path",
                        "description":"<p>Oracle GoldenGate Service API version.</p>",
                        "required":true,
                        "type":"string",
                        "enum":[
                            "v2"
                        ]
                    },
                    {
                        "name":"body",
                        "in":"body",
                        "description":"",
                        "required":false,
                        "schema":{
                            "$ref":"#/definitions/ogg:configDataValue"
                        },
                        "x-examples":{
                            "application/json":{
                                "$schema":"custom:config",
                                "lines":[
                                    "--",
                                    "--  Example Configuration Data",
                                    "--",
                                    "Include core.inc"
                                ]
                            }
                        }
                    }
                ],
                "x-internal-id":"services-{version}-config-types-{type}-values-{value}-put",
                "x-filename-id":"services-version-config-types-type-values-value-put"
            },
            "delete":{
                "description":"<p>Delete a configuration value.</p>",
                "summary":"Delete Configuration Value",
                "operationId":"delete /services/{version}/config/types/{type}/values/{value}",
                "responses":{
                    "200":{
                        "description":"<p>Configuration value deleted successfully.</p>",
                        "schema":{
                            "$ref":"#/definitions/api:standardResponse"
                        },
                        "examples":{
                            "application/json":{
                                "$schema":"api:standardResponse",
                                "links":[
                                    {
                                        "href":"http://localhost:11001/services/v2/config/types/custom:config/values/Example",
                                        "mediaType":"application/json",
                                        "rel":"canonical"
                                    },
                                    {
                                        "href":"http://localhost:11001/services/v2/config/types/custom:config/values/Example",
                                        "mediaType":"application/json",
                                        "rel":"self"
                                    }
                                ],
                                "messages":[
                                ]
                            }
                        }
                    }
                },
                "tags":[
                    "Administrative Server/Configuration Settings"
                ],
                "produces":[
                    "application/json"
                ],
                "parameters":[
                    {
                        "name":"value",
                        "in":"path",
                        "description":"<p>Value name, an alpha-numeric character followed by up to 63 alpha-numeric characters, '_', ':' or '-'.</p>",
                        "required":true,
                        "type":"string",
                        "pattern":"^[A-Za-z0-9][A-Za-z0-9_:-]*$",
                        "minLength":1,
                        "maxLength":64
                    },
                    {
                        "name":"version",
                        "in":"path",
                        "description":"<p>Oracle GoldenGate Service API version.</p>",
                        "required":true,
                        "type":"string",
                        "enum":[
                            "v2"
                        ]
                    }
                ],
                "x-internal-id":"services-{version}-config-types-{type}-values-{value}-delete",
                "x-filename-id":"services-version-config-types-type-values-value-delete"
            }
        },
        "/services/{version}/config/health/check":{
            "get":{
                "description":"Retrieve summary information for the service health.",
                "summary":"Service Health Summary",
                "operationId":"get /services/{version}/config/health/check",
                "responses":{
                    "200":{
                        "description":"",
                        "schema":{
                            "$ref":"#/definitions/ogg:healthSummary"
                        },
                        "examples":{
                            "application/json":{
                                "$schema":"api:standardResponse",
                                "links":[
                                ],
                                "messages":[
                                ],
                                "response":{
                                    "$schema":"ogg:healthSummary",
                                    "deploymentName":"Local",
                                    "healthy":true,
                                    "serviceName":"adminsrvr",
                                    "started":"2019-03-15T14:40:41.353Z"
                                }
                            }
                        }
                    },
                    "429":{
                        "description":"",
                        "schema":{
                            "$ref":"#/definitions/ogg:healthSummary"
                        },
                        "examples":{
                            "application/json":{
                                "$schema":"api:standardResponse",
                                "links":[
                                ],
                                "messages":[
                                ],
                                "response":{
                                    "$schema":"ogg:healthSummary",
                                    "deploymentName":"Local",
                                    "healthy":false,
                                    "serviceName":"adminsrvr",
                                    "started":"2019-03-15T14:40:43.812Z"
                                }
                            }
                        }
                    }
                },
                "tags":[
                    "Common/Configuration"
                ],
                "produces":[
                    "application/json"
                ],
                "parameters":[
                    {
                        "name":"version",
                        "in":"path",
                        "description":"<p>Oracle GoldenGate Service API version.</p>",
                        "required":true,
                        "type":"string",
                        "enum":[
                            "v2"
                        ]
                    }
                ],
                "x-internal-id":"services-{version}-config-health-check-get",
                "x-filename-id":"services-version-config-health-check-get"
            }
        },
        "/services/{version}/content/{a}/{b}":{
            "get":{
                "description":"Return the contents of file described by the provided path.",
                "summary":"Static Files",
                "operationId":"get /services/{version}/content/{a}/{b}",
                "responses":{
                    "200":{
                        "description":"The complete or partial contents of the file described by the provided path.",
                        "schema":{
                            "$ref":"#/definitions/ogg:collection"
                        }
                    }
                },
                "tags":[
                    "Common/Content Requests"
                ],
                "produces":[
                    "application/json"
                ],
                "parameters":[
                    {
                        "name":"b",
                        "in":"path",
                        "description":"Content file described by the provided path.",
                        "required":true,
                        "type":"string",
                        "pattern":"^[a-zA-Z0-9_#$/?&.+=@<>\\-\\[\\]\\ ]*$",
                        "minLength":1,
                        "maxLength":255
                    },
                    {
                        "name":"a",
                        "in":"path",
                        "description":"Content file described by the provided path.",
                        "required":true,
                        "type":"string",
                        "pattern":"^[a-zA-Z0-9_#$/?&.+=@<>\\-\\[\\]\\ ]*$",
                        "minLength":1,
                        "maxLength":255
                    },
                    {
                        "name":"version",
                        "in":"path",
                        "description":"<p>Oracle GoldenGate Service API version.</p>",
                        "required":true,
                        "type":"string",
                        "enum":[
                            "v2"
                        ]
                    }
                ],
                "x-internal-id":"services-{version}-content-{a}-{b}-get",
                "x-filename-id":"services-version-content-b-get"
            }
        },
        "/services/{version}/oggerr/{message}":{
            "get":{
                "description":"<p>Retrieve a detailed explanation for an Oracle GoldenGate message.</p>",
                "summary":"Retrieve Message Explanation",
                "operationId":"get /services/{version}/oggerr/{message}",
                "responses":{
                    "200":{
                        "description":"<p>Oracle GoldenGate message explanation retrieved.</p>",
                        "schema":{
                            "$ref":"#/definitions/ogg:messageExplanation"
                        },
                        "examples":{
                            "application/json":{
                                "$schema":"api:standardResponse",
                                "links":[
                                    {
                                        "href":"http://localhost:11001/services/v2/oggerr/OGG-01234",
                                        "mediaType":"application/json",
                                        "rel":"canonical"
                                    },
                                    {
                                        "href":"http://localhost:11001/services/v2/oggerr/OGG-01234",
                                        "mediaType":"application/json",
                                        "rel":"self"
                                    },
                                    {
                                        "href":"http://localhost:11001/services/v2/metadata-catalog/message",
                                        "mediaType":"application/schema+json",
                                        "rel":"describedby"
                                    }
                                ],
                                "messages":[
                                ],
                                "response":{
                                    "$schema":"ogg:messageExplanation",
                                    "action":"Make certain that the Oracle GoldenGate versions on the source and target are the same. If the problem persists, contact Oracle Support.",
                                    "cause":"The command received from the TCP/IP packet is not recognizable. The TCP packet itself is correct, but the enclosed message is unrecognizable.",
                                    "severity":"ERROR",
                                    "title":"Command sent was not recognised by receiving process"
                                }
                            }
                        }
                    }
                },
                "tags":[
                    "Common/Message Codes"
                ],
                "produces":[
                    "application/json"
                ],
                "parameters":[
                    {
                        "name":"message",
                        "in":"path",
                        "description":"<p>The Oracle GoldenGate Message Code, OGG-99999</p>",
                        "required":true,
                        "type":"string",
                        "pattern":"OGG[-][0-9]{5}",
                        "minLength":9,
                        "maxLength":9
                    },
                    {
                        "name":"version",
                        "in":"path",
                        "description":"<p>Oracle GoldenGate Service API version.</p>",
                        "required":true,
                        "type":"string",
                        "enum":[
                            "v2"
                        ]
                    }
                ],
                "x-internal-id":"services-{version}-oggerr-{message}-get",
                "x-filename-id":"services-version-oggerr-message-get"
            }
        },
        "/services/{version}/config/types/{type}":{
            "get":{
                "description":"<p>Retrieve a configuration data type.</p>",
                "summary":"Retrieve Configuration Data Type",
                "operationId":"get /services/{version}/config/types/{type}",
                "responses":{
                    "200":{
                        "description":"<p>Configuration data type retrieved successfully.</p>",
                        "schema":{
                            "$ref":"#/definitions/ogg:configDataType"
                        },
                        "examples":{
                            "application/json":{
                                "$schema":"api:standardResponse",
                                "links":[
                                    {
                                        "href":"http://localhost:11001/services/v2/config/types/custom:config",
                                        "mediaType":"application/json",
                                        "rel":"canonical"
                                    },
                                    {
                                        "href":"http://localhost:11001/services/v2/config/types/custom:config",
                                        "mediaType":"application/json",
                                        "rel":"self"
                                    },
                                    {
                                        "href":"http://localhost:11001/services/v2/metadata-catalog/type",
                                        "mediaType":"application/schema+json",
                                        "rel":"describedby"
                                    }
                                ],
                                "messages":[
                                ],
                                "response":{
                                    "$schema":"http://json-schema.org/draft-04/schema#",
                                    "additionalProperties":false,
                                    "id":"custom:config",
                                    "properties":{
                                        "$schema":{
                                            "enum":[
                                                "custom:config"
                                            ]
                                        },
                                        "lines":{
                                            "items":{
                                                "maxLength":4095,
                                                "minLength":0,
                                                "type":"string"
                                            },
                                            "maxItems":32767,
                                            "minItems":0,
                                            "type":"array"
                                        }
                                    },
                                    "required":[
                                        "lines"
                                    ],
                                    "title":"Custom Configuration Data",
                                    "type":"object"
                                }
                            }
                        }
                    }
                },
                "tags":[
                    "Administrative Server/Configuration Settings"
                ],
                "produces":[
                    "application/json"
                ],
                "parameters":[
                    {
                        "name":"version",
                        "in":"path",
                        "description":"<p>Oracle GoldenGate Service API version.</p>",
                        "required":true,
                        "type":"string",
                        "enum":[
                            "v2"
                        ]
                    }
                ],
                "x-internal-id":"services-{version}-config-types-{type}-get",
                "x-filename-id":"services-version-config-types-type-get"
            },
            "post":{
                "description":"<p>Create a new configuration data type.</p>",
                "summary":"Create Configuration Data Type",
                "operationId":"post /services/{version}/config/types/{type}",
                "responses":{
                    "201":{
                        "description":"<p>Configuration data type created successfully.</p>",
                        "schema":{
                            "$ref":"#/definitions/api:standardResponse"
                        },
                        "examples":{
                            "application/json":{
                                "$schema":"api:standardResponse",
                                "links":[
                                    {
                                        "href":"http://localhost:11001/services/v2/config/types/custom:config",
                                        "mediaType":"application/json",
                                        "rel":"canonical"
                                    },
                                    {
                                        "href":"http://localhost:11001/services/v2/config/types/custom:config",
                                        "mediaType":"application/json",
                                        "rel":"self"
                                    }
                                ],
                                "messages":[
                                ]
                            }
                        }
                    }
                },
                "tags":[
                    "Administrative Server/Configuration Settings"
                ],
                "produces":[
                    "application/json"
                ],
                "consumes":[
                    "application/json"
                ],
                "parameters":[
                    {
                        "name":"version",
                        "in":"path",
                        "description":"<p>Oracle GoldenGate Service API version.</p>",
                        "required":true,
                        "type":"string",
                        "enum":[
                            "v2"
                        ]
                    },
                    {
                        "name":"body",
                        "in":"body",
                        "description":"",
                        "required":false,
                        "schema":{
                            "$ref":"#/definitions/ogg:configDataType"
                        },
                        "x-examples":{
                            "application/json":{
                                "id":"custom:config",
                                "title":"Custom Configuration Data",
                                "$schema":"http://json-schema.org/draft-04/schema#",
                                "type":"object",
                                "properties":{
                                    "$schema":{
                                        "enum":[
                                            "custom:config"
                                        ]
                                    },
                                    "lines":{
                                        "type":"array",
                                        "items":{
                                            "type":"string",
                                            "minLength":0,
                                            "maxLength":4095
                                        },
                                        "minItems":0,
                                        "maxItems":32767
                                    }
                                },
                                "required":[
                                    "lines"
                                ],
                                "additionalProperties":false
                            }
                        }
                    }
                ],
                "x-internal-id":"services-{version}-config-types-{type}-post",
                "x-filename-id":"services-version-config-types-type-post"
            },
            "delete":{
                "description":"<p>Delete a configuration data type.</p>",
                "summary":"Delete Configuration Data Type",
                "operationId":"delete /services/{version}/config/types/{type}",
                "responses":{
                    "200":{
                        "description":"<p>Configuration data type deleted successfully.</p>",
                        "schema":{
                            "$ref":"#/definitions/api:standardResponse"
                        },
                        "examples":{
                            "application/json":{
                                "$schema":"api:standardResponse",
                                "links":[
                                    {
                                        "href":"http://localhost:11001/services/v2/config/types/custom:config",
                                        "mediaType":"application/json",
                                        "rel":"canonical"
                                    },
                                    {
                                        "href":"http://localhost:11001/services/v2/config/types/custom:config",
                                        "mediaType":"application/json",
                                        "rel":"self"
                                    }
                                ],
                                "messages":[
                                ]
                            }
                        }
                    }
                },
                "tags":[
                    "Administrative Server/Configuration Settings"
                ],
                "produces":[
                    "application/json"
                ],
                "parameters":[
                    {
                        "name":"version",
                        "in":"path",
                        "description":"<p>Oracle GoldenGate Service API version.</p>",
                        "required":true,
                        "type":"string",
                        "enum":[
                            "v2"
                        ]
                    }
                ],
                "x-internal-id":"services-{version}-config-types-{type}-delete",
                "x-filename-id":"services-version-config-types-type-delete"
            }
        },
        "/services":{
            "get":{
                "description":"<p>Each Oracle GoldenGate service exposes one or more versions of the REST API for backward compatibility. Retrieve the collection of available API versions using this endpoint.</p>",
                "summary":"Retrieve API Versions",
                "operationId":"get /services",
                "responses":{
                    "200":{
                        "description":"<p>The list of available API versions was retrieved successfully.</p>",
                        "schema":{
                            "$ref":"#/definitions/api:versions"
                        },
                        "examples":{
                            "application/json":{
                                "$schema":"api:versions",
                                "items":[
                                    {
                                        "$schema":"api:version",
                                        "catalog":{
                                            "links":[
                                                {
                                                    "href":"http://localhost:11001/services/v2/metadata-catalog",
                                                    "mediaType":"application/json",
                                                    "rel":"canonical"
                                                }
                                            ]
                                        },
                                        "isLatest":true,
                                        "lifecycle":"active",
                                        "version":"v2"
                                    }
                                ],
                                "links":[
                                    {
                                        "href":"http://localhost:11001/services/v2",
                                        "mediaType":"application/json",
                                        "rel":"current"
                                    },
                                    {
                                        "href":"http://localhost:11001/services",
                                        "mediaType":"application/json",
                                        "rel":"canonical"
                                    },
                                    {
                                        "href":"http://localhost:11001/services",
                                        "mediaType":"application/json",
                                        "rel":"self"
                                    }
                                ]
                            }
                        }
                    }
                },
                "tags":[
                    "Common/REST API Catalog"
                ],
                "produces":[
                    "application/json"
                ],
                "x-internal-id":"services-get",
                "x-filename-id":"services-get"
            }
        },
        "/services/{version}/currentuser":{
            "get":{
                "description":"Return the current user's identity information encoded in the request.",
                "summary":"Retrieve Information",
                "operationId":"get /services/{version}/currentuser",
                "responses":{
                    "200":{
                        "description":"",
                        "schema":{
                            "$ref":"#/definitions/ogg:currentUser"
                        },
                        "examples":{
                            "application/json":{
                                "$schema":"api:standardResponse",
                                "links":[
                                    {
                                        "href":"http://localhost:11001/services/v2/currentuser",
                                        "mediaType":"application/json",
                                        "rel":"canonical"
                                    },
                                    {
                                        "href":"http://localhost:11001/services/v2/currentuser",
                                        "mediaType":"application/json",
                                        "rel":"self"
                                    },
                                    {
                                        "href":"http://localhost:11001/services/v2/metadata-catalog/currentuser",
                                        "mediaType":"application/schema+json",
                                        "rel":"describedby"
                                    }
                                ],
                                "messages":[
                                ],
                                "response":{
                                    "role":"Security",
                                    "host":"localhost",
                                    "issuer":"ogg.sca",
                                    "username":"oggadmin",
                                    "$schema":"ogg:currentUser",
                                    "type":"x-SCA-Authorization",
                                    "expiration":3600,
                                    "authType":"Basic",
                                    "audience":"ogg.sca",
                                    "issuedAt":1552660843
                                }
                            }
                        }
                    }
                },
                "tags":[
                    "Common/User Information"
                ],
                "produces":[
                    "application/json"
                ],
                "parameters":[
                    {
                        "name":"version",
                        "in":"path",
                        "description":"<p>Oracle GoldenGate Service API version.</p>",
                        "required":true,
                        "type":"string",
                        "enum":[
                            "v2"
                        ]
                    }
                ],
                "x-internal-id":"services-{version}-currentuser-get",
                "x-filename-id":"services-version-currentuser-get"
            },
            "delete":{
                "description":"Remove the current user's identity information encoded in the request.",
                "summary":"Reset Information",
                "operationId":"delete /services/{version}/currentuser",
                "responses":{
                    "200":{
                        "description":"",
                        "schema":{
                            "$ref":"#/definitions/api:standardResponse"
                        },
                        "examples":{
                            "application/json":{
                                "$schema":"api:standardResponse",
                                "links":[
                                    {
                                        "href":"http://localhost:11001/services/v2/currentuser",
                                        "mediaType":"application/json",
                                        "rel":"canonical"
                                    },
                                    {
                                        "href":"http://localhost:11001/services/v2/currentuser",
                                        "mediaType":"application/json",
                                        "rel":"self"
                                    }
                                ],
                                "messages":[
                                ]
                            }
                        }
                    }
                },
                "tags":[
                    "Common/User Information"
                ],
                "produces":[
                    "application/json"
                ],
                "parameters":[
                    {
                        "name":"version",
                        "in":"path",
                        "description":"<p>Oracle GoldenGate Service API version.</p>",
                        "required":true,
                        "type":"string",
                        "enum":[
                            "v2"
                        ]
                    }
                ],
                "x-internal-id":"services-{version}-currentuser-delete",
                "x-filename-id":"services-version-currentuser-delete"
            }
        }
    },
    "definitions":{
        "ogg:extractStatus":{
            "title":"Extract process status",
            "required":[
                "status",
                "lastStarted"
            ],
            "type":"object",
            "properties":{
                "$schema":{
                    "enum":[
                        "ogg:extractStatus"
                    ]
                },
                "status":{
                    "enum":[
                        "starting",
                        "running",
                        "stopped",
                        "killed",
                        "abended"
                    ]
                },
                "lastStarted":{
                    "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"
                        }
                    ]
                },
                "position":{
                    "x-anyOf":[
                        {
                            "x-oneOf":[
                                {
                                    "description":"Normal format",
                                    "type":"integer",
                                    "minimum":0,
                                    "maximum":9.223372036854776E18
                                },
                                {
                                    "description":"Alternate format",
                                    "type":"string",
                                    "pattern":"[0-9]+[.][0-9]+",
                                    "minLength":3,
                                    "maxLength":64
                                }
                            ]
                        },
                        {
                            "type":"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
                        },
                        {
                            "description":"Record number for table source",
                            "type":"integer",
                            "minimum":0,
                            "maximum":9.223372036854776E18
                        },
                        {
                            "x-oneOf":[
                                {
                                    "description":"Position in archive logs (classic mode, non-threaded)",
                                    "type":"object",
                                    "properties":{
                                        "seqno":{
                                            "type":"integer",
                                            "default":1,
                                            "minimum":1,
                                            "maximum":4.294967295E9
                                        },
                                        "rba":{
                                            "type":"integer",
                                            "default":0,
                                            "minimum":0,
                                            "maximum":2147483647
                                        }
                                    },
                                    "additionalProperties":false,
                                    "x-anyOf":[
                                        {
                                            "required":[
                                                "seqno"
                                            ]
                                        },
                                        {
                                            "required":[
                                                "rba"
                                            ]
                                        }
                                    ]
                                },
                                {
                                    "description":"Position in archive logs (classic mode, threaded)",
                                    "type":"object",
                                    "properties":{
                                        "positions":{
                                            "type":"array",
                                            "items":{
                                                "description":"Position in archive logs for one thread in a classic extract",
                                                "type":"object",
                                                "properties":{
                                                    "thread":{
                                                        "type":"integer",
                                                        "minimum":1,
                                                        "maximum":100
                                                    },
                                                    "position":{
                                                        "x-oneOf":[
                                                            {
                                                                "enum":[
                                                                    "now"
                                                                ]
                                                            },
                                                            {
                                                                "x-oneOf":[
                                                                    {
                                                                        "description":"Normal format",
                                                                        "type":"integer",
                                                                        "minimum":0,
                                                                        "maximum":9.223372036854776E18
                                                                    },
                                                                    {
                                                                        "description":"Alternate format",
                                                                        "type":"string",
                                                                        "pattern":"[0-9]+[.][0-9]+",
                                                                        "minLength":3,
                                                                        "maxLength":64
                                                                    }
                                                                ]
                                                            },
                                                            {
                                                                "type":"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
                                                            },
                                                            {
                                                                "description":"Position in archive logs (classic mode, non-threaded)",
                                                                "type":"object",
                                                                "properties":{
                                                                    "seqno":{
                                                                        "type":"integer",
                                                                        "default":1,
                                                                        "minimum":1,
                                                                        "maximum":4.294967295E9
                                                                    },
                                                                    "rba":{
                                                                        "type":"integer",
                                                                        "default":0,
                                                                        "minimum":0,
                                                                        "maximum":2147483647
                                                                    }
                                                                },
                                                                "additionalProperties":false,
                                                                "x-anyOf":[
                                                                    {
                                                                        "required":[
                                                                            "seqno"
                                                                        ]
                                                                    },
                                                                    {
                                                                        "required":[
                                                                            "rba"
                                                                        ]
                                                                    }
                                                                ]
                                                            }
                                                        ]
                                                    }
                                                },
                                                "required":[
                                                    "thread",
                                                    "position"
                                                ],
                                                "additionalProperties":false
                                            },
                                            "minItems":1,
                                            "maxItems":100
                                        }
                                    },
                                    "required":[
                                        "positions"
                                    ],
                                    "additionalProperties":false
                                },
                                {
                                    "description":"Position at a specific SCN (integrated mode)",
                                    "type":"object",
                                    "properties":{
                                        "csn":{
                                            "x-oneOf":[
                                                {
                                                    "description":"Normal format",
                                                    "type":"integer",
                                                    "minimum":0,
                                                    "maximum":9.223372036854776E18
                                                },
                                                {
                                                    "description":"Alternate format",
                                                    "type":"string",
                                                    "pattern":"[0-9]+[.][0-9]+",
                                                    "minLength":3,
                                                    "maxLength":64
                                                }
                                            ]
                                        }
                                    },
                                    "required":[
                                        "csn"
                                    ],
                                    "additionalProperties":false
                                }
                            ]
                        }
                    ]
                },
                "lag":{
                    "description":"Process lag in seconds",
                    "type":"integer",
                    "minimum":0,
                    "maximum":4.294967295E9
                },
                "sinceLagReported":{
                    "description":"Time in seconds since process lag was reported",
                    "type":"integer",
                    "minimum":0,
                    "maximum":4.294967295E9
                },
                "processId":{
                    "type":"integer",
                    "minimum":1,
                    "maximum":4.294967295E9
                }
            },
            "additionalProperties":false
        },
        "ogg:task":{
            "title":"Oracle GoldenGate Task",
            "type":"object",
            "properties":{
                "maxHistory":{
                    "description":"Number of task executions to maintain history for",
                    "type":"integer",
                    "minimum":1,
                    "default":10,
                    "maximum":1024
                },
                "command":{
                    "x-oneOf":[
                        {
                            "description":"Start an Extract or Replicat",
                            "type":"object",
                            "properties":{
                                "processName":{
                                    "type":"string",
                                    "pattern":"^[*A-Z_$][*A-Z0-9_$]*$",
                                    "minLength":1,
                                    "maxLength":8
                                },
                                "after":{
                                    "description":"Directs Extract/Replicat to position its start point at the beginning of the first transaction after the one that has the specified CSN. Any transactions in the data source that have CSN values that are less than, or equal to, the specified one are skipped.",
                                    "x-oneOf":[
                                        {
                                            "description":"Normal format",
                                            "type":"integer",
                                            "minimum":0,
                                            "maximum":9.223372036854776E18
                                        },
                                        {
                                            "description":"Alternate format",
                                            "type":"string",
                                            "pattern":"[0-9]+[.][0-9]+",
                                            "minLength":3,
                                            "maxLength":64
                                        }
                                    ]
                                },
                                "threads":{
                                    "description":"Valid when used with 'skipTransaction', 'at', or 'after' with Replicat in coordinated mode. Starts the specified Replicat thread or threads at the specified location.",
                                    "type":"array",
                                    "items":{
                                        "type":"integer",
                                        "minimum":1,
                                        "maximum":500
                                    },
                                    "minItems":1,
                                    "maxItems":500
                                },
                                "name":{
                                    "enum":[
                                        "start"
                                    ]
                                },
                                "processType":{
                                    "enum":[
                                        "extract",
                                        "replicat",
                                        "ER"
                                    ],
                                    "default":"ER"
                                },
                                "$schema":{
                                    "enum":[
                                        "ogg:command"
                                    ]
                                },
                                "skipTransaction":{
                                    "description":"Causes Replicat to skip the first transaction after its expected startup position in the trail. All operations from that first transaction are excluded.",
                                    "type":"boolean",
                                    "default":false
                                },
                                "filterDuplicates":{
                                    "description":"Causes Replicat to ignore transactions that it has already processed. Use when Extract was repositioned to a new start point (using the ATCSN or AFTERCSN) and you are confident that there are duplicate transactions in the trail that could cause Replicat to abend. This option requires the use of a checkpoint table. If the database is Oracle, this option is valid only for Replicat in nonintegrated mode. Integrated mode handles duplicate transactions transparently. The default is true.",
                                    "type":"boolean",
                                    "default":true
                                },
                                "at":{
                                    "description":"Directs Extract/Replicat to position its start point at the transaction that has the specified CSN. Any transactions in the data source that have CSN values less than the specified one are skipped.",
                                    "x-oneOf":[
                                        {
                                            "description":"Normal format",
                                            "type":"integer",
                                            "minimum":0,
                                            "maximum":9.223372036854776E18
                                        },
                                        {
                                            "description":"Alternate format",
                                            "type":"string",
                                            "pattern":"[0-9]+[.][0-9]+",
                                            "minLength":3,
                                            "maxLength":64
                                        }
                                    ]
                                }
                            },
                            "additionalProperties":false,
                            "allOf":[
                                {
                                    "required":[
                                        "name",
                                        "processName"
                                    ]
                                },
                                {
                                    "not":{
                                        "required":[
                                            "at",
                                            "after"
                                        ]
                                    }
                                },
                                {
                                    "not":{
                                        "required":[
                                            "at",
                                            "skipTransaction"
                                        ]
                                    }
                                },
                                {
                                    "not":{
                                        "required":[
                                            "after",
                                            "skipTransaction"
                                        ]
                                    }
                                },
                                {
                                    "dependencies":{
                                        "filterDuplicates":{
                                            "properties":{
                                                "processType":{
                                                    "enum":[
                                                        "replicat",
                                                        "ER"
                                                    ]
                                                }
                                            }
                                        },
                                        "threads":{
                                            "properties":{
                                                "processType":{
                                                    "enum":[
                                                        "replicat",
                                                        "ER"
                                                    ]
                                                }
                                            }
                                        }
                                    }
                                },
                                {
                                    "x-anyOf":[
                                        {
                                            "dependencies":{
                                                "threads":[
                                                    "at"
                                                ]
                                            }
                                        },
                                        {
                                            "dependencies":{
                                                "threads":[
                                                    "after"
                                                ]
                                            }
                                        },
                                        {
                                            "dependencies":{
                                                "threads":[
                                                    "skipTransaction"
                                                ]
                                            }
                                        }
                                    ]
                                }
                            ]
                        },
                        {
                            "description":"Stop an Extract or Replicat",
                            "type":"object",
                            "properties":{
                                "$schema":{
                                    "enum":[
                                        "ogg:command"
                                    ]
                                },
                                "name":{
                                    "enum":[
                                        "stop"
                                    ]
                                },
                                "processType":{
                                    "enum":[
                                        "extract",
                                        "replicat",
                                        "ER"
                                    ],
                                    "default":"ER"
                                },
                                "processName":{
                                    "type":"string",
                                    "pattern":"^[*A-Z_$][*A-Z0-9_$]*$",
                                    "minLength":1,
                                    "maxLength":8
                                },
                                "force":{
                                    "type":"boolean",
                                    "default":false
                                }
                            },
                            "required":[
                                "name",
                                "processName"
                            ],
                            "additionalProperties":false
                        },
                        {
                            "description":"Kill an Extract or Replicat",
                            "type":"object",
                            "properties":{
                                "$schema":{
                                    "enum":[
                                        "ogg:command"
                                    ]
                                },
                                "name":{
                                    "enum":[
                                        "kill"
                                    ]
                                },
                                "processType":{
                                    "enum":[
                                        "extract",
                                        "replicat",
                                        "ER"
                                    ],
                                    "default":"ER"
                                },
                                "processName":{
                                    "type":"string",
                                    "pattern":"^[*A-Z_$][*A-Z0-9_$]*$",
                                    "minLength":1,
                                    "maxLength":8
                                }
                            },
                            "required":[
                                "name",
                                "processName"
                            ],
                            "additionalProperties":false
                        },
                        {
                            "description":"Execute an Extract or Replicat",
                            "type":"object",
                            "properties":{
                                "$schema":{
                                    "enum":[
                                        "ogg:command"
                                    ]
                                },
                                "name":{
                                    "enum":[
                                        "execute"
                                    ]
                                },
                                "processType":{
                                    "enum":[
                                        "extract",
                                        "replicat",
                                        "ER"
                                    ],
                                    "default":"ER"
                                },
                                "processName":{
                                    "type":"string",
                                    "pattern":"^[A-Z_$][A-Z0-9_$]*$",
                                    "minLength":1,
                                    "maxLength":8
                                }
                            },
                            "required":[
                                "name",
                                "processName"
                            ],
                            "additionalProperties":false
                        },
                        {
                            "description":"Synchronize a Replicat",
                            "type":"object",
                            "properties":{
                                "$schema":{
                                    "enum":[
                                        "ogg:command"
                                    ]
                                },
                                "name":{
                                    "enum":[
                                        "synchronize"
                                    ]
                                },
                                "processType":{
                                    "enum":[
                                        "replicat"
                                    ]
                                },
                                "processName":{
                                    "type":"string",
                                    "pattern":"^[*A-Z_$][*A-Z0-9_$]*$",
                                    "minLength":1,
                                    "maxLength":8
                                }
                            },
                            "required":[
                                "name",
                                "processName"
                            ],
                            "additionalProperties":false
                        },
                        {
                            "description":"Execute the Monitor Agent",
                            "type":"object",
                            "properties":{
                                "$schema":{
                                    "enum":[
                                        "ogg:command"
                                    ]
                                },
                                "name":{
                                    "enum":[
                                        "execute"
                                    ]
                                },
                                "processName":{
                                    "enum":[
                                        "Monitor Agent"
                                    ]
                                }
                            },
                            "required":[
                                "name",
                                "processName"
                            ],
                            "additionalProperties":false
                        },
                        {
                            "description":"Report on Processes",
                            "type":"object",
                            "properties":{
                                "$schema":{
                                    "enum":[
                                        "ogg:command"
                                    ]
                                },
                                "name":{
                                    "enum":[
                                        "report"
                                    ]
                                },
                                "reportType":{
                                    "enum":[
                                        "up",
                                        "down"
                                    ]
                                }
                            },
                            "required":[
                                "name",
                                "reportType"
                            ],
                            "additionalProperties":false
                        },
                        {
                            "description":"Report on Process Lag",
                            "type":"object",
                            "properties":{
                                "$schema":{
                                    "enum":[
                                        "ogg:command"
                                    ]
                                },
                                "name":{
                                    "enum":[
                                        "report"
                                    ]
                                },
                                "reportType":{
                                    "enum":[
                                        "lag"
                                    ]
                                },
                                "thresholds":{
                                    "type":"array",
                                    "items":{
                                        "type":"object",
                                        "properties":{
                                            "type":{
                                                "enum":[
                                                    "info",
                                                    "critical"
                                                ]
                                            },
                                            "units":{
                                                "x-oneOf":[
                                                    {
                                                        "enum":[
                                                            "seconds"
                                                        ]
                                                    },
                                                    {
                                                        "enum":[
                                                            "minutes"
                                                        ]
                                                    },
                                                    {
                                                        "enum":[
                                                            "hours"
                                                        ]
                                                    }
                                                ]
                                            },
                                            "value":{
                                                "type":"integer",
                                                "minimum":0,
                                                "maximum":65535
                                            }
                                        },
                                        "required":[
                                            "type",
                                            "units",
                                            "value"
                                        ],
                                        "additionalProperties":false
                                    },
                                    "minItems":1,
                                    "maxItems":2
                                }
                            },
                            "required":[
                                "name",
                                "reportType",
                                "thresholds"
                            ],
                            "additionalProperties":false
                        },
                        {
                            "description":"Report Operating System and database version information",
                            "type":"object",
                            "properties":{
                                "$schema":{
                                    "enum":[
                                        "ogg:command"
                                    ]
                                },
                                "name":{
                                    "enum":[
                                        "report"
                                    ]
                                },
                                "reportType":{
                                    "enum":[
                                        "versions"
                                    ]
                                },
                                "credentials":{
                                    "description":"Credentials for database",
                                    "default":null,
                                    "x-oneOf":[
                                        {
                                            "type":"object",
                                            "properties":{
                                                "$schema":{
                                                    "enum":[
                                                        "ogg:credentialsRef"
                                                    ]
                                                },
                                                "domain":{
                                                    "type":"string",
                                                    "pattern":"^[a-zA-Z][a-zA-Z0-9_#$]*$",
                                                    "minLength":1,
                                                    "maxLength":30,
                                                    "default":"OracleGoldenGate"
                                                },
                                                "alias":{
                                                    "type":"string",
                                                    "pattern":"^[a-zA-Z][a-zA-Z0-9_#$]*$",
                                                    "minLength":1,
                                                    "maxLength":30
                                                }
                                            },
                                            "required":[
                                                "alias"
                                            ],
                                            "additionalProperties":false
                                        },
                                        {
                                            "type":"null"
                                        }
                                    ]
                                }
                            },
                            "required":[
                                "name",
                                "reportType"
                            ],
                            "additionalProperties":false
                        },
                        {
                            "description":"Lists the schemas in the database with names that match the input specification",
                            "type":"object",
                            "properties":{
                                "$schema":{
                                    "enum":[
                                        "ogg:command"
                                    ]
                                },
                                "name":{
                                    "enum":[
                                        "report"
                                    ]
                                },
                                "reportType":{
                                    "enum":[
                                        "schemas"
                                    ]
                                },
                                "credentials":{
                                    "description":"Credentials for database",
                                    "type":"object",
                                    "properties":{
                                        "$schema":{
                                            "enum":[
                                                "ogg:credentialsRef"
                                            ]
                                        },
                                        "domain":{
                                            "type":"string",
                                            "pattern":"^[a-zA-Z][a-zA-Z0-9_#$]*$",
                                            "minLength":1,
                                            "maxLength":30,
                                            "default":"OracleGoldenGate"
                                        },
                                        "alias":{
                                            "type":"string",
                                            "pattern":"^[a-zA-Z][a-zA-Z0-9_#$]*$",
                                            "minLength":1,
                                            "maxLength":30
                                        }
                                    },
                                    "required":[
                                        "alias"
                                    ],
                                    "additionalProperties":false
                                },
                                "qualified":{
                                    "description":"If true, returned schema names are fully qualified",
                                    "type":"boolean",
                                    "default":true
                                },
                                "specification":{
                                    "description":"The name of a schema which can include wildcard characters",
                                    "x-anyOf":[
                                        {
                                            "type":"string",
                                            "pattern":"^([^.\"]{1,128}|[\"].{1,128}[\"])$",
                                            "minLength":1,
                                            "maxLength":130
                                        },
                                        {
                                            "type":"string",
                                            "pattern":"^([^.*?\"]{1,128}|[\"].{1,128}[\"])[.]([^.\"]{1,128}|[\"].{1,128}[\"])$",
                                            "minLength":3,
                                            "maxLength":261
                                        }
                                    ]
                                }
                            },
                            "required":[
                                "name",
                                "reportType",
                                "credentials",
                                "specification"
                            ],
                            "additionalProperties":false
                        },
                        {
                            "description":"Lists the tables in the database with names that match the input specification",
                            "type":"object",
                            "properties":{
                                "$schema":{
                                    "enum":[
                                        "ogg:command"
                                    ]
                                },
                                "name":{
                                    "enum":[
                                        "report"
                                    ]
                                },
                                "reportType":{
                                    "enum":[
                                        "tables"
                                    ]
                                },
                                "credentials":{
                                    "description":"Credentials for database",
                                    "type":"object",
                                    "properties":{
                                        "$schema":{
                                            "enum":[
                                                "ogg:credentialsRef"
                                            ]
                                        },
                                        "domain":{
                                            "type":"string",
                                            "pattern":"^[a-zA-Z][a-zA-Z0-9_#$]*$",
                                            "minLength":1,
                                            "maxLength":30,
                                            "default":"OracleGoldenGate"
                                        },
                                        "alias":{
                                            "type":"string",
                                            "pattern":"^[a-zA-Z][a-zA-Z0-9_#$]*$",
                                            "minLength":1,
                                            "maxLength":30
                                        }
                                    },
                                    "required":[
                                        "alias"
                                    ],
                                    "additionalProperties":false
                                },
                                "qualified":{
                                    "description":"If true, returned table names are fully qualified",
                                    "type":"boolean",
                                    "default":true
                                },
                                "specification":{
                                    "description":"The name of a table or a group of tables which can include wildcard characters",
                                    "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
                                        }
                                    ]
                                },
                                "tableType":{
                                    "description":"The type of table to list",
                                    "enum":[
                                        "any",
                                        "checkpoint",
                                        "trace"
                                    ],
                                    "default":"any"
                                }
                            },
                            "required":[
                                "name",
                                "reportType",
                                "credentials",
                                "specification"
                            ],
                            "additionalProperties":false
                        },
                        {
                            "description":"Lists the checkpoint tables in the database with names that match the input specification",
                            "type":"object",
                            "properties":{
                                "$schema":{
                                    "enum":[
                                        "ogg:command"
                                    ]
                                },
                                "name":{
                                    "enum":[
                                        "report"
                                    ]
                                },
                                "reportType":{
                                    "enum":[
                                        "checkpointTables"
                                    ]
                                },
                                "credentials":{
                                    "description":"Credentials for database",
                                    "type":"object",
                                    "properties":{
                                        "$schema":{
                                            "enum":[
                                                "ogg:credentialsRef"
                                            ]
                                        },
                                        "domain":{
                                            "type":"string",
                                            "pattern":"^[a-zA-Z][a-zA-Z0-9_#$]*$",
                                            "minLength":1,
                                            "maxLength":30,
                                            "default":"OracleGoldenGate"
                                        },
                                        "alias":{
                                            "type":"string",
                                            "pattern":"^[a-zA-Z][a-zA-Z0-9_#$]*$",
                                            "minLength":1,
                                            "maxLength":30
                                        }
                                    },
                                    "required":[
                                        "alias"
                                    ],
                                    "additionalProperties":false
                                },
                                "specification":{
                                    "description":"The name of a checkpoint table or a group of checkpoint tables which can include wildcard characters",
                                    "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
                                        }
                                    ]
                                }
                            },
                            "required":[
                                "name",
                                "reportType",
                                "credentials",
                                "specification"
                            ],
                            "additionalProperties":false
                        },
                        {
                            "description":"Lists the containers in the database with names that match the input specification",
                            "type":"object",
                            "properties":{
                                "$schema":{
                                    "enum":[
                                        "ogg:command"
                                    ]
                                },
                                "name":{
                                    "enum":[
                                        "report"
                                    ]
                                },
                                "reportType":{
                                    "enum":[
                                        "containers"
                                    ]
                                },
                                "credentials":{
                                    "description":"Credentials for database",
                                    "type":"object",
                                    "properties":{
                                        "$schema":{
                                            "enum":[
                                                "ogg:credentialsRef"
                                            ]
                                        },
                                        "domain":{
                                            "type":"string",
                                            "pattern":"^[a-zA-Z][a-zA-Z0-9_#$]*$",
                                            "minLength":1,
                                            "maxLength":30,
                                            "default":"OracleGoldenGate"
                                        },
                                        "alias":{
                                            "type":"string",
                                            "pattern":"^[a-zA-Z][a-zA-Z0-9_#$]*$",
                                            "minLength":1,
                                            "maxLength":30
                                        }
                                    },
                                    "required":[
                                        "alias"
                                    ],
                                    "additionalProperties":false
                                },
                                "specification":{
                                    "description":"The name of a container or a group of containers which can include wildcard characters",
                                    "type":"string",
                                    "pattern":"^([^.\"]{1,128}|[\"].{1,128}[\"])$",
                                    "minLength":1,
                                    "maxLength":130
                                }
                            },
                            "required":[
                                "name",
                                "reportType",
                                "credentials",
                                "specification"
                            ],
                            "additionalProperties":false
                        },
                        {
                            "description":"Purge checkpoint history for ER processes",
                            "type":"object",
                            "properties":{
                                "$schema":{
                                    "enum":[
                                        "ogg:command"
                                    ]
                                },
                                "name":{
                                    "enum":[
                                        "purge"
                                    ]
                                },
                                "purgeType":{
                                    "enum":[
                                        "checkpoints"
                                    ]
                                },
                                "processType":{
                                    "enum":[
                                        "extract",
                                        "replicat",
                                        "ER"
                                    ],
                                    "default":"ER"
                                },
                                "processName":{
                                    "type":"string",
                                    "pattern":"^[*A-Z_$][*A-Z0-9_$]*$",
                                    "minLength":1,
                                    "maxLength":8
                                },
                                "keep":{
                                    "type":"array",
                                    "items":{
                                        "type":"object",
                                        "properties":{
                                            "type":{
                                                "enum":[
                                                    "max"
                                                ]
                                            },
                                            "units":{
                                                "x-oneOf":[
                                                    {
                                                        "enum":[
                                                            "checkpoints"
                                                        ]
                                                    }
                                                ]
                                            },
                                            "value":{
                                                "type":"integer",
                                                "minimum":1,
                                                "maximum":500
                                            }
                                        },
                                        "required":[
                                            "type",
                                            "units",
                                            "value"
                                        ],
                                        "additionalProperties":false
                                    },
                                    "minItems":1,
                                    "maxItems":1
                                }
                            },
                            "required":[
                                "name",
                                "purgeType",
                                "processName",
                                "keep"
                            ],
                            "additionalProperties":false
                        },
                        {
                            "type":"object",
                            "properties":{
                                "$schema":{
                                    "enum":[
                                        "ogg:command"
                                    ]
                                },
                                "name":{
                                    "enum":[
                                        "purge"
                                    ]
                                },
                                "purgeType":{
                                    "enum":[
                                        "ddlHistory",
                                        "ddlHistoryAlt",
                                        "markerHistory"
                                    ]
                                },
                                "credentials":{
                                    "description":"Credentials for database",
                                    "type":"object",
                                    "properties":{
                                        "$schema":{
                                            "enum":[
                                                "ogg:credentialsRef"
                                            ]
                                        },
                                        "domain":{
                                            "type":"string",
                                            "pattern":"^[a-zA-Z][a-zA-Z0-9_#$]*$",
                                            "minLength":1,
                                            "maxLength":30,
                                            "default":"OracleGoldenGate"
                                        },
                                        "alias":{
                                            "type":"string",
                                            "pattern":"^[a-zA-Z][a-zA-Z0-9_#$]*$",
                                            "minLength":1,
                                            "maxLength":30
                                        }
                                    },
                                    "required":[
                                        "alias"
                                    ],
                                    "additionalProperties":false
                                },
                                "keep":{
                                    "type":"array",
                                    "items":{
                                        "x-oneOf":[
                                            {
                                                "description":"Minimum number of hours",
                                                "type":"object",
                                                "properties":{
                                                    "type":{
                                                        "enum":[
                                                            "min"
                                                        ]
                                                    },
                                                    "units":{
                                                        "enum":[
                                                            "hours"
                                                        ]
                                                    },
                                                    "value":{
                                                        "description":"Allowed value for hours value",
                                                        "type":"integer",
                                                        "minimum":1,
                                                        "maximum":1000
                                                    }
                                                },
                                                "required":[
                                                    "type",
                                                    "units",
                                                    "value"
                                                ],
                                                "additionalProperties":false
                                            },
                                            {
                                                "description":"Maximum number of hours",
                                                "type":"object",
                                                "properties":{
                                                    "type":{
                                                        "enum":[
                                                            "max"
                                                        ]
                                                    },
                                                    "units":{
                                                        "enum":[
                                                            "hours"
                                                        ]
                                                    },
                                                    "value":{
                                                        "description":"Allowed value for hours value",
                                                        "type":"integer",
                                                        "minimum":1,
                                                        "maximum":1000
                                                    }
                                                },
                                                "required":[
                                                    "type",
                                                    "units",
                                                    "value"
                                                ],
                                                "additionalProperties":false
                                            },
                                            {
                                                "description":"Minimum number of days",
                                                "type":"object",
                                                "properties":{
                                                    "type":{
                                                        "enum":[
                                                            "min"
                                                        ]
                                                    },
                                                    "units":{
                                                        "enum":[
                                                            "days"
                                                        ]
                                                    },
                                                    "value":{
                                                        "description":"Allowed value for days value",
                                                        "type":"integer",
                                                        "minimum":1,
                                                        "maximum":365
                                                    }
                                                },
                                                "required":[
                                                    "type",
                                                    "units",
                                                    "value"
                                                ],
                                                "additionalProperties":false
                                            },
                                            {
                                                "description":"Maximum number of days",
                                                "type":"object",
                                                "properties":{
                                                    "type":{
                                                        "enum":[
                                                            "max"
                                                        ]
                                                    },
                                                    "units":{
                                                        "enum":[
                                                            "days"
                                                        ]
                                                    },
                                                    "value":{
                                                        "description":"Allowed value for days value",
                                                        "type":"integer",
                                                        "minimum":1,
                                                        "maximum":365
                                                    }
                                                },
                                                "required":[
                                                    "type",
                                                    "units",
                                                    "value"
                                                ],
                                                "additionalProperties":false
                                            }
                                        ]
                                    },
                                    "minItems":1,
                                    "maxItems":2
                                }
                            },
                            "required":[
                                "name",
                                "purgeType",
                                "credentials",
                                "keep"
                            ],
                            "additionalProperties":false
                        },
                        {
                            "description":"Purge trail files no longer needed",
                            "type":"object",
                            "properties":{
                                "$schema":{
                                    "enum":[
                                        "ogg:command"
                                    ]
                                },
                                "name":{
                                    "enum":[
                                        "purge"
                                    ]
                                },
                                "purgeType":{
                                    "enum":[
                                        "trails"
                                    ]
                                },
                                "trails":{
                                    "description":"Trails to purge",
                                    "type":"array",
                                    "items":{
                                        "type":"object",
                                        "properties":{
                                            "name":{
                                                "description":"The name of the trail, wildcards allowed",
                                                "type":"string",
                                                "pattern":"^[A-Za-z*][A-Za-z0-9*]?$",
                                                "minLength":1,
                                                "maxLength":2
                                            },
                                            "path":{
                                                "description":"The path where trail data is stored",
                                                "type":"string",
                                                "minLength":1,
                                                "maxLength":4096
                                            }
                                        },
                                        "required":[
                                            "name"
                                        ],
                                        "additionalProperties":false
                                    },
                                    "minItems":1,
                                    "maxItems":1024
                                },
                                "useCheckpoints":{
                                    "type":"boolean",
                                    "default":true
                                },
                                "keep":{
                                    "type":"array",
                                    "items":{
                                        "x-oneOf":[
                                            {
                                                "description":"Minimum number of hours",
                                                "type":"object",
                                                "properties":{
                                                    "type":{
                                                        "enum":[
                                                            "min"
                                                        ]
                                                    },
                                                    "units":{
                                                        "enum":[
                                                            "hours"
                                                        ]
                                                    },
                                                    "value":{
                                                        "description":"Allowed value for hours value",
                                                        "type":"integer",
                                                        "minimum":1,
                                                        "maximum":1000
                                                    }
                                                },
                                                "required":[
                                                    "type",
                                                    "units",
                                                    "value"
                                                ],
                                                "additionalProperties":false
                                            },
                                            {
                                                "description":"Minimum number of days",
                                                "type":"object",
                                                "properties":{
                                                    "type":{
                                                        "enum":[
                                                            "min"
                                                        ]
                                                    },
                                                    "units":{
                                                        "enum":[
                                                            "days"
                                                        ]
                                                    },
                                                    "value":{
                                                        "description":"Allowed value for days value",
                                                        "type":"integer",
                                                        "minimum":1,
                                                        "maximum":365
                                                    }
                                                },
                                                "required":[
                                                    "type",
                                                    "units",
                                                    "value"
                                                ],
                                                "additionalProperties":false
                                            },
                                            {
                                                "description":"Minimum number of files",
                                                "type":"object",
                                                "properties":{
                                                    "type":{
                                                        "enum":[
                                                            "min"
                                                        ]
                                                    },
                                                    "units":{
                                                        "enum":[
                                                            "files"
                                                        ]
                                                    },
                                                    "value":{
                                                        "type":"integer",
                                                        "minimum":0,
                                                        "maximum":100
                                                    }
                                                },
                                                "required":[
                                                    "type",
                                                    "units",
                                                    "value"
                                                ],
                                                "additionalProperties":false
                                            }
                                        ]
                                    },
                                    "minItems":1,
                                    "maxItems":1
                                }
                            },
                            "required":[
                                "name",
                                "purgeType",
                                "trails",
                                "keep"
                            ],
                            "additionalProperties":false
                        },
                        {
                            "description":"Purge Extract or Replicat tasks",
                            "type":"object",
                            "properties":{
                                "$schema":{
                                    "enum":[
                                        "ogg:command"
                                    ]
                                },
                                "name":{
                                    "enum":[
                                        "purge"
                                    ]
                                },
                                "purgeType":{
                                    "enum":[
                                        "tasks"
                                    ]
                                },
                                "processType":{
                                    "enum":[
                                        "extract",
                                        "replicat",
                                        "ER"
                                    ],
                                    "default":"ER"
                                },
                                "processName":{
                                    "type":"string",
                                    "pattern":"^[*A-Z_$][*A-Z0-9_$]*$",
                                    "minLength":1,
                                    "maxLength":8
                                },
                                "useStatus":{
                                    "type":"boolean",
                                    "default":false
                                },
                                "keep":{
                                    "type":"array",
                                    "items":{
                                        "x-oneOf":[
                                            {
                                                "description":"Minimum number of hours",
                                                "type":"object",
                                                "properties":{
                                                    "type":{
                                                        "enum":[
                                                            "min"
                                                        ]
                                                    },
                                                    "units":{
                                                        "enum":[
                                                            "hours"
                                                        ]
                                                    },
                                                    "value":{
                                                        "description":"Allowed value for hours value",
                                                        "type":"integer",
                                                        "minimum":1,
                                                        "maximum":1000
                                                    }
                                                },
                                                "required":[
                                                    "type",
                                                    "units",
                                                    "value"
                                                ],
                                                "additionalProperties":false
                                            },
                                            {
                                                "description":"Minimum number of days",
                                                "type":"object",
                                                "properties":{
                                                    "type":{
                                                        "enum":[
                                                            "min"
                                                        ]
                                                    },
                                                    "units":{
                                                        "enum":[
                                                            "days"
                                                        ]
                                                    },
                                                    "value":{
                                                        "description":"Allowed value for days value",
                                                        "type":"integer",
                                                        "minimum":1,
                                                        "maximum":365
                                                    }
                                                },
                                                "required":[
                                                    "type",
                                                    "units",
                                                    "value"
                                                ],
                                                "additionalProperties":false
                                            }
                                        ]
                                    },
                                    "minItems":1,
                                    "maxItems":1
                                }
                            },
                            "required":[
                                "name",
                                "purgeType",
                                "processName",
                                "keep"
                            ],
                            "additionalProperties":false
                        },
                        {
                            "description":"Purge files no longer needed",
                            "type":"object",
                            "properties":{
                                "$schema":{
                                    "enum":[
                                        "ogg:command"
                                    ]
                                },
                                "name":{
                                    "enum":[
                                        "purge"
                                    ]
                                },
                                "purgeType":{
                                    "enum":[
                                        "files"
                                    ]
                                },
                                "dumpFiles":{
                                    "description":"Purge dump files (*.dmp) which are generated when an application abnormally terminates",
                                    "type":"boolean",
                                    "default":false
                                },
                                "keep":{
                                    "type":"array",
                                    "items":{
                                        "x-oneOf":[
                                            {
                                                "description":"Minimum number of hours",
                                                "type":"object",
                                                "properties":{
                                                    "type":{
                                                        "enum":[
                                                            "min"
                                                        ]
                                                    },
                                                    "units":{
                                                        "enum":[
                                                            "hours"
                                                        ]
                                                    },
                                                    "value":{
                                                        "description":"Allowed value for hours value",
                                                        "type":"integer",
                                                        "minimum":1,
                                                        "maximum":1000
                                                    }
                                                },
                                                "required":[
                                                    "type",
                                                    "units",
                                                    "value"
                                                ],
                                                "additionalProperties":false
                                            },
                                            {
                                                "description":"Minimum number of days",
                                                "type":"object",
                                                "properties":{
                                                    "type":{
                                                        "enum":[
                                                            "min"
                                                        ]
                                                    },
                                                    "units":{
                                                        "enum":[
                                                            "days"
                                                        ]
                                                    },
                                                    "value":{
                                                        "description":"Allowed value for days value",
                                                        "type":"integer",
                                                        "minimum":1,
                                                        "maximum":365
                                                    }
                                                },
                                                "required":[
                                                    "type",
                                                    "units",
                                                    "value"
                                                ],
                                                "additionalProperties":false
                                            }
                                        ]
                                    },
                                    "minItems":1,
                                    "maxItems":1
                                }
                            },
                            "required":[
                                "name",
                                "purgeType",
                                "keep"
                            ],
                            "additionalProperties":false
                        },
                        {
                            "description":"Updates a database sequence so that initial redo records are available at the time that Extract starts capturing transaction data after the instantiation of the replication environment.",
                            "type":"object",
                            "properties":{
                                "$schema":{
                                    "enum":[
                                        "ogg:command"
                                    ]
                                },
                                "name":{
                                    "enum":[
                                        "flushSequence"
                                    ]
                                },
                                "credentials":{
                                    "description":"Credentials for database",
                                    "type":"object",
                                    "properties":{
                                        "$schema":{
                                            "enum":[
                                                "ogg:credentialsRef"
                                            ]
                                        },
                                        "domain":{
                                            "type":"string",
                                            "pattern":"^[a-zA-Z][a-zA-Z0-9_#$]*$",
                                            "minLength":1,
                                            "maxLength":30,
                                            "default":"OracleGoldenGate"
                                        },
                                        "alias":{
                                            "type":"string",
                                            "pattern":"^[a-zA-Z][a-zA-Z0-9_#$]*$",
                                            "minLength":1,
                                            "maxLength":30
                                        }
                                    },
                                    "required":[
                                        "alias"
                                    ],
                                    "additionalProperties":false
                                },
                                "sequence":{
                                    "description":"The owner and name of a database sequence. The schema name cannot be null. You can use wildcard characters for the sequence name but not for the owner name.",
                                    "x-anyOf":[
                                        {
                                            "type":"string",
                                            "pattern":"^([^.\"]{1,128}|[\"].{1,128}[\"])$",
                                            "minLength":1,
                                            "maxLength":130
                                        },
                                        {
                                            "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
                                        }
                                    ]
                                },
                                "trace":{
                                    "description":"Whether to call the sql procedure to update the sequence with tracing mode on",
                                    "type":"boolean",
                                    "default":false
                                }
                            },
                            "required":[
                                "name",
                                "credentials",
                                "sequence"
                            ],
                            "additionalProperties":false
                        }
                    ]
                },
                "enabled":{
                    "description":"Indicates if the task is enabled for execution",
                    "type":"boolean",
                    "default":true
                },
                "schedule":{
                    "x-oneOf":[
                        {
                            "description":"Task is not scheduled",
                            "enum":[
                                "none"
                            ]
                        },
                        {
                            "description":"Task is run on a time-based schedule",
                            "type":"object",
                            "properties":{
                                "days":{
                                    "description":"Days of the week to run the task",
                                    "x-oneOf":[
                                        {
                                            "enum":[
                                                "every"
                                            ]
                                        },
                                        {
                                            "enum":[
                                                "Sunday",
                                                "Monday",
                                                "Tuesday",
                                                "Wednesday",
                                                "Thursday",
                                                "Friday",
                                                "Saturday"
                                            ]
                                        },
                                        {
                                            "type":"array",
                                            "items":{
                                                "enum":[
                                                    "Sunday",
                                                    "Monday",
                                                    "Tuesday",
                                                    "Wednesday",
                                                    "Thursday",
                                                    "Friday",
                                                    "Saturday"
                                                ]
                                            },
                                            "minItems":1,
                                            "maxItems":7
                                        }
                                    ]
                                },
                                "times":{
                                    "description":"Array of times to run task in 24 hour format HH:MM",
                                    "type":"array",
                                    "items":{
                                        "type":"string",
                                        "pattern":"([01][0-9]|2[0-3]):[0-5][0-9]",
                                        "minLength":5,
                                        "maxLength":5
                                    },
                                    "minItems":1,
                                    "maxItems":1440
                                }
                            },
                            "required":[
                                "days",
                                "times"
                            ],
                            "additionalProperties":false
                        },
                        {
                            "description":"Task is run on an interval",
                            "type":"object",
                            "properties":{
                                "every":{
                                    "type":"object",
                                    "properties":{
                                        "units":{
                                            "x-oneOf":[
                                                {
                                                    "enum":[
                                                        "minutes"
                                                    ]
                                                },
                                                {
                                                    "enum":[
                                                        "hours"
                                                    ]
                                                },
                                                {
                                                    "enum":[
                                                        "days"
                                                    ]
                                                },
                                                {
                                                    "enum":[
                                                        "weeks"
                                                    ]
                                                }
                                            ]
                                        },
                                        "value":{
                                            "type":"integer",
                                            "minimum":0,
                                            "maximum":1024
                                        }
                                    },
                                    "required":[
                                        "units",
                                        "value"
                                    ],
                                    "additionalProperties":false
                                }
                            },
                            "required":[
                                "every"
                            ],
                            "additionalProperties":false
                        },
                        {
                            "description":"Task is run when the Admin Server starts",
                            "type":"object",
                            "properties":{
                                "autoStart":{
                                    "description":"Indicates task starts with Admin Server",
                                    "enum":[
                                        true
                                    ]
                                },
                                "delay":{
                                    "description":"Time to wait in seconds before starting task",
                                    "type":"integer",
                                    "minimum":0,
                                    "default":0,
                                    "maximum":3600
                                }
                            },
                            "required":[
                                "autoStart"
                            ],
                            "additionalProperties":false
                        }
                    ]
                },
                "$schema":{
                    "enum":[
                        "ogg:task"
                    ]
                },
                "status":{
                    "description":"Task Status",
                    "default":"stopped",
                    "enum":[
                        "starting",
                        "running",
                        "stopped",
                        "killed",
                        "abended"
                    ]
                },
                "timeout":{
                    "description":"Amount of time in seconds before a running task is cancelled",
                    "type":"integer",
                    "minimum":1,
                    "maximum":65535
                },
                "critical":{
                    "description":"Indicates the task is critical to the deployment",
                    "type":"boolean",
                    "default":false
                },
                "restart":{
                    "description":"Control how the task is restarted if it terminates",
                    "type":"object",
                    "properties":{
                        "$schema":{
                            "enum":[
                                "ogg:taskRestart"
                            ]
                        },
                        "enabled":{
                            "description":"If set, the task can be restarted if it terminates.",
                            "type":"boolean",
                            "default":false
                        },
                        "onSuccess":{
                            "description":"If false, the task is only restarted if it fails.",
                            "type":"boolean",
                            "default":false
                        },
                        "delay":{
                            "description":"The amount of time, in seconds, to pause between discovering that a process has terminated abnormally and restarting the process.",
                            "type":"integer",
                            "minimum":0,
                            "default":120,
                            "maximum":3600
                        },
                        "retries":{
                            "description":"The maximum number of times the task should be restarted before aborting retry efforts.",
                            "type":"integer",
                            "minimum":0,
                            "default":2,
                            "maximum":3600
                        },
                        "window":{
                            "description":"The window of time, in seconds, during which retries are counted.",
                            "type":"integer",
                            "minimum":0,
                            "default":7200,
                            "maximum":604800
                        },
                        "disableOnFailure":{
                            "description":"If true, the task is disabled when it fails all execution attempts in an execution window.",
                            "type":"boolean",
                            "default":false
                        },
                        "failures":{
                            "description":"The number of times the task failed in the current window.",
                            "type":"integer",
                            "minimum":0,
                            "maximum":3600
                        }
                    },
                    "additionalProperties":false
                },
                "description":{
                    "description":"A description of the task",
                    "type":"string",
                    "minLength":1,
                    "maxLength":4095
                }
            },
            "additionalProperties":false
        },
        "ogg:trandataTableResponse":{
            "x-oneOf":[
                {
                    "type":"object",
                    "properties":{
                        "$schema":{
                            "enum":[
                                "ogg:trandataTableResponse"
                            ]
                        },
                        "type":{
                            "enum":[
                                "info"
                            ]
                        },
                        "tables":{
                            "type":"array",
                            "items":{
                                "type":"object",
                                "properties":{
                                    "tableName":{
                                        "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
                                            }
                                        ]
                                    },
                                    "enabled":{
                                        "description":"True if supplemental logging for this table is enabled",
                                        "type":"boolean"
                                    },
                                    "primaryKey":{
                                        "description":"True if supplemental logging of primary key columns is enabled",
                                        "type":"boolean",
                                        "default":true
                                    },
                                    "schedulingColumns":{
                                        "description":"True if supplemental logging of primary key, foreign key and unique key columns are enabled",
                                        "type":"boolean",
                                        "default":true
                                    },
                                    "allColumns":{
                                        "description":"True if supplemental logging for all columns of the table is enabled",
                                        "type":"boolean",
                                        "default":false
                                    },
                                    "columns":{
                                        "description":"List of columns being logged",
                                        "type":"array",
                                        "items":{
                                            "type":"string",
                                            "pattern":"^([^.*?\"]{1,128}|[\"].{1,128}[\"])$",
                                            "minLength":1,
                                            "maxLength":130
                                        },
                                        "minItems":1,
                                        "maxItems":8192
                                    },
                                    "preparedCsn":{
                                        "description":"Prepared instantiation CSN",
                                        "x-oneOf":[
                                            {
                                                "description":"Normal format",
                                                "type":"integer",
                                                "minimum":0,
                                                "maximum":9.223372036854776E18
                                            },
                                            {
                                                "description":"Alternate format",
                                                "type":"string",
                                                "pattern":"[0-9]+[.][0-9]+",
                                                "minLength":3,
                                                "maxLength":64
                                            }
                                        ]
                                    }
                                },
                                "required":[
                                    "tableName",
                                    "enabled",
                                    "primaryKey",
                                    "schedulingColumns",
                                    "allColumns"
                                ],
                                "additionalProperties":false
                            },
                            "minItems":1,
                            "maxItems":65535
                        }
                    },
                    "required":[
                        "type",
                        "tables"
                    ],
                    "additionalProperties":false
                },
                {
                    "type":"object",
                    "properties":{
                        "$schema":{
                            "enum":[
                                "ogg:trandataTableResponse"
                            ]
                        },
                        "type":{
                            "enum":[
                                "support"
                            ]
                        },
                        "tables":{
                            "type":"array",
                            "items":{
                                "type":"object",
                                "properties":{
                                    "$schema":{
                                        "enum":[
                                            "ogg:trandataTableSupport"
                                        ]
                                    },
                                    "schemaName":{
                                        "description":"Schema name for table",
                                        "x-anyOf":[
                                            {
                                                "type":"string",
                                                "pattern":"^([^.*?\"]{1,128}|[\"].{1,128}[\"])$",
                                                "minLength":1,
                                                "maxLength":130
                                            },
                                            {
                                                "type":"string",
                                                "pattern":"^([^.*?\"]{1,128}|[\"].{1,128}[\"])[.]([^.*?\"]{1,128}|[\"].{1,128}[\"])$",
                                                "minLength":3,
                                                "maxLength":261
                                            }
                                        ]
                                    },
                                    "tableName":{
                                        "description":"Table name",
                                        "type":"string",
                                        "pattern":"^([^.*?\"]{1,128}|[\"].{1,128}[\"])$",
                                        "minLength":1,
                                        "maxLength":130
                                    },
                                    "details":{
                                        "type":"array",
                                        "items":{
                                            "x-oneOf":[
                                                {
                                                    "description":"Oracle Goldengate does not support system or referential partitioned table {0}.{1}.",
                                                    "enum":[
                                                        "unsupportedPartitionTable"
                                                    ]
                                                },
                                                {
                                                    "description":"Oracle Goldengate does not support temporal table {0}.{1}.",
                                                    "enum":[
                                                        "unsupportedTemporalTable"
                                                    ]
                                                },
                                                {
                                                    "description":"Oracle Goldengate does not support table {0}.{1} due to presence of identity column.",
                                                    "enum":[
                                                        "unsupportedTableWithIdentityCol"
                                                    ]
                                                },
                                                {
                                                    "description":"Oracle Goldengate requires supplemental logging on PLSQL to be enabled to support table {0}.{1}.",
                                                    "enum":[
                                                        "tableRequiresPlsqlLogging"
                                                    ]
                                                },
                                                {
                                                    "description":"Oracle Goldengate does not support replication on table {0}.{1}.",
                                                    "enum":[
                                                        "unsupportTable"
                                                    ]
                                                },
                                                {
                                                    "description":"Oracle Goldengate does not support native capture on table {0}.{1}.",
                                                    "enum":[
                                                        "partialSupportTable"
                                                    ]
                                                },
                                                {
                                                    "description":"Table {0}.{1} requires fetch, and Oracle Goldengate has limit of 4GB on any fetched column.",
                                                    "enum":[
                                                        "fetchSizeLimit"
                                                    ]
                                                },
                                                {
                                                    "description":"Oracle Goldengate marked following column as key columns on table {0}.{1}: ",
                                                    "enum":[
                                                        "oggKeycolList"
                                                    ]
                                                },
                                                {
                                                    "description":"No unique key is defined for table {0}.",
                                                    "enum":[
                                                        "noUniqueKeyDefined"
                                                    ]
                                                },
                                                {
                                                    "description":"No viable unique key is defined for table {0}.",
                                                    "enum":[
                                                        "noViableUniqueKey"
                                                    ]
                                                },
                                                {
                                                    "description":"Unique key {0} for table {1} cannot be used due to the inclusion of virtual columns, or user-defined datatypes, or extended long varchar columns, or function-based index columns.",
                                                    "enum":[
                                                        "disqualifiedUniqueKey"
                                                    ]
                                                },
                                                {
                                                    "description":"This table has object column(s). If that column contains any lob or xml type attribute, the maximum fetch size is limited on those attributes to what's specifed by LOBBUFSIZE or XMLBUFSIZE parameter.",
                                                    "enum":[
                                                        "fetchObjectColLobxml"
                                                    ]
                                                },
                                                {
                                                    "description":"Oracle Goldengate support native capture on table {0}.{1}.",
                                                    "enum":[
                                                        "tableFullSupport"
                                                    ]
                                                },
                                                {
                                                    "description":"Table {0} does not have any scalar column.",
                                                    "enum":[
                                                        "tableWithoutScalarColumn"
                                                    ]
                                                },
                                                {
                                                    "description":"Table {0} is an object table.",
                                                    "enum":[
                                                        "tableIsObjectype"
                                                    ]
                                                },
                                                {
                                                    "description":"Table {0} is an XMLTYPE table.",
                                                    "enum":[
                                                        "tableIsXmltype"
                                                    ]
                                                },
                                                {
                                                    "description":"Table {0} is an index organized table.",
                                                    "enum":[
                                                        "tableIsIot"
                                                    ]
                                                },
                                                {
                                                    "description":"Table {0} is a cluster table.",
                                                    "enum":[
                                                        "tableIsCluster"
                                                    ]
                                                }
                                            ]
                                        },
                                        "minItems":0,
                                        "maxItems":16
                                    },
                                    "columns":{
                                        "type":"array",
                                        "items":{
                                            "description":"Description of a table column",
                                            "type":"object",
                                            "properties":{
                                                "name":{
                                                    "description":"Column name in table",
                                                    "type":"string",
                                                    "pattern":"^([^.*?\"]{1,128}|[\"].{1,128}[\"])$",
                                                    "minLength":1,
                                                    "maxLength":130
                                                },
                                                "type":{
                                                    "description":"Column data type",
                                                    "type":"string",
                                                    "minLength":1,
                                                    "maxLength":255
                                                }
                                            },
                                            "required":[
                                                "name"
                                            ],
                                            "additionalProperties":false
                                        },
                                        "minItems":1,
                                        "maxItems":8192
                                    },
                                    "disqualifiedUniqueKey":{
                                        "type":"array",
                                        "items":{
                                            "type":"string",
                                            "pattern":"^([^.*?\"]{1,128}|[\"].{1,128}[\"])$",
                                            "minLength":1,
                                            "maxLength":130
                                        },
                                        "minItems":1,
                                        "maxItems":8192
                                    },
                                    "oggKeycolList":{
                                        "type":"array",
                                        "items":{
                                            "type":"string",
                                            "pattern":"^([^.*?\"]{1,128}|[\"].{1,128}[\"])$",
                                            "minLength":1,
                                            "maxLength":130
                                        },
                                        "minItems":1,
                                        "maxItems":8192
                                    }
                                },
                                "required":[
                                    "schemaName",
                                    "tableName",
                                    "details"
                                ],
                                "additionalProperties":false
                            },
                            "minItems":1,
                            "maxItems":65535
                        }
                    },
                    "required":[
                        "type",
                        "tables"
                    ],
                    "additionalProperties":false
                }
            ],
            "title":"Manage Supplemental Logging for Database Tables",
            "type":"object"
        },
        "ogg:credentials":{
            "title":"Oracle GoldenGate Database Credentials",
            "type":"object",
            "properties":{
                "$schema":{
                    "enum":[
                        "ogg:credentials"
                    ]
                },
                "userid":{
                    "type":"string",
                    "minLength":1,
                    "maxLength":4096
                },
                "password":{
                    "type":"string",
                    "minLength":1,
                    "maxLength":256
                }
            },
            "additionalProperties":false
        },
        "er:command":{
            "x-oneOf":[
                {
                    "type":"object",
                    "properties":{
                        "$schema":{
                            "enum":[
                                "er:command"
                            ]
                        },
                        "command":{
                            "enum":[
                                "FORCESTOP",
                                "GETLAG",
                                "GETTCPSTATS",
                                "LOGEND",
                                "LOGSTATS",
                                "REPORT",
                                "RESETTCPSTATS",
                                "RESUME",
                                "ROLLOVER",
                                "STATUS",
                                "STOP"
                            ]
                        }
                    },
                    "required":[
                        "command"
                    ],
                    "additionalProperties":false
                },
                {
                    "type":"object",
                    "properties":{
                        "$schema":{
                            "enum":[
                                "er:command"
                            ]
                        },
                        "command":{
                            "enum":[
                                "BR",
                                "CACHEMGR",
                                "DEPINFO",
                                "DEPENDENCYINFO",
                                "FORCETRANS",
                                "GETPARAMINFO",
                                "HANDLECOLLISIONS",
                                "NOHANDLECOLLISIONS",
                                "PROBE",
                                "RTC",
                                "SHOWTRANS",
                                "SKIPTRANS",
                                "STATS",
                                "TRACE",
                                "TRACE2",
                                "TRACEINIT",
                                "TRANLOGOPTIONS"
                            ]
                        },
                        "arguments":{
                            "type":"string",
                            "minLength":1,
                            "maxLength":4095
                        }
                    },
                    "required":[
                        "command"
                    ],
                    "additionalProperties":false
                },
                {
                    "type":"object",
                    "properties":{
                        "$schema":{
                            "enum":[
                                "er:command"
                            ]
                        },
                        "command":{
                            "type":"string",
                            "pattern":"^(INTEGRATEDPARAMS)[ ]*[(].*[)]$",
                            "minLength":1,
                            "maxLength":4095
                        }
                    },
                    "required":[
                        "command"
                    ],
                    "additionalProperties":false
                },
                {
                    "type":"object",
                    "properties":{
                        "$schema":{
                            "enum":[
                                "er:command"
                            ]
                        },
                        "command":{
                            "enum":[
                                "INFO"
                            ]
                        },
                        "arguments":{
                            "type":"string",
                            "minLength":1,
                            "maxLength":4095
                        },
                        "credentials":{
                            "type":"object",
                            "properties":{
                                "$schema":{
                                    "enum":[
                                        "ogg:credentialsRef"
                                    ]
                                },
                                "domain":{
                                    "type":"string",
                                    "pattern":"^[a-zA-Z][a-zA-Z0-9_#$]*$",
                                    "minLength":1,
                                    "maxLength":30,
                                    "default":"OracleGoldenGate"
                                },
                                "alias":{
                                    "type":"string",
                                    "pattern":"^[a-zA-Z][a-zA-Z0-9_#$]*$",
                                    "minLength":1,
                                    "maxLength":30
                                }
                            },
                            "required":[
                                "alias"
                            ],
                            "additionalProperties":false
                        }
                    },
                    "required":[
                        "command"
                    ],
                    "additionalProperties":false
                }
            ],
            "title":"Describes a command for an ER process to execute"
        },
        "ogg:trandataProcedure":{
            "title":"Manage Supplemental Logging for Database Procedures",
            "required":[
                "operation"
            ],
            "type":"object",
            "properties":{
                "$schema":{
                    "enum":[
                        "ogg:trandataProcedure"
                    ]
                },
                "operation":{
                    "enum":[
                        "add",
                        "delete",
                        "info"
                    ]
                }
            },
            "additionalProperties":false
        },
        "api:standardResponse":{
            "title":"RESTful API Standard Response",
            "description":"Standard Response for all Oracle GoldenGate RESTful API calls",
            "required":[
                "messages",
                "links"
            ],
            "type":"object",
            "properties":{
                "$schema":{
                    "enum":[
                        "api:standardResponse"
                    ]
                },
                "response":{
                    "description":"Oracle GoldenGate document from the request",
                    "type":"object"
                },
                "messages":{
                    "description":"Oracle GoldenGate messages issued during the request",
                    "type":"array",
                    "items":{
                        "type":"object",
                        "properties":{
                            "$schema":{
                                "enum":[
                                    "ogg:message"
                                ]
                            },
                            "type":{
                                "description":"An absolute URI [RFC3986] to a page that describes the info, warning or error type.",
                                "type":"string",
                                "pattern":"^[a-zA-Z][a-zA-Z0-9+-.]*:[^ \\t]*$",
                                "minLength":2,
                                "maxLength":4095
                            },
                            "title":{
                                "description":"A human-readable description that provides information and detail specific to this occurence of the information, warning or error.",
                                "type":"string",
                                "minLength":1,
                                "maxLength":4095
                            },
                            "code":{
                                "description":"The Oracle GoldenGate message code",
                                "type":"string",
                                "pattern":"^OGG[-][0-9]{5}$",
                                "minLength":9,
                                "maxLength":9
                            },
                            "severity":{
                                "description":"The severity of the message",
                                "enum":[
                                    "INFO",
                                    "WARNING",
                                    "ERROR"
                                ]
                            },
                            "issued":{
                                "description":"The date and time that the message was issued",
                                "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
                            }
                        },
                        "required":[
                            "type",
                            "title",
                            "code",
                            "severity",
                            "issued"
                        ],
                        "additionalProperties":false
                    },
                    "minItems":0,
                    "maxItems":65535
                },
                "links":{
                    "description":"Oracle GoldenGate links for the request",
                    "type":"array",
                    "items":{
                        "type":"object",
                        "properties":{
                            "$schema":{
                                "enum":[
                                    "ogg:link"
                                ]
                            },
                            "rel":{
                                "description":"Relationship of href to the requested link",
                                "enum":[
                                    "alternate",
                                    "canonical",
                                    "current",
                                    "describedby",
                                    "describes",
                                    "enclosure",
                                    "parent",
                                    "related",
                                    "self",
                                    "first",
                                    "last",
                                    "next",
                                    "previous"
                                ]
                            },
                            "href":{
                                "description":"An absolute URI for the link",
                                "type":"string",
                                "pattern":"^[a-zA-Z][a-zA-Z0-9+-.]*:[^ \\t]*$",
                                "minLength":2,
                                "maxLength":4095
                            },
                            "mediaType":{
                                "description":"Media type - see RFC 4288 (https://tools.ietf.org/html/rfc4288)",
                                "type":"string",
                                "pattern":"^(text|application)/[a-zA-Z0-9!#$&.+-^_]+$",
                                "minLength":6,
                                "maxLength":255
                            },
                            "description":{
                                "description":"A human-readable description that provides information and detail specific to this link.",
                                "type":"string",
                                "minLength":1,
                                "maxLength":4095
                            }
                        },
                        "required":[
                            "rel",
                            "href"
                        ],
                        "additionalProperties":false
                    },
                    "minItems":0,
                    "maxItems":16
                }
            },
            "additionalProperties":false
        },
        "ogg:extract":{
            "title":"Oracle GoldenGate Extract",
            "type":"object",
            "properties":{
                "begin":{
                    "description":"Starting point for data processing",
                    "default":"now",
                    "x-oneOf":[
                        {
                            "enum":[
                                "now"
                            ]
                        },
                        {
                            "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":"object",
                            "properties":{
                                "$schema":{
                                    "enum":[
                                        "type:position/atDbms"
                                    ]
                                },
                                "at":{
                                    "x-oneOf":[
                                        {
                                            "description":"Position in archive logs (classic mode, non-threaded)",
                                            "type":"object",
                                            "properties":{
                                                "seqno":{
                                                    "type":"integer",
                                                    "default":1,
                                                    "minimum":1,
                                                    "maximum":4.294967295E9
                                                },
                                                "rba":{
                                                    "type":"integer",
                                                    "default":0,
                                                    "minimum":0,
                                                    "maximum":2147483647
                                                }
                                            },
                                            "additionalProperties":false,
                                            "x-anyOf":[
                                                {
                                                    "required":[
                                                        "seqno"
                                                    ]
                                                },
                                                {
                                                    "required":[
                                                        "rba"
                                                    ]
                                                }
                                            ]
                                        },
                                        {
                                            "description":"Position in archive logs (classic mode, threaded)",
                                            "type":"object",
                                            "properties":{
                                                "positions":{
                                                    "type":"array",
                                                    "items":{
                                                        "description":"Position in archive logs for one thread in a classic extract",
                                                        "type":"object",
                                                        "properties":{
                                                            "thread":{
                                                                "type":"integer",
                                                                "minimum":1,
                                                                "maximum":100
                                                            },
                                                            "position":{
                                                                "x-oneOf":[
                                                                    {
                                                                        "enum":[
                                                                            "now"
                                                                        ]
                                                                    },
                                                                    {
                                                                        "x-oneOf":[
                                                                            {
                                                                                "description":"Normal format",
                                                                                "type":"integer",
                                                                                "minimum":0,
                                                                                "maximum":9.223372036854776E18
                                                                            },
                                                                            {
                                                                                "description":"Alternate format",
                                                                                "type":"string",
                                                                                "pattern":"[0-9]+[.][0-9]+",
                                                                                "minLength":3,
                                                                                "maxLength":64
                                                                            }
                                                                        ]
                                                                    },
                                                                    {
                                                                        "type":"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
                                                                    },
                                                                    {
                                                                        "description":"Position in archive logs (classic mode, non-threaded)",
                                                                        "type":"object",
                                                                        "properties":{
                                                                            "seqno":{
                                                                                "type":"integer",
                                                                                "default":1,
                                                                                "minimum":1,
                                                                                "maximum":4.294967295E9
                                                                            },
                                                                            "rba":{
                                                                                "type":"integer",
                                                                                "default":0,
                                                                                "minimum":0,
                                                                                "maximum":2147483647
                                                                            }
                                                                        },
                                                                        "additionalProperties":false,
                                                                        "x-anyOf":[
                                                                            {
                                                                                "required":[
                                                                                    "seqno"
                                                                                ]
                                                                            },
                                                                            {
                                                                                "required":[
                                                                                    "rba"
                                                                                ]
                                                                            }
                                                                        ]
                                                                    }
                                                                ]
                                                            }
                                                        },
                                                        "required":[
                                                            "thread",
                                                            "position"
                                                        ],
                                                        "additionalProperties":false
                                                    },
                                                    "minItems":1,
                                                    "maxItems":100
                                                }
                                            },
                                            "required":[
                                                "positions"
                                            ],
                                            "additionalProperties":false
                                        },
                                        {
                                            "description":"Position at a specific SCN (integrated mode)",
                                            "type":"object",
                                            "properties":{
                                                "csn":{
                                                    "x-oneOf":[
                                                        {
                                                            "description":"Normal format",
                                                            "type":"integer",
                                                            "minimum":0,
                                                            "maximum":9.223372036854776E18
                                                        },
                                                        {
                                                            "description":"Alternate format",
                                                            "type":"string",
                                                            "pattern":"[0-9]+[.][0-9]+",
                                                            "minLength":3,
                                                            "maxLength":64
                                                        }
                                                    ]
                                                }
                                            },
                                            "required":[
                                                "csn"
                                            ],
                                            "additionalProperties":false
                                        }
                                    ]
                                }
                            },
                            "required":[
                                "at"
                            ],
                            "additionalProperties":false
                        }
                    ]
                },
                "passive":{
                    "description":"Passive extract controlled by an alias on the target",
                    "type":"boolean",
                    "default":false
                },
                "config":{
                    "type":"array",
                    "items":{
                        "type":"string",
                        "minLength":0,
                        "maxLength":4095
                    },
                    "minItems":0,
                    "maxItems":32767
                },
                "encryptionProfile":{
                    "x-oneOf":[
                        {
                            "description":"Name of 'ogg:encryptionProfile' configuration value",
                            "type":"string",
                            "pattern":"^[A-Za-z0-9][A-Za-z0-9_:-]*$",
                            "minLength":1,
                            "maxLength":64
                        },
                        {
                            "type":"null"
                        }
                    ]
                },
                "$schema":{
                    "enum":[
                        "ogg:extract"
                    ]
                },
                "status":{
                    "description":"Oracle GoldenGate Process Status",
                    "default":"stopped",
                    "enum":[
                        "starting",
                        "running",
                        "stopped",
                        "killed",
                        "abended"
                    ]
                },
                "critical":{
                    "description":"Indicates the extract is critical to the deployment",
                    "type":"boolean",
                    "default":false
                },
                "rollover":{
                    "description":"Causes Extract to increment to the next file in the trail sequence when restarting.",
                    "enum":[
                        true
                    ]
                },
                "targets":{
                    "description":"Targets for captured data",
                    "type":"array",
                    "items":{
                        "x-oneOf":[
                            {
                                "type":"object",
                                "properties":{
                                    "sizeMB":{
                                        "description":"The maximum size, in megabytes, of a file in the trail.",
                                        "type":"integer",
                                        "default":500,
                                        "minimum":1,
                                        "maximum":2000
                                    },
                                    "offset":{
                                        "description":"Offset in trail sequence file",
                                        "type":"integer",
                                        "minimum":0,
                                        "maximum":2147483647
                                    },
                                    "path":{
                                        "description":"The path where trail data is stored",
                                        "type":"string",
                                        "minLength":1,
                                        "maxLength":4096
                                    },
                                    "remote":{
                                        "description":"Indicates if trail is local or remote",
                                        "type":"boolean",
                                        "default":false
                                    },
                                    "name":{
                                        "description":"The name of the trail",
                                        "type":"string",
                                        "pattern":"^[A-Za-z][A-Za-z0-9]$",
                                        "minLength":2,
                                        "maxLength":2
                                    },
                                    "sequence":{
                                        "description":"Trail beginning sequence number",
                                        "type":"integer",
                                        "minimum":0,
                                        "maximum":999999999,
                                        "default":0
                                    },
                                    "$schema":{
                                        "enum":[
                                            "ogg:trail"
                                        ]
                                    },
                                    "sequenceLength":{
                                        "description":"Number of digits in sequence file name",
                                        "enum":[
                                            6,
                                            9
                                        ],
                                        "default":9
                                    },
                                    "sequenceLengthFlip":{
                                        "description":"Indicates sequence number length will change",
                                        "type":"boolean",
                                        "default":false
                                    }
                                },
                                "required":[
                                    "name"
                                ],
                                "additionalProperties":false
                            }
                        ]
                    },
                    "minItems":0,
                    "maxItems":1024
                },
                "managedProcessSettings":{
                    "description":"Control how the ER process is managed by the Administration Server",
                    "x-oneOf":[
                        {
                            "description":"Custom settings",
                            "type":"object",
                            "properties":{
                                "$schema":{
                                    "enum":[
                                        "ogg:managedProcessSettings"
                                    ]
                                },
                                "autoStart":{
                                    "description":"Description of how the ER process starts with Administration Server",
                                    "type":"object",
                                    "properties":{
                                        "enabled":{
                                            "description":"If set, the process is started when Administration Server starts",
                                            "type":"boolean",
                                            "default":false
                                        },
                                        "delay":{
                                            "description":"Time to wait in seconds before starting process",
                                            "type":"integer",
                                            "minimum":0,
                                            "default":0,
                                            "maximum":3600
                                        }
                                    },
                                    "required":[
                                        "enabled"
                                    ],
                                    "additionalProperties":false
                                },
                                "autoRestart":{
                                    "description":"Control how the ER process is restarted by the Administration Server if it terminates",
                                    "default":{
                                        "enabled":false,
                                        "onSuccess":false,
                                        "delay":0,
                                        "retries":9,
                                        "window":60,
                                        "disableOnFailure":true
                                    },
                                    "type":"object",
                                    "properties":{
                                        "$schema":{
                                            "enum":[
                                                "ogg:taskRestart"
                                            ]
                                        },
                                        "enabled":{
                                            "description":"If set, the task can be restarted if it terminates.",
                                            "type":"boolean",
                                            "default":false
                                        },
                                        "onSuccess":{
                                            "description":"If false, the task is only restarted if it fails.",
                                            "type":"boolean",
                                            "default":false
                                        },
                                        "delay":{
                                            "description":"The amount of time, in seconds, to pause between discovering that a process has terminated abnormally and restarting the process.",
                                            "type":"integer",
                                            "minimum":0,
                                            "default":0,
                                            "maximum":3600
                                        },
                                        "retries":{
                                            "description":"The maximum number of times the task should be restarted before aborting retry efforts.",
                                            "type":"integer",
                                            "minimum":0,
                                            "default":9,
                                            "maximum":3600
                                        },
                                        "window":{
                                            "description":"The window of time, in seconds, during which retries are counted.",
                                            "type":"integer",
                                            "minimum":0,
                                            "default":60,
                                            "maximum":604800
                                        },
                                        "disableOnFailure":{
                                            "description":"If true, the task is disabled when it fails all execution attempts in an execution window.",
                                            "type":"boolean",
                                            "default":true
                                        },
                                        "failures":{
                                            "description":"The number of times the task failed in the current window.",
                                            "type":"integer",
                                            "minimum":0,
                                            "maximum":3600
                                        }
                                    },
                                    "required":[
                                        "enabled"
                                    ],
                                    "additionalProperties":false
                                }
                            },
                            "additionalProperties":false
                        },
                        {
                            "description":"Name of 'ogg:managedProcessSettings' configuration value",
                            "type":"string",
                            "pattern":"^[A-Za-z0-9][A-Za-z0-9_:-]*$",
                            "minLength":1,
                            "maxLength":64
                        }
                    ]
                },
                "intent":{
                    "description":"Intent for data capture workflow",
                    "enum":[
                        "High Availability",
                        "Disaster Recovery",
                        "Unidirectional",
                        "N-Way",
                        "Sharding"
                    ],
                    "default":"Unidirectional"
                },
                "registration":{
                    "description":"Registration with the source database",
                    "default":"none",
                    "x-oneOf":[
                        {
                            "x-oneOf":[
                                {
                                    "description":"Classic mode registration options",
                                    "type":"object",
                                    "properties":{
                                        "logretention":{
                                            "enum":[
                                                true
                                            ]
                                        }
                                    },
                                    "required":[
                                        "logretention"
                                    ],
                                    "additionalProperties":false
                                },
                                {
                                    "description":"Integrated extract registration options",
                                    "type":"object",
                                    "properties":{
                                        "containers":{
                                            "type":"array",
                                            "items":{
                                                "x-oneOf":[
                                                    {
                                                        "type":"string",
                                                        "pattern":"^([^.*?\"]{1,128}|[\"].{1,128}[\"])$",
                                                        "minLength":1,
                                                        "maxLength":130
                                                    }
                                                ]
                                            },
                                            "minItems":0,
                                            "maxItems":256
                                        },
                                        "csn":{
                                            "x-oneOf":[
                                                {
                                                    "description":"Normal format",
                                                    "type":"integer",
                                                    "minimum":0,
                                                    "maximum":9.223372036854776E18
                                                },
                                                {
                                                    "description":"Alternate format",
                                                    "type":"string",
                                                    "pattern":"[0-9]+[.][0-9]+",
                                                    "minLength":3,
                                                    "maxLength":64
                                                }
                                            ]
                                        },
                                        "share":{
                                            "description":"Describe how to share the LogMiner data dictionary",
                                            "default":false,
                                            "x-oneOf":[
                                                {
                                                    "type":"boolean"
                                                },
                                                {
                                                    "type":"string",
                                                    "pattern":"^[A-Z_$][A-Z0-9_$]*$",
                                                    "minLength":1,
                                                    "maxLength":8
                                                }
                                            ]
                                        },
                                        "optimized":{
                                            "type":"boolean",
                                            "default":false
                                        },
                                        "replace":{
                                            "description":"If true, replace existing registration details from an extract with the same name",
                                            "type":"boolean",
                                            "default":false
                                        }
                                    },
                                    "additionalProperties":false,
                                    "x-anyOf":[
                                        {
                                            "required":[
                                                "containers"
                                            ]
                                        },
                                        {
                                            "required":[
                                                "csn"
                                            ]
                                        },
                                        {
                                            "required":[
                                                "share"
                                            ]
                                        },
                                        {
                                            "required":[
                                                "optimized"
                                            ]
                                        }
                                    ]
                                }
                            ]
                        },
                        {
                            "enum":[
                                "none",
                                "default"
                            ]
                        }
                    ]
                },
                "source":{
                    "description":"Source of data to process",
                    "x-oneOf":[
                        {
                            "description":"Use tables (initial load)",
                            "enum":[
                                "tables"
                            ]
                        },
                        {
                            "x-oneOf":[
                                {
                                    "description":"Use transaction logs with an integrated Extract",
                                    "type":"object",
                                    "properties":{
                                        "tranlogs":{
                                            "enum":[
                                                "integrated"
                                            ]
                                        }
                                    },
                                    "required":[
                                        "tranlogs"
                                    ],
                                    "additionalProperties":false
                                },
                                {
                                    "description":"Use transaction logs with classic Extract",
                                    "type":"object",
                                    "properties":{
                                        "tranlogs":{
                                            "enum":[
                                                "classic"
                                            ]
                                        },
                                        "threads":{
                                            "type":"integer",
                                            "minimum":1,
                                            "maximum":34
                                        }
                                    },
                                    "required":[
                                        "tranlogs"
                                    ],
                                    "additionalProperties":false
                                }
                            ]
                        }
                    ]
                },
                "type":{
                    "description":"OGG Extract process type (read-only)",
                    "enum":[
                        "Alias",
                        "Classic",
                        "Initial Load",
                        "Integrated",
                        "Passive",
                        "Remote Task",
                        "Source Extract"
                    ]
                },
                "miningCredentials":{
                    "description":"Credentials for downstream mining database",
                    "default":null,
                    "x-oneOf":[
                        {
                            "type":"object",
                            "properties":{
                                "$schema":{
                                    "enum":[
                                        "ogg:credentialsRef"
                                    ]
                                },
                                "domain":{
                                    "type":"string",
                                    "pattern":"^[a-zA-Z][a-zA-Z0-9_#$]*$",
                                    "minLength":1,
                                    "maxLength":30,
                                    "default":"OracleGoldenGate"
                                },
                                "alias":{
                                    "type":"string",
                                    "pattern":"^[a-zA-Z][a-zA-Z0-9_#$]*$",
                                    "minLength":1,
                                    "maxLength":30
                                }
                            },
                            "required":[
                                "alias"
                            ],
                            "additionalProperties":false
                        },
                        {
                            "type":"null"
                        }
                    ]
                },
                "alias":{
                    "type":"object",
                    "properties":{
                        "name":{
                            "description":"Name of passive extract on the source",
                            "type":"string",
                            "pattern":"^[A-Z_$][A-Z0-9_$]*$",
                            "minLength":1,
                            "maxLength":8
                        },
                        "manager":{
                            "description":"Manager server to use",
                            "type":"object",
                            "properties":{
                                "host":{
                                    "description":"Host name or IP Address",
                                    "x-oneOf":[
                                        {
                                            "description":"Network host name",
                                            "type":"string",
                                            "pattern":"^(((([a-zA-Z0-9][-a-zA-Z0-9]{0,61})?[a-zA-Z0-9])[.])*([a-zA-Z][-a-zA-Z0-9]{0,61}[a-zA-Z0-9]|[a-zA-Z])[.]?)$",
                                            "minLength":1,
                                            "maxLength":4095
                                        },
                                        {
                                            "description":"Network IP address",
                                            "x-oneOf":[
                                                {
                                                    "description":"Network IPv4 address",
                                                    "type":"string",
                                                    "pattern":"^((25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)[.]){3}(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)$",
                                                    "minLength":7,
                                                    "maxLength":15
                                                },
                                                {
                                                    "description":"Network IPv6 address",
                                                    "type":"string",
                                                    "pattern":"^((([0-9A-Fa-f]{1,4}:){7}([0-9A-Fa-f]{1,4}|:))|(([0-9A-Fa-f]{1,4}:){6}(:[0-9A-Fa-f]{1,4}|((25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9]?[0-9])([.](25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9]?[0-9])){3})|:))|(([0-9A-Fa-f]{1,4}:){5}(((:[0-9A-Fa-f]{1,4}){1,2})|:((25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9]?[0-9])([.](25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9]?[0-9])){3})|:))|(([0-9A-Fa-f]{1,4}:){4}(((:[0-9A-Fa-f]{1,4}){1,3})|((:[0-9A-Fa-f]{1,4})((25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9]?[0-9])([.](25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9]?[0-9])){3}))|:))|(([0-9A-Fa-f]{1,4}:){3}(((:[0-9A-Fa-f]{1,4}){1,4})|((:[0-9A-Fa-f]{1,4}){0,2}:((25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9]?[0-9])([.](25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9]?[0-9])){3}))|:))|(([0-9A-Fa-f]{1,4}:){2}(((:[0-9A-Fa-f]{1,4}){1,5})|((:[0-9A-Fa-f]{1,4}){0,3}:((25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9]?[0-9])([.](25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9]?[0-9])){3}))|:))|(([0-9A-Fa-f]{1,4}:){1}(((:[0-9A-Fa-f]{1,4}){1,6})|((:[0-9A-Fa-f]{1,4}){0,4}:((25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9]?[0-9])([.](25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9]?[0-9])){3}))|:))|(:(((:[0-9A-Fa-f]{1,4}){1,7})|((:[0-9A-Fa-f]{1,4}){0,5}:((25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9]?[0-9])([.](25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9]?[0-9])){3}))|:)))(%.+)?$",
                                                    "minLength":1,
                                                    "maxLength":256
                                                }
                                            ]
                                        }
                                    ]
                                },
                                "port":{
                                    "description":"IP Port number",
                                    "type":"integer",
                                    "minimum":1,
                                    "maximum":65535
                                }
                            },
                            "required":[
                                "host",
                                "port"
                            ],
                            "additionalProperties":false
                        },
                        "proxy":{
                            "type":"object",
                            "properties":{
                                "host":{
                                    "description":"Proxy server host name or IP address",
                                    "x-oneOf":[
                                        {
                                            "description":"Network host name",
                                            "type":"string",
                                            "pattern":"^(((([a-zA-Z0-9][-a-zA-Z0-9]{0,61})?[a-zA-Z0-9])[.])*([a-zA-Z][-a-zA-Z0-9]{0,61}[a-zA-Z0-9]|[a-zA-Z])[.]?)$",
                                            "minLength":1,
                                            "maxLength":4095
                                        },
                                        {
                                            "description":"Network IP address",
                                            "x-oneOf":[
                                                {
                                                    "description":"Network IPv4 address",
                                                    "type":"string",
                                                    "pattern":"^((25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)[.]){3}(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)$",
                                                    "minLength":7,
                                                    "maxLength":15
                                                },
                                                {
                                                    "description":"Network IPv6 address",
                                                    "type":"string",
                                                    "pattern":"^((([0-9A-Fa-f]{1,4}:){7}([0-9A-Fa-f]{1,4}|:))|(([0-9A-Fa-f]{1,4}:){6}(:[0-9A-Fa-f]{1,4}|((25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9]?[0-9])([.](25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9]?[0-9])){3})|:))|(([0-9A-Fa-f]{1,4}:){5}(((:[0-9A-Fa-f]{1,4}){1,2})|:((25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9]?[0-9])([.](25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9]?[0-9])){3})|:))|(([0-9A-Fa-f]{1,4}:){4}(((:[0-9A-Fa-f]{1,4}){1,3})|((:[0-9A-Fa-f]{1,4})((25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9]?[0-9])([.](25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9]?[0-9])){3}))|:))|(([0-9A-Fa-f]{1,4}:){3}(((:[0-9A-Fa-f]{1,4}){1,4})|((:[0-9A-Fa-f]{1,4}){0,2}:((25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9]?[0-9])([.](25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9]?[0-9])){3}))|:))|(([0-9A-Fa-f]{1,4}:){2}(((:[0-9A-Fa-f]{1,4}){1,5})|((:[0-9A-Fa-f]{1,4}){0,3}:((25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9]?[0-9])([.](25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9]?[0-9])){3}))|:))|(([0-9A-Fa-f]{1,4}:){1}(((:[0-9A-Fa-f]{1,4}){1,6})|((:[0-9A-Fa-f]{1,4}){0,4}:((25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9]?[0-9])([.](25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9]?[0-9])){3}))|:))|(:(((:[0-9A-Fa-f]{1,4}){1,7})|((:[0-9A-Fa-f]{1,4}){0,5}:((25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9]?[0-9])([.](25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9]?[0-9])){3}))|:)))(%.+)?$",
                                                    "minLength":1,
                                                    "maxLength":256
                                                }
                                            ]
                                        }
                                    ]
                                },
                                "port":{
                                    "description":"Proxy server port number",
                                    "type":"integer",
                                    "minimum":1,
                                    "maximum":65535
                                },
                                "credentials":{
                                    "description":"Proxy server credentials",
                                    "default":null,
                                    "x-oneOf":[
                                        {
                                            "type":"object",
                                            "properties":{
                                                "$schema":{
                                                    "enum":[
                                                        "ogg:credentialsRef"
                                                    ]
                                                },
                                                "domain":{
                                                    "type":"string",
                                                    "pattern":"^[a-zA-Z][a-zA-Z0-9_#$]*$",
                                                    "minLength":1,
                                                    "maxLength":30,
                                                    "default":"OracleGoldenGate"
                                                },
                                                "alias":{
                                                    "type":"string",
                                                    "pattern":"^[a-zA-Z][a-zA-Z0-9_#$]*$",
                                                    "minLength":1,
                                                    "maxLength":30
                                                }
                                            },
                                            "required":[
                                                "alias"
                                            ],
                                            "additionalProperties":false
                                        },
                                        {
                                            "type":"null"
                                        }
                                    ]
                                }
                            },
                            "required":[
                                "host",
                                "port"
                            ],
                            "additionalProperties":false
                        }
                    },
                    "additionalProperties":false
                },
                "credentials":{
                    "description":"Credentials for source database",
                    "default":null,
                    "x-oneOf":[
                        {
                            "type":"object",
                            "properties":{
                                "$schema":{
                                    "enum":[
                                        "ogg:credentialsRef"
                                    ]
                                },
                                "domain":{
                                    "type":"string",
                                    "pattern":"^[a-zA-Z][a-zA-Z0-9_#$]*$",
                                    "minLength":1,
                                    "maxLength":30,
                                    "default":"OracleGoldenGate"
                                },
                                "alias":{
                                    "type":"string",
                                    "pattern":"^[a-zA-Z][a-zA-Z0-9_#$]*$",
                                    "minLength":1,
                                    "maxLength":30
                                }
                            },
                            "required":[
                                "alias"
                            ],
                            "additionalProperties":false
                        },
                        {
                            "type":"null"
                        }
                    ]
                },
                "description":{
                    "description":"Description for the process",
                    "type":"string",
                    "minLength":1,
                    "maxLength":4095
                }
            },
            "additionalProperties":false
        },
        "ogg:messages":{
            "title":"Oracle GoldenGate Messages",
            "description":"Messages issued by Oracle GoldenGate processes",
            "required":[
                "messages"
            ],
            "type":"object",
            "properties":{
                "$schema":{
                    "enum":[
                        "ogg:messages"
                    ]
                },
                "messages":{
                    "type":"array",
                    "items":{
                        "type":"string",
                        "minLength":0,
                        "maxLength":4095
                    },
                    "minItems":0,
                    "maxItems":2147483647
                }
            },
            "additionalProperties":false
        },
        "ogg:masterkey":{
            "title":"Oracle GoldenGate Master Key",
            "required":[
                "status"
            ],
            "type":"object",
            "properties":{
                "$schema":{
                    "enum":[
                        "ogg:masterkey"
                    ]
                },
                "created":{
                    "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
                },
                "status":{
                    "enum":[
                        "current",
                        "available",
                        "unavailable"
                    ]
                }
            },
            "additionalProperties":false
        },
        "ogg:encryptResult":{
            "title":"Oracle GoldenGate Encryption Result",
            "description":"This schema describes encrypted data",
            "required":[
                "encrypted"
            ],
            "type":"object",
            "properties":{
                "$schema":{
                    "enum":[
                        "ogg:encryptResult"
                    ]
                },
                "encrypted":{
                    "description":"Encrypted data",
                    "type":"string",
                    "minLength":0,
                    "maxLength":8192
                }
            },
            "additionalProperties":false
        },
        "ogg:extractCheckpoints":{
            "title":"Collection of all checkpoints for an extract process",
            "required":[
                "current"
            ],
            "type":"object",
            "properties":{
                "$schema":{
                    "enum":[
                        "ogg:extractCheckpoints"
                    ]
                },
                "current":{
                    "description":"Single checkpoint for an extract process",
                    "type":"object",
                    "properties":{
                        "input":{
                            "description":"Checkpoint details for each input",
                            "type":"array",
                            "items":{
                                "description":"Checkpoint details for a single input",
                                "x-oneOf":[
                                    {
                                        "type":"object",
                                        "properties":{
                                            "starting":{
                                                "type":"object",
                                                "properties":{
                                                    "timestamp":{
                                                        "description":"Time the checkpoint was recorded",
                                                        "x-oneOf":[
                                                            {
                                                                "type":"string",
                                                                "pattern":"^[0-9]{4}[-](0[1-9]|1[0-2])[-](0[1-9]|[12][0-9]|3[01])[tT ]([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)([.][0-9]{1,6})?([zZ]|[+-][0-9][0-9]:[0-5][0-9])$",
                                                                "minLength":20,
                                                                "maxLength":32
                                                            },
                                                            {
                                                                "type":"null"
                                                            }
                                                        ]
                                                    },
                                                    "name":{
                                                        "description":"The name of the trail",
                                                        "type":"string",
                                                        "pattern":"^[A-Za-z][A-Za-z0-9]$",
                                                        "minLength":2,
                                                        "maxLength":2
                                                    },
                                                    "path":{
                                                        "description":"The path where trail data is stored",
                                                        "type":"string",
                                                        "minLength":1,
                                                        "maxLength":4096
                                                    },
                                                    "sequence":{
                                                        "description":"Trail file sequence number",
                                                        "type":"integer",
                                                        "minimum":0,
                                                        "maximum":999999999,
                                                        "default":0
                                                    },
                                                    "offset":{
                                                        "x-oneOf":[
                                                            {
                                                                "description":"Special value for BEGIN NOW",
                                                                "enum":[
                                                                    -2
                                                                ]
                                                            },
                                                            {
                                                                "description":"Offset in trail sequence file",
                                                                "type":"integer",
                                                                "minimum":0,
                                                                "maximum":2147483647
                                                            }
                                                        ]
                                                    },
                                                    "sequenceLength":{
                                                        "description":"Number of digits in sequence file name",
                                                        "enum":[
                                                            6,
                                                            9
                                                        ]
                                                    },
                                                    "sequenceLengthFlip":{
                                                        "description":"Indicates sequence number length will change",
                                                        "type":"boolean"
                                                    }
                                                },
                                                "required":[
                                                    "timestamp",
                                                    "name",
                                                    "path",
                                                    "sequence",
                                                    "offset",
                                                    "sequenceLength",
                                                    "sequenceLengthFlip"
                                                ],
                                                "additionalProperties":false
                                            },
                                            "current":{
                                                "type":"object",
                                                "properties":{
                                                    "timestamp":{
                                                        "description":"Time the checkpoint was recorded",
                                                        "x-oneOf":[
                                                            {
                                                                "type":"string",
                                                                "pattern":"^[0-9]{4}[-](0[1-9]|1[0-2])[-](0[1-9]|[12][0-9]|3[01])[tT ]([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)([.][0-9]{1,6})?([zZ]|[+-][0-9][0-9]:[0-5][0-9])$",
                                                                "minLength":20,
                                                                "maxLength":32
                                                            },
                                                            {
                                                                "type":"null"
                                                            }
                                                        ]
                                                    },
                                                    "name":{
                                                        "description":"The name of the trail",
                                                        "type":"string",
                                                        "pattern":"^[A-Za-z][A-Za-z0-9]$",
                                                        "minLength":2,
                                                        "maxLength":2
                                                    },
                                                    "path":{
                                                        "description":"The path where trail data is stored",
                                                        "type":"string",
                                                        "minLength":1,
                                                        "maxLength":4096
                                                    },
                                                    "sequence":{
                                                        "description":"Trail file sequence number",
                                                        "type":"integer",
                                                        "minimum":0,
                                                        "maximum":999999999,
                                                        "default":0
                                                    },
                                                    "offset":{
                                                        "x-oneOf":[
                                                            {
                                                                "description":"Special value for BEGIN NOW",
                                                                "enum":[
                                                                    -2
                                                                ]
                                                            },
                                                            {
                                                                "description":"Offset in trail sequence file",
                                                                "type":"integer",
                                                                "minimum":0,
                                                                "maximum":2147483647
                                                            }
                                                        ]
                                                    },
                                                    "sequenceLength":{
                                                        "description":"Number of digits in sequence file name",
                                                        "enum":[
                                                            6,
                                                            9
                                                        ]
                                                    },
                                                    "sequenceLengthFlip":{
                                                        "description":"Indicates sequence number length will change",
                                                        "type":"boolean"
                                                    }
                                                },
                                                "required":[
                                                    "timestamp",
                                                    "name",
                                                    "path",
                                                    "sequence",
                                                    "offset",
                                                    "sequenceLength",
                                                    "sequenceLengthFlip"
                                                ],
                                                "additionalProperties":false
                                            }
                                        },
                                        "required":[
                                            "starting",
                                            "current"
                                        ],
                                        "additionalProperties":false
                                    },
                                    {
                                        "type":"object",
                                        "properties":{
                                            "starting":{
                                                "type":"object",
                                                "properties":{
                                                    "timestamp":{
                                                        "description":"Time the checkpoint was recorded",
                                                        "x-oneOf":[
                                                            {
                                                                "type":"string",
                                                                "pattern":"^[0-9]{4}[-](0[1-9]|1[0-2])[-](0[1-9]|[12][0-9]|3[01])[tT ]([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)([.][0-9]{1,6})?([zZ]|[+-][0-9][0-9]:[0-5][0-9])$",
                                                                "minLength":20,
                                                                "maxLength":32
                                                            },
                                                            {
                                                                "type":"null"
                                                            }
                                                        ]
                                                    },
                                                    "name":{
                                                        "description":"The name of the file",
                                                        "type":"string",
                                                        "minLength":1,
                                                        "maxLength":4096
                                                    },
                                                    "offset":{
                                                        "description":"Offset in file",
                                                        "type":"integer",
                                                        "minimum":0,
                                                        "maximum":9.223372036854776E18
                                                    }
                                                },
                                                "required":[
                                                    "timestamp",
                                                    "name",
                                                    "offset"
                                                ],
                                                "additionalProperties":false
                                            },
                                            "current":{
                                                "type":"object",
                                                "properties":{
                                                    "timestamp":{
                                                        "description":"Time the checkpoint was recorded",
                                                        "x-oneOf":[
                                                            {
                                                                "type":"string",
                                                                "pattern":"^[0-9]{4}[-](0[1-9]|1[0-2])[-](0[1-9]|[12][0-9]|3[01])[tT ]([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)([.][0-9]{1,6})?([zZ]|[+-][0-9][0-9]:[0-5][0-9])$",
                                                                "minLength":20,
                                                                "maxLength":32
                                                            },
                                                            {
                                                                "type":"null"
                                                            }
                                                        ]
                                                    },
                                                    "name":{
                                                        "description":"The name of the file",
                                                        "type":"string",
                                                        "minLength":1,
                                                        "maxLength":4096
                                                    },
                                                    "offset":{
                                                        "description":"Offset in file",
                                                        "type":"integer",
                                                        "minimum":0,
                                                        "maximum":9.223372036854776E18
                                                    }
                                                },
                                                "required":[
                                                    "timestamp",
                                                    "name",
                                                    "offset"
                                                ],
                                                "additionalProperties":false
                                            }
                                        },
                                        "required":[
                                            "starting",
                                            "current"
                                        ],
                                        "additionalProperties":false
                                    },
                                    {
                                        "type":"object",
                                        "properties":{
                                            "starting":{
                                                "type":"object",
                                                "properties":{
                                                    "timestamp":{
                                                        "description":"Time the checkpoint was recorded",
                                                        "x-oneOf":[
                                                            {
                                                                "type":"string",
                                                                "pattern":"^[0-9]{4}[-](0[1-9]|1[0-2])[-](0[1-9]|[12][0-9]|3[01])[tT ]([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)([.][0-9]{1,6})?([zZ]|[+-][0-9][0-9]:[0-5][0-9])$",
                                                                "minLength":20,
                                                                "maxLength":32
                                                            },
                                                            {
                                                                "type":"null"
                                                            }
                                                        ]
                                                    },
                                                    "name":{
                                                        "description":"The name of the table",
                                                        "x-anyOf":[
                                                            {
                                                                "type":"string",
                                                                "pattern":"^([^.*?\"]{1,128}|[\"].{1,128}[\"])$",
                                                                "minLength":1,
                                                                "maxLength":130
                                                            },
                                                            {
                                                                "x-anyOf":[
                                                                    {
                                                                        "type":"string",
                                                                        "pattern":"^([^.*?\"]{1,128}|[\"].{1,128}[\"])[.]([^.*?\"]{1,128}|[\"].{1,128}[\"])$",
                                                                        "minLength":3,
                                                                        "maxLength":261
                                                                    },
                                                                    {
                                                                        "type":"string",
                                                                        "pattern":"^([^.*?\"]{1,128}|[\"].{1,128}[\"])[.]([^.*?\"]{1,128}|[\"].{1,128}[\"])[.]([^.*?\"]{1,128}|[\"].{1,128}[\"])$",
                                                                        "minLength":5,
                                                                        "maxLength":392
                                                                    }
                                                                ]
                                                            }
                                                        ]
                                                    },
                                                    "sequence":{
                                                        "description":"Record number from table",
                                                        "type":"integer",
                                                        "minimum":0,
                                                        "maximum":9.223372036854776E18
                                                    }
                                                },
                                                "required":[
                                                    "timestamp",
                                                    "name",
                                                    "sequence"
                                                ],
                                                "additionalProperties":false
                                            },
                                            "current":{
                                                "type":"object",
                                                "properties":{
                                                    "timestamp":{
                                                        "description":"Time the checkpoint was recorded",
                                                        "x-oneOf":[
                                                            {
                                                                "type":"string",
                                                                "pattern":"^[0-9]{4}[-](0[1-9]|1[0-2])[-](0[1-9]|[12][0-9]|3[01])[tT ]([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)([.][0-9]{1,6})?([zZ]|[+-][0-9][0-9]:[0-5][0-9])$",
                                                                "minLength":20,
                                                                "maxLength":32
                                                            },
                                                            {
                                                                "type":"null"
                                                            }
                                                        ]
                                                    },
                                                    "name":{
                                                        "description":"The name of the table",
                                                        "x-anyOf":[
                                                            {
                                                                "type":"string",
                                                                "pattern":"^([^.*?\"]{1,128}|[\"].{1,128}[\"])$",
                                                                "minLength":1,
                                                                "maxLength":130
                                                            },
                                                            {
                                                                "x-anyOf":[
                                                                    {
                                                                        "type":"string",
                                                                        "pattern":"^([^.*?\"]{1,128}|[\"].{1,128}[\"])[.]([^.*?\"]{1,128}|[\"].{1,128}[\"])$",
                                                                        "minLength":3,
                                                                        "maxLength":261
                                                                    },
                                                                    {
                                                                        "type":"string",
                                                                        "pattern":"^([^.*?\"]{1,128}|[\"].{1,128}[\"])[.]([^.*?\"]{1,128}|[\"].{1,128}[\"])[.]([^.*?\"]{1,128}|[\"].{1,128}[\"])$",
                                                                        "minLength":5,
                                                                        "maxLength":392
                                                                    }
                                                                ]
                                                            }
                                                        ]
                                                    },
                                                    "sequence":{
                                                        "description":"Record number from table",
                                                        "type":"integer",
                                                        "minimum":0,
                                                        "maximum":9.223372036854776E18
                                                    }
                                                },
                                                "required":[
                                                    "timestamp",
                                                    "name",
                                                    "sequence"
                                                ],
                                                "additionalProperties":false
                                            }
                                        },
                                        "required":[
                                            "starting",
                                            "current"
                                        ],
                                        "additionalProperties":false
                                    },
                                    {
                                        "type":"object",
                                        "properties":{
                                            "starting":{
                                                "type":"object",
                                                "properties":{
                                                    "timestamp":{
                                                        "description":"Time the checkpoint was recorded",
                                                        "x-oneOf":[
                                                            {
                                                                "type":"string",
                                                                "pattern":"^[0-9]{4}[-](0[1-9]|1[0-2])[-](0[1-9]|[12][0-9]|3[01])[tT ]([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)([.][0-9]{1,6})?([zZ]|[+-][0-9][0-9]:[0-5][0-9])$",
                                                                "minLength":20,
                                                                "maxLength":32
                                                            },
                                                            {
                                                                "type":"null"
                                                            }
                                                        ]
                                                    },
                                                    "csn":{
                                                        "x-oneOf":[
                                                            {
                                                                "x-oneOf":[
                                                                    {
                                                                        "description":"Normal format",
                                                                        "type":"integer",
                                                                        "minimum":0,
                                                                        "maximum":9.223372036854776E18
                                                                    },
                                                                    {
                                                                        "description":"Alternate format",
                                                                        "type":"string",
                                                                        "pattern":"[0-9]+[.][0-9]+",
                                                                        "minLength":3,
                                                                        "maxLength":64
                                                                    }
                                                                ]
                                                            },
                                                            {
                                                                "type":"null"
                                                            }
                                                        ]
                                                    },
                                                    "thread":{
                                                        "description":"Integrated capture thread number",
                                                        "type":"integer",
                                                        "minimum":0,
                                                        "maximum":4.294967295E9
                                                    },
                                                    "sequence":{
                                                        "description":"Archive log sequence",
                                                        "type":"integer",
                                                        "minimum":0,
                                                        "maximum":4.294967295E9
                                                    },
                                                    "offset":{
                                                        "description":"Archive log offset",
                                                        "type":"integer",
                                                        "minimum":0,
                                                        "maximum":2147483647
                                                    },
                                                    "name":{
                                                        "description":"The name of the archive log",
                                                        "x-oneOf":[
                                                            {
                                                                "type":"string",
                                                                "minLength":1,
                                                                "maxLength":4096
                                                            },
                                                            {
                                                                "type":"null"
                                                            }
                                                        ]
                                                    }
                                                },
                                                "required":[
                                                    "timestamp",
                                                    "csn",
                                                    "thread",
                                                    "sequence",
                                                    "offset",
                                                    "name"
                                                ],
                                                "additionalProperties":false
                                            },
                                            "current":{
                                                "type":"object",
                                                "properties":{
                                                    "timestamp":{
                                                        "description":"Time the checkpoint was recorded",
                                                        "x-oneOf":[
                                                            {
                                                                "type":"string",
                                                                "pattern":"^[0-9]{4}[-](0[1-9]|1[0-2])[-](0[1-9]|[12][0-9]|3[01])[tT ]([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)([.][0-9]{1,6})?([zZ]|[+-][0-9][0-9]:[0-5][0-9])$",
                                                                "minLength":20,
                                                                "maxLength":32
                                                            },
                                                            {
                                                                "type":"null"
                                                            }
                                                        ]
                                                    },
                                                    "csn":{
                                                        "x-oneOf":[
                                                            {
                                                                "x-oneOf":[
                                                                    {
                                                                        "description":"Normal format",
                                                                        "type":"integer",
                                                                        "minimum":0,
                                                                        "maximum":9.223372036854776E18
                                                                    },
                                                                    {
                                                                        "description":"Alternate format",
                                                                        "type":"string",
                                                                        "pattern":"[0-9]+[.][0-9]+",
                                                                        "minLength":3,
                                                                        "maxLength":64
                                                                    }
                                                                ]
                                                            },
                                                            {
                                                                "type":"null"
                                                            }
                                                        ]
                                                    },
                                                    "thread":{
                                                        "description":"Integrated capture thread number",
                                                        "type":"integer",
                                                        "minimum":0,
                                                        "maximum":4.294967295E9
                                                    },
                                                    "sequence":{
                                                        "description":"Archive log sequence",
                                                        "type":"integer",
                                                        "minimum":0,
                                                        "maximum":4.294967295E9
                                                    },
                                                    "offset":{
                                                        "description":"Archive log offset",
                                                        "type":"integer",
                                                        "minimum":0,
                                                        "maximum":2147483647
                                                    },
                                                    "name":{
                                                        "description":"The name of the archive log",
                                                        "x-oneOf":[
                                                            {
                                                                "type":"string",
                                                                "minLength":1,
                                                                "maxLength":4096
                                                            },
                                                            {
                                                                "type":"null"
                                                            }
                                                        ]
                                                    }
                                                },
                                                "required":[
                                                    "timestamp",
                                                    "csn",
                                                    "thread",
                                                    "sequence",
                                                    "offset",
                                                    "name"
                                                ],
                                                "additionalProperties":false
                                            },
                                            "recovery":{
                                                "type":"object",
                                                "properties":{
                                                    "timestamp":{
                                                        "description":"Time the checkpoint was recorded",
                                                        "x-oneOf":[
                                                            {
                                                                "type":"string",
                                                                "pattern":"^[0-9]{4}[-](0[1-9]|1[0-2])[-](0[1-9]|[12][0-9]|3[01])[tT ]([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)([.][0-9]{1,6})?([zZ]|[+-][0-9][0-9]:[0-5][0-9])$",
                                                                "minLength":20,
                                                                "maxLength":32
                                                            },
                                                            {
                                                                "type":"null"
                                                            }
                                                        ]
                                                    },
                                                    "csn":{
                                                        "x-oneOf":[
                                                            {
                                                                "x-oneOf":[
                                                                    {
                                                                        "description":"Normal format",
                                                                        "type":"integer",
                                                                        "minimum":0,
                                                                        "maximum":9.223372036854776E18
                                                                    },
                                                                    {
                                                                        "description":"Alternate format",
                                                                        "type":"string",
                                                                        "pattern":"[0-9]+[.][0-9]+",
                                                                        "minLength":3,
                                                                        "maxLength":64
                                                                    }
                                                                ]
                                                            },
                                                            {
                                                                "type":"null"
                                                            }
                                                        ]
                                                    },
                                                    "thread":{
                                                        "description":"Integrated capture thread number",
                                                        "type":"integer",
                                                        "minimum":0,
                                                        "maximum":4.294967295E9
                                                    },
                                                    "sequence":{
                                                        "description":"Archive log sequence",
                                                        "type":"integer",
                                                        "minimum":0,
                                                        "maximum":4.294967295E9
                                                    },
                                                    "offset":{
                                                        "description":"Archive log offset",
                                                        "type":"integer",
                                                        "minimum":0,
                                                        "maximum":2147483647
                                                    },
                                                    "name":{
                                                        "description":"The name of the archive log",
                                                        "x-oneOf":[
                                                            {
                                                                "type":"string",
                                                                "minLength":1,
                                                                "maxLength":4096
                                                            },
                                                            {
                                                                "type":"null"
                                                            }
                                                        ]
                                                    }
                                                },
                                                "required":[
                                                    "timestamp",
                                                    "csn",
                                                    "thread",
                                                    "sequence",
                                                    "offset",
                                                    "name"
                                                ],
                                                "additionalProperties":false
                                            },
                                            "boundedRecoveryBegin":{
                                                "type":"object",
                                                "properties":{
                                                    "timestamp":{
                                                        "description":"Time the checkpoint was recorded",
                                                        "x-oneOf":[
                                                            {
                                                                "type":"string",
                                                                "pattern":"^[0-9]{4}[-](0[1-9]|1[0-2])[-](0[1-9]|[12][0-9]|3[01])[tT ]([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)([.][0-9]{1,6})?([zZ]|[+-][0-9][0-9]:[0-5][0-9])$",
                                                                "minLength":20,
                                                                "maxLength":32
                                                            },
                                                            {
                                                                "type":"null"
                                                            }
                                                        ]
                                                    },
                                                    "csn":{
                                                        "x-oneOf":[
                                                            {
                                                                "x-oneOf":[
                                                                    {
                                                                        "description":"Normal format",
                                                                        "type":"integer",
                                                                        "minimum":0,
                                                                        "maximum":9.223372036854776E18
                                                                    },
                                                                    {
                                                                        "description":"Alternate format",
                                                                        "type":"string",
                                                                        "pattern":"[0-9]+[.][0-9]+",
                                                                        "minLength":3,
                                                                        "maxLength":64
                                                                    }
                                                                ]
                                                            },
                                                            {
                                                                "type":"null"
                                                            }
                                                        ]
                                                    },
                                                    "thread":{
                                                        "description":"Integrated capture thread number",
                                                        "type":"integer",
                                                        "minimum":0,
                                                        "maximum":4.294967295E9
                                                    },
                                                    "sequence":{
                                                        "description":"Archive log sequence",
                                                        "type":"integer",
                                                        "minimum":0,
                                                        "maximum":4.294967295E9
                                                    },
                                                    "offset":{
                                                        "description":"Archive log offset",
                                                        "type":"integer",
                                                        "minimum":0,
                                                        "maximum":2147483647
                                                    },
                                                    "name":{
                                                        "description":"The name of the archive log",
                                                        "x-oneOf":[
                                                            {
                                                                "type":"string",
                                                                "minLength":1,
                                                                "maxLength":4096
                                                            },
                                                            {
                                                                "type":"null"
                                                            }
                                                        ]
                                                    }
                                                },
                                                "required":[
                                                    "timestamp",
                                                    "csn",
                                                    "thread",
                                                    "sequence",
                                                    "offset",
                                                    "name"
                                                ],
                                                "additionalProperties":false
                                            },
                                            "boundedRecoveryPrevious":{
                                                "type":"object",
                                                "properties":{
                                                    "timestamp":{
                                                        "description":"Time the checkpoint was recorded",
                                                        "x-oneOf":[
                                                            {
                                                                "type":"string",
                                                                "pattern":"^[0-9]{4}[-](0[1-9]|1[0-2])[-](0[1-9]|[12][0-9]|3[01])[tT ]([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)([.][0-9]{1,6})?([zZ]|[+-][0-9][0-9]:[0-5][0-9])$",
                                                                "minLength":20,
                                                                "maxLength":32
                                                            },
                                                            {
                                                                "type":"null"
                                                            }
                                                        ]
                                                    },
                                                    "csn":{
                                                        "x-oneOf":[
                                                            {
                                                                "x-oneOf":[
                                                                    {
                                                                        "description":"Normal format",
                                                                        "type":"integer",
                                                                        "minimum":0,
                                                                        "maximum":9.223372036854776E18
                                                                    },
                                                                    {
                                                                        "description":"Alternate format",
                                                                        "type":"string",
                                                                        "pattern":"[0-9]+[.][0-9]+",
                                                                        "minLength":3,
                                                                        "maxLength":64
                                                                    }
                                                                ]
                                                            },
                                                            {
                                                                "type":"null"
                                                            }
                                                        ]
                                                    },
                                                    "thread":{
                                                        "description":"Integrated capture thread number",
                                                        "type":"integer",
                                                        "minimum":0,
                                                        "maximum":4.294967295E9
                                                    },
                                                    "sequence":{
                                                        "description":"Archive log sequence",
                                                        "type":"integer",
                                                        "minimum":0,
                                                        "maximum":4.294967295E9
                                                    },
                                                    "offset":{
                                                        "description":"Archive log offset",
                                                        "type":"integer",
                                                        "minimum":0,
                                                        "maximum":2147483647
                                                    },
                                                    "name":{
                                                        "description":"The name of the archive log",
                                                        "x-oneOf":[
                                                            {
                                                                "type":"string",
                                                                "minLength":1,
                                                                "maxLength":4096
                                                            },
                                                            {
                                                                "type":"null"
                                                            }
                                                        ]
                                                    }
                                                },
                                                "required":[
                                                    "timestamp",
                                                    "csn",
                                                    "thread",
                                                    "sequence",
                                                    "offset",
                                                    "name"
                                                ],
                                                "additionalProperties":false
                                            },
                                            "boundedRecoveryEnd":{
                                                "type":"object",
                                                "properties":{
                                                    "timestamp":{
                                                        "description":"Time the checkpoint was recorded",
                                                        "x-oneOf":[
                                                            {
                                                                "type":"string",
                                                                "pattern":"^[0-9]{4}[-](0[1-9]|1[0-2])[-](0[1-9]|[12][0-9]|3[01])[tT ]([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)([.][0-9]{1,6})?([zZ]|[+-][0-9][0-9]:[0-5][0-9])$",
                                                                "minLength":20,
                                                                "maxLength":32
                                                            },
                                                            {
                                                                "type":"null"
                                                            }
                                                        ]
                                                    },
                                                    "csn":{
                                                        "x-oneOf":[
                                                            {
                                                                "x-oneOf":[
                                                                    {
                                                                        "description":"Normal format",
                                                                        "type":"integer",
                                                                        "minimum":0,
                                                                        "maximum":9.223372036854776E18
                                                                    },
                                                                    {
                                                                        "description":"Alternate format",
                                                                        "type":"string",
                                                                        "pattern":"[0-9]+[.][0-9]+",
                                                                        "minLength":3,
                                                                        "maxLength":64
                                                                    }
                                                                ]
                                                            },
                                                            {
                                                                "type":"null"
                                                            }
                                                        ]
                                                    },
                                                    "thread":{
                                                        "description":"Integrated capture thread number",
                                                        "type":"integer",
                                                        "minimum":0,
                                                        "maximum":4.294967295E9
                                                    },
                                                    "sequence":{
                                                        "description":"Archive log sequence",
                                                        "type":"integer",
                                                        "minimum":0,
                                                        "maximum":4.294967295E9
                                                    },
                                                    "offset":{
                                                        "description":"Archive log offset",
                                                        "type":"integer",
                                                        "minimum":0,
                                                        "maximum":2147483647
                                                    },
                                                    "name":{
                                                        "description":"The name of the archive log",
                                                        "x-oneOf":[
                                                            {
                                                                "type":"string",
                                                                "minLength":1,
                                                                "maxLength":4096
                                                            },
                                                            {
                                                                "type":"null"
                                                            }
                                                        ]
                                                    }
                                                },
                                                "required":[
                                                    "timestamp",
                                                    "csn",
                                                    "thread",
                                                    "sequence",
                                                    "offset",
                                                    "name"
                                                ],
                                                "additionalProperties":false
                                            }
                                        },
                                        "required":[
                                            "starting",
                                            "current",
                                            "recovery"
                                        ],
                                        "additionalProperties":false
                                    }
                                ]
                            },
                            "minItems":1,
                            "maxItems":128
                        },
                        "output":{
                            "description":"Checkpoint details for each trail output",
                            "type":"array",
                            "items":{
                                "type":"object",
                                "properties":{
                                    "current":{
                                        "type":"object",
                                        "properties":{
                                            "timestamp":{
                                                "description":"Time the checkpoint was recorded",
                                                "x-oneOf":[
                                                    {
                                                        "type":"string",
                                                        "pattern":"^[0-9]{4}[-](0[1-9]|1[0-2])[-](0[1-9]|[12][0-9]|3[01])[tT ]([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)([.][0-9]{1,6})?([zZ]|[+-][0-9][0-9]:[0-5][0-9])$",
                                                        "minLength":20,
                                                        "maxLength":32
                                                    },
                                                    {
                                                        "type":"null"
                                                    }
                                                ]
                                            },
                                            "name":{
                                                "description":"The name of the trail",
                                                "type":"string",
                                                "pattern":"^[A-Za-z][A-Za-z0-9]$",
                                                "minLength":2,
                                                "maxLength":2
                                            },
                                            "path":{
                                                "description":"The path where trail data is stored",
                                                "type":"string",
                                                "minLength":1,
                                                "maxLength":4096
                                            },
                                            "sequence":{
                                                "description":"Trail file sequence number",
                                                "type":"integer",
                                                "minimum":0,
                                                "maximum":999999999,
                                                "default":0
                                            },
                                            "offset":{
                                                "x-oneOf":[
                                                    {
                                                        "description":"Special value for BEGIN NOW",
                                                        "enum":[
                                                            -2
                                                        ]
                                                    },
                                                    {
                                                        "description":"Offset in trail sequence file",
                                                        "type":"integer",
                                                        "minimum":0,
                                                        "maximum":2147483647
                                                    }
                                                ]
                                            },
                                            "sequenceLength":{
                                                "description":"Number of digits in sequence file name",
                                                "enum":[
                                                    6,
                                                    9
                                                ]
                                            },
                                            "sequenceLengthFlip":{
                                                "description":"Indicates sequence number length will change",
                                                "type":"boolean"
                                            }
                                        },
                                        "required":[
                                            "timestamp",
                                            "name",
                                            "path",
                                            "sequence",
                                            "offset",
                                            "sequenceLength",
                                            "sequenceLengthFlip"
                                        ],
                                        "additionalProperties":false
                                    }
                                },
                                "required":[
                                    "current"
                                ],
                                "additionalProperties":false
                            },
                            "minItems":1,
                            "maxItems":128
                        }
                    },
                    "additionalProperties":false
                },
                "history":{
                    "type":"array",
                    "items":{
                        "description":"Single checkpoint for an extract process",
                        "type":"object",
                        "properties":{
                            "input":{
                                "description":"Checkpoint details for each input",
                                "type":"array",
                                "items":{
                                    "description":"Checkpoint details for a single input",
                                    "x-oneOf":[
                                        {
                                            "type":"object",
                                            "properties":{
                                                "starting":{
                                                    "type":"object",
                                                    "properties":{
                                                        "timestamp":{
                                                            "description":"Time the checkpoint was recorded",
                                                            "x-oneOf":[
                                                                {
                                                                    "type":"string",
                                                                    "pattern":"^[0-9]{4}[-](0[1-9]|1[0-2])[-](0[1-9]|[12][0-9]|3[01])[tT ]([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)([.][0-9]{1,6})?([zZ]|[+-][0-9][0-9]:[0-5][0-9])$",
                                                                    "minLength":20,
                                                                    "maxLength":32
                                                                },
                                                                {
                                                                    "type":"null"
                                                                }
                                                            ]
                                                        },
                                                        "name":{
                                                            "description":"The name of the trail",
                                                            "type":"string",
                                                            "pattern":"^[A-Za-z][A-Za-z0-9]$",
                                                            "minLength":2,
                                                            "maxLength":2
                                                        },
                                                        "path":{
                                                            "description":"The path where trail data is stored",
                                                            "type":"string",
                                                            "minLength":1,
                                                            "maxLength":4096
                                                        },
                                                        "sequence":{
                                                            "description":"Trail file sequence number",
                                                            "type":"integer",
                                                            "minimum":0,
                                                            "maximum":999999999,
                                                            "default":0
                                                        },
                                                        "offset":{
                                                            "x-oneOf":[
                                                                {
                                                                    "description":"Special value for BEGIN NOW",
                                                                    "enum":[
                                                                        -2
                                                                    ]
                                                                },
                                                                {
                                                                    "description":"Offset in trail sequence file",
                                                                    "type":"integer",
                                                                    "minimum":0,
                                                                    "maximum":2147483647
                                                                }
                                                            ]
                                                        },
                                                        "sequenceLength":{
                                                            "description":"Number of digits in sequence file name",
                                                            "enum":[
                                                                6,
                                                                9
                                                            ]
                                                        },
                                                        "sequenceLengthFlip":{
                                                            "description":"Indicates sequence number length will change",
                                                            "type":"boolean"
                                                        }
                                                    },
                                                    "required":[
                                                        "timestamp",
                                                        "name",
                                                        "path",
                                                        "sequence",
                                                        "offset",
                                                        "sequenceLength",
                                                        "sequenceLengthFlip"
                                                    ],
                                                    "additionalProperties":false
                                                },
                                                "current":{
                                                    "type":"object",
                                                    "properties":{
                                                        "timestamp":{
                                                            "description":"Time the checkpoint was recorded",
                                                            "x-oneOf":[
                                                                {
                                                                    "type":"string",
                                                                    "pattern":"^[0-9]{4}[-](0[1-9]|1[0-2])[-](0[1-9]|[12][0-9]|3[01])[tT ]([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)([.][0-9]{1,6})?([zZ]|[+-][0-9][0-9]:[0-5][0-9])$",
                                                                    "minLength":20,
                                                                    "maxLength":32
                                                                },
                                                                {
                                                                    "type":"null"
                                                                }
                                                            ]
                                                        },
                                                        "name":{
                                                            "description":"The name of the trail",
                                                            "type":"string",
                                                            "pattern":"^[A-Za-z][A-Za-z0-9]$",
                                                            "minLength":2,
                                                            "maxLength":2
                                                        },
                                                        "path":{
                                                            "description":"The path where trail data is stored",
                                                            "type":"string",
                                                            "minLength":1,
                                                            "maxLength":4096
                                                        },
                                                        "sequence":{
                                                            "description":"Trail file sequence number",
                                                            "type":"integer",
                                                            "minimum":0,
                                                            "maximum":999999999,
                                                            "default":0
                                                        },
                                                        "offset":{
                                                            "x-oneOf":[
                                                                {
                                                                    "description":"Special value for BEGIN NOW",
                                                                    "enum":[
                                                                        -2
                                                                    ]
                                                                },
                                                                {
                                                                    "description":"Offset in trail sequence file",
                                                                    "type":"integer",
                                                                    "minimum":0,
                                                                    "maximum":2147483647
                                                                }
                                                            ]
                                                        },
                                                        "sequenceLength":{
                                                            "description":"Number of digits in sequence file name",
                                                            "enum":[
                                                                6,
                                                                9
                                                            ]
                                                        },
                                                        "sequenceLengthFlip":{
                                                            "description":"Indicates sequence number length will change",
                                                            "type":"boolean"
                                                        }
                                                    },
                                                    "required":[
                                                        "timestamp",
                                                        "name",
                                                        "path",
                                                        "sequence",
                                                        "offset",
                                                        "sequenceLength",
                                                        "sequenceLengthFlip"
                                                    ],
                                                    "additionalProperties":false
                                                }
                                            },
                                            "required":[
                                                "starting",
                                                "current"
                                            ],
                                            "additionalProperties":false
                                        },
                                        {
                                            "type":"object",
                                            "properties":{
                                                "starting":{
                                                    "type":"object",
                                                    "properties":{
                                                        "timestamp":{
                                                            "description":"Time the checkpoint was recorded",
                                                            "x-oneOf":[
                                                                {
                                                                    "type":"string",
                                                                    "pattern":"^[0-9]{4}[-](0[1-9]|1[0-2])[-](0[1-9]|[12][0-9]|3[01])[tT ]([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)([.][0-9]{1,6})?([zZ]|[+-][0-9][0-9]:[0-5][0-9])$",
                                                                    "minLength":20,
                                                                    "maxLength":32
                                                                },
                                                                {
                                                                    "type":"null"
                                                                }
                                                            ]
                                                        },
                                                        "name":{
                                                            "description":"The name of the file",
                                                            "type":"string",
                                                            "minLength":1,
                                                            "maxLength":4096
                                                        },
                                                        "offset":{
                                                            "description":"Offset in file",
                                                            "type":"integer",
                                                            "minimum":0,
                                                            "maximum":9.223372036854776E18
                                                        }
                                                    },
                                                    "required":[
                                                        "timestamp",
                                                        "name",
                                                        "offset"
                                                    ],
                                                    "additionalProperties":false
                                                },
                                                "current":{
                                                    "type":"object",
                                                    "properties":{
                                                        "timestamp":{
                                                            "description":"Time the checkpoint was recorded",
                                                            "x-oneOf":[
                                                                {
                                                                    "type":"string",
                                                                    "pattern":"^[0-9]{4}[-](0[1-9]|1[0-2])[-](0[1-9]|[12][0-9]|3[01])[tT ]([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)([.][0-9]{1,6})?([zZ]|[+-][0-9][0-9]:[0-5][0-9])$",
                                                                    "minLength":20,
                                                                    "maxLength":32
                                                                },
                                                                {
                                                                    "type":"null"
                                                                }
                                                            ]
                                                        },
                                                        "name":{
                                                            "description":"The name of the file",
                                                            "type":"string",
                                                            "minLength":1,
                                                            "maxLength":4096
                                                        },
                                                        "offset":{
                                                            "description":"Offset in file",
                                                            "type":"integer",
                                                            "minimum":0,
                                                            "maximum":9.223372036854776E18
                                                        }
                                                    },
                                                    "required":[
                                                        "timestamp",
                                                        "name",
                                                        "offset"
                                                    ],
                                                    "additionalProperties":false
                                                }
                                            },
                                            "required":[
                                                "starting",
                                                "current"
                                            ],
                                            "additionalProperties":false
                                        },
                                        {
                                            "type":"object",
                                            "properties":{
                                                "starting":{
                                                    "type":"object",
                                                    "properties":{
                                                        "timestamp":{
                                                            "description":"Time the checkpoint was recorded",
                                                            "x-oneOf":[
                                                                {
                                                                    "type":"string",
                                                                    "pattern":"^[0-9]{4}[-](0[1-9]|1[0-2])[-](0[1-9]|[12][0-9]|3[01])[tT ]([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)([.][0-9]{1,6})?([zZ]|[+-][0-9][0-9]:[0-5][0-9])$",
                                                                    "minLength":20,
                                                                    "maxLength":32
                                                                },
                                                                {
                                                                    "type":"null"
                                                                }
                                                            ]
                                                        },
                                                        "name":{
                                                            "description":"The name of the table",
                                                            "x-anyOf":[
                                                                {
                                                                    "type":"string",
                                                                    "pattern":"^([^.*?\"]{1,128}|[\"].{1,128}[\"])$",
                                                                    "minLength":1,
                                                                    "maxLength":130
                                                                },
                                                                {
                                                                    "x-anyOf":[
                                                                        {
                                                                            "type":"string",
                                                                            "pattern":"^([^.*?\"]{1,128}|[\"].{1,128}[\"])[.]([^.*?\"]{1,128}|[\"].{1,128}[\"])$",
                                                                            "minLength":3,
                                                                            "maxLength":261
                                                                        },
                                                                        {
                                                                            "type":"string",
                                                                            "pattern":"^([^.*?\"]{1,128}|[\"].{1,128}[\"])[.]([^.*?\"]{1,128}|[\"].{1,128}[\"])[.]([^.*?\"]{1,128}|[\"].{1,128}[\"])$",
                                                                            "minLength":5,
                                                                            "maxLength":392
                                                                        }
                                                                    ]
                                                                }
                                                            ]
                                                        },
                                                        "sequence":{
                                                            "description":"Record number from table",
                                                            "type":"integer",
                                                            "minimum":0,
                                                            "maximum":9.223372036854776E18
                                                        }
                                                    },
                                                    "required":[
                                                        "timestamp",
                                                        "name",
                                                        "sequence"
                                                    ],
                                                    "additionalProperties":false
                                                },
                                                "current":{
                                                    "type":"object",
                                                    "properties":{
                                                        "timestamp":{
                                                            "description":"Time the checkpoint was recorded",
                                                            "x-oneOf":[
                                                                {
                                                                    "type":"string",
                                                                    "pattern":"^[0-9]{4}[-](0[1-9]|1[0-2])[-](0[1-9]|[12][0-9]|3[01])[tT ]([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)([.][0-9]{1,6})?([zZ]|[+-][0-9][0-9]:[0-5][0-9])$",
                                                                    "minLength":20,
                                                                    "maxLength":32
                                                                },
                                                                {
                                                                    "type":"null"
                                                                }
                                                            ]
                                                        },
                                                        "name":{
                                                            "description":"The name of the table",
                                                            "x-anyOf":[
                                                                {
                                                                    "type":"string",
                                                                    "pattern":"^([^.*?\"]{1,128}|[\"].{1,128}[\"])$",
                                                                    "minLength":1,
                                                                    "maxLength":130
                                                                },
                                                                {
                                                                    "x-anyOf":[
                                                                        {
                                                                            "type":"string",
                                                                            "pattern":"^([^.*?\"]{1,128}|[\"].{1,128}[\"])[.]([^.*?\"]{1,128}|[\"].{1,128}[\"])$",
                                                                            "minLength":3,
                                                                            "maxLength":261
                                                                        },
                                                                        {
                                                                            "type":"string",
                                                                            "pattern":"^([^.*?\"]{1,128}|[\"].{1,128}[\"])[.]([^.*?\"]{1,128}|[\"].{1,128}[\"])[.]([^.*?\"]{1,128}|[\"].{1,128}[\"])$",
                                                                            "minLength":5,
                                                                            "maxLength":392
                                                                        }
                                                                    ]
                                                                }
                                                            ]
                                                        },
                                                        "sequence":{
                                                            "description":"Record number from table",
                                                            "type":"integer",
                                                            "minimum":0,
                                                            "maximum":9.223372036854776E18
                                                        }
                                                    },
                                                    "required":[
                                                        "timestamp",
                                                        "name",
                                                        "sequence"
                                                    ],
                                                    "additionalProperties":false
                                                }
                                            },
                                            "required":[
                                                "starting",
                                                "current"
                                            ],
                                            "additionalProperties":false
                                        },
                                        {
                                            "type":"object",
                                            "properties":{
                                                "starting":{
                                                    "type":"object",
                                                    "properties":{
                                                        "timestamp":{
                                                            "description":"Time the checkpoint was recorded",
                                                            "x-oneOf":[
                                                                {
                                                                    "type":"string",
                                                                    "pattern":"^[0-9]{4}[-](0[1-9]|1[0-2])[-](0[1-9]|[12][0-9]|3[01])[tT ]([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)([.][0-9]{1,6})?([zZ]|[+-][0-9][0-9]:[0-5][0-9])$",
                                                                    "minLength":20,
                                                                    "maxLength":32
                                                                },
                                                                {
                                                                    "type":"null"
                                                                }
                                                            ]
                                                        },
                                                        "csn":{
                                                            "x-oneOf":[
                                                                {
                                                                    "x-oneOf":[
                                                                        {
                                                                            "description":"Normal format",
                                                                            "type":"integer",
                                                                            "minimum":0,
                                                                            "maximum":9.223372036854776E18
                                                                        },
                                                                        {
                                                                            "description":"Alternate format",
                                                                            "type":"string",
                                                                            "pattern":"[0-9]+[.][0-9]+",
                                                                            "minLength":3,
                                                                            "maxLength":64
                                                                        }
                                                                    ]
                                                                },
                                                                {
                                                                    "type":"null"
                                                                }
                                                            ]
                                                        },
                                                        "thread":{
                                                            "description":"Integrated capture thread number",
                                                            "type":"integer",
                                                            "minimum":0,
                                                            "maximum":4.294967295E9
                                                        },
                                                        "sequence":{
                                                            "description":"Archive log sequence",
                                                            "type":"integer",
                                                            "minimum":0,
                                                            "maximum":4.294967295E9
                                                        },
                                                        "offset":{
                                                            "description":"Archive log offset",
                                                            "type":"integer",
                                                            "minimum":0,
                                                            "maximum":2147483647
                                                        },
                                                        "name":{
                                                            "description":"The name of the archive log",
                                                            "x-oneOf":[
                                                                {
                                                                    "type":"string",
                                                                    "minLength":1,
                                                                    "maxLength":4096
                                                                },
                                                                {
                                                                    "type":"null"
                                                                }
                                                            ]
                                                        }
                                                    },
                                                    "required":[
                                                        "timestamp",
                                                        "csn",
                                                        "thread",
                                                        "sequence",
                                                        "offset",
                                                        "name"
                                                    ],
                                                    "additionalProperties":false
                                                },
                                                "current":{
                                                    "type":"object",
                                                    "properties":{
                                                        "timestamp":{
                                                            "description":"Time the checkpoint was recorded",
                                                            "x-oneOf":[
                                                                {
                                                                    "type":"string",
                                                                    "pattern":"^[0-9]{4}[-](0[1-9]|1[0-2])[-](0[1-9]|[12][0-9]|3[01])[tT ]([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)([.][0-9]{1,6})?([zZ]|[+-][0-9][0-9]:[0-5][0-9])$",
                                                                    "minLength":20,
                                                                    "maxLength":32
                                                                },
                                                                {
                                                                    "type":"null"
                                                                }
                                                            ]
                                                        },
                                                        "csn":{
                                                            "x-oneOf":[
                                                                {
                                                                    "x-oneOf":[
                                                                        {
                                                                            "description":"Normal format",
                                                                            "type":"integer",
                                                                            "minimum":0,
                                                                            "maximum":9.223372036854776E18
                                                                        },
                                                                        {
                                                                            "description":"Alternate format",
                                                                            "type":"string",
                                                                            "pattern":"[0-9]+[.][0-9]+",
                                                                            "minLength":3,
                                                                            "maxLength":64
                                                                        }
                                                                    ]
                                                                },
                                                                {
                                                                    "type":"null"
                                                                }
                                                            ]
                                                        },
                                                        "thread":{
                                                            "description":"Integrated capture thread number",
                                                            "type":"integer",
                                                            "minimum":0,
                                                            "maximum":4.294967295E9
                                                        },
                                                        "sequence":{
                                                            "description":"Archive log sequence",
                                                            "type":"integer",
                                                            "minimum":0,
                                                            "maximum":4.294967295E9
                                                        },
                                                        "offset":{
                                                            "description":"Archive log offset",
                                                            "type":"integer",
                                                            "minimum":0,
                                                            "maximum":2147483647
                                                        },
                                                        "name":{
                                                            "description":"The name of the archive log",
                                                            "x-oneOf":[
                                                                {
                                                                    "type":"string",
                                                                    "minLength":1,
                                                                    "maxLength":4096
                                                                },
                                                                {
                                                                    "type":"null"
                                                                }
                                                            ]
                                                        }
                                                    },
                                                    "required":[
                                                        "timestamp",
                                                        "csn",
                                                        "thread",
                                                        "sequence",
                                                        "offset",
                                                        "name"
                                                    ],
                                                    "additionalProperties":false
                                                },
                                                "recovery":{
                                                    "type":"object",
                                                    "properties":{
                                                        "timestamp":{
                                                            "description":"Time the checkpoint was recorded",
                                                            "x-oneOf":[
                                                                {
                                                                    "type":"string",
                                                                    "pattern":"^[0-9]{4}[-](0[1-9]|1[0-2])[-](0[1-9]|[12][0-9]|3[01])[tT ]([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)([.][0-9]{1,6})?([zZ]|[+-][0-9][0-9]:[0-5][0-9])$",
                                                                    "minLength":20,
                                                                    "maxLength":32
                                                                },
                                                                {
                                                                    "type":"null"
                                                                }
                                                            ]
                                                        },
                                                        "csn":{
                                                            "x-oneOf":[
                                                                {
                                                                    "x-oneOf":[
                                                                        {
                                                                            "description":"Normal format",
                                                                            "type":"integer",
                                                                            "minimum":0,
                                                                            "maximum":9.223372036854776E18
                                                                        },
                                                                        {
                                                                            "description":"Alternate format",
                                                                            "type":"string",
                                                                            "pattern":"[0-9]+[.][0-9]+",
                                                                            "minLength":3,
                                                                            "maxLength":64
                                                                        }
                                                                    ]
                                                                },
                                                                {
                                                                    "type":"null"
                                                                }
                                                            ]
                                                        },
                                                        "thread":{
                                                            "description":"Integrated capture thread number",
                                                            "type":"integer",
                                                            "minimum":0,
                                                            "maximum":4.294967295E9
                                                        },
                                                        "sequence":{
                                                            "description":"Archive log sequence",
                                                            "type":"integer",
                                                            "minimum":0,
                                                            "maximum":4.294967295E9
                                                        },
                                                        "offset":{
                                                            "description":"Archive log offset",
                                                            "type":"integer",
                                                            "minimum":0,
                                                            "maximum":2147483647
                                                        },
                                                        "name":{
                                                            "description":"The name of the archive log",
                                                            "x-oneOf":[
                                                                {
                                                                    "type":"string",
                                                                    "minLength":1,
                                                                    "maxLength":4096
                                                                },
                                                                {
                                                                    "type":"null"
                                                                }
                                                            ]
                                                        }
                                                    },
                                                    "required":[
                                                        "timestamp",
                                                        "csn",
                                                        "thread",
                                                        "sequence",
                                                        "offset",
                                                        "name"
                                                    ],
                                                    "additionalProperties":false
                                                },
                                                "boundedRecoveryBegin":{
                                                    "type":"object",
                                                    "properties":{
                                                        "timestamp":{
                                                            "description":"Time the checkpoint was recorded",
                                                            "x-oneOf":[
                                                                {
                                                                    "type":"string",
                                                                    "pattern":"^[0-9]{4}[-](0[1-9]|1[0-2])[-](0[1-9]|[12][0-9]|3[01])[tT ]([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)([.][0-9]{1,6})?([zZ]|[+-][0-9][0-9]:[0-5][0-9])$",
                                                                    "minLength":20,
                                                                    "maxLength":32
                                                                },
                                                                {
                                                                    "type":"null"
                                                                }
                                                            ]
                                                        },
                                                        "csn":{
                                                            "x-oneOf":[
                                                                {
                                                                    "x-oneOf":[
                                                                        {
                                                                            "description":"Normal format",
                                                                            "type":"integer",
                                                                            "minimum":0,
                                                                            "maximum":9.223372036854776E18
                                                                        },
                                                                        {
                                                                            "description":"Alternate format",
                                                                            "type":"string",
                                                                            "pattern":"[0-9]+[.][0-9]+",
                                                                            "minLength":3,
                                                                            "maxLength":64
                                                                        }
                                                                    ]
                                                                },
                                                                {
                                                                    "type":"null"
                                                                }
                                                            ]
                                                        },
                                                        "thread":{
                                                            "description":"Integrated capture thread number",
                                                            "type":"integer",
                                                            "minimum":0,
                                                            "maximum":4.294967295E9
                                                        },
                                                        "sequence":{
                                                            "description":"Archive log sequence",
                                                            "type":"integer",
                                                            "minimum":0,
                                                            "maximum":4.294967295E9
                                                        },
                                                        "offset":{
                                                            "description":"Archive log offset",
                                                            "type":"integer",
                                                            "minimum":0,
                                                            "maximum":2147483647
                                                        },
                                                        "name":{
                                                            "description":"The name of the archive log",
                                                            "x-oneOf":[
                                                                {
                                                                    "type":"string",
                                                                    "minLength":1,
                                                                    "maxLength":4096
                                                                },
                                                                {
                                                                    "type":"null"
                                                                }
                                                            ]
                                                        }
                                                    },
                                                    "required":[
                                                        "timestamp",
                                                        "csn",
                                                        "thread",
                                                        "sequence",
                                                        "offset",
                                                        "name"
                                                    ],
                                                    "additionalProperties":false
                                                },
                                                "boundedRecoveryPrevious":{
                                                    "type":"object",
                                                    "properties":{
                                                        "timestamp":{
                                                            "description":"Time the checkpoint was recorded",
                                                            "x-oneOf":[
                                                                {
                                                                    "type":"string",
                                                                    "pattern":"^[0-9]{4}[-](0[1-9]|1[0-2])[-](0[1-9]|[12][0-9]|3[01])[tT ]([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)([.][0-9]{1,6})?([zZ]|[+-][0-9][0-9]:[0-5][0-9])$",
                                                                    "minLength":20,
                                                                    "maxLength":32
                                                                },
                                                                {
                                                                    "type":"null"
                                                                }
                                                            ]
                                                        },
                                                        "csn":{
                                                            "x-oneOf":[
                                                                {
                                                                    "x-oneOf":[
                                                                        {
                                                                            "description":"Normal format",
                                                                            "type":"integer",
                                                                            "minimum":0,
                                                                            "maximum":9.223372036854776E18
                                                                        },
                                                                        {
                                                                            "description":"Alternate format",
                                                                            "type":"string",
                                                                            "pattern":"[0-9]+[.][0-9]+",
                                                                            "minLength":3,
                                                                            "maxLength":64
                                                                        }
                                                                    ]
                                                                },
                                                                {
                                                                    "type":"null"
                                                                }
                                                            ]
                                                        },
                                                        "thread":{
                                                            "description":"Integrated capture thread number",
                                                            "type":"integer",
                                                            "minimum":0,
                                                            "maximum":4.294967295E9
                                                        },
                                                        "sequence":{
                                                            "description":"Archive log sequence",
                                                            "type":"integer",
                                                            "minimum":0,
                                                            "maximum":4.294967295E9
                                                        },
                                                        "offset":{
                                                            "description":"Archive log offset",
                                                            "type":"integer",
                                                            "minimum":0,
                                                            "maximum":2147483647
                                                        },
                                                        "name":{
                                                            "description":"The name of the archive log",
                                                            "x-oneOf":[
                                                                {
                                                                    "type":"string",
                                                                    "minLength":1,
                                                                    "maxLength":4096
                                                                },
                                                                {
                                                                    "type":"null"
                                                                }
                                                            ]
                                                        }
                                                    },
                                                    "required":[
                                                        "timestamp",
                                                        "csn",
                                                        "thread",
                                                        "sequence",
                                                        "offset",
                                                        "name"
                                                    ],
                                                    "additionalProperties":false
                                                },
                                                "boundedRecoveryEnd":{
                                                    "type":"object",
                                                    "properties":{
                                                        "timestamp":{
                                                            "description":"Time the checkpoint was recorded",
                                                            "x-oneOf":[
                                                                {
                                                                    "type":"string",
                                                                    "pattern":"^[0-9]{4}[-](0[1-9]|1[0-2])[-](0[1-9]|[12][0-9]|3[01])[tT ]([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)([.][0-9]{1,6})?([zZ]|[+-][0-9][0-9]:[0-5][0-9])$",
                                                                    "minLength":20,
                                                                    "maxLength":32
                                                                },
                                                                {
                                                                    "type":"null"
                                                                }
                                                            ]
                                                        },
                                                        "csn":{
                                                            "x-oneOf":[
                                                                {
                                                                    "x-oneOf":[
                                                                        {
                                                                            "description":"Normal format",
                                                                            "type":"integer",
                                                                            "minimum":0,
                                                                            "maximum":9.223372036854776E18
                                                                        },
                                                                        {
                                                                            "description":"Alternate format",
                                                                            "type":"string",
                                                                            "pattern":"[0-9]+[.][0-9]+",
                                                                            "minLength":3,
                                                                            "maxLength":64
                                                                        }
                                                                    ]
                                                                },
                                                                {
                                                                    "type":"null"
                                                                }
                                                            ]
                                                        },
                                                        "thread":{
                                                            "description":"Integrated capture thread number",
                                                            "type":"integer",
                                                            "minimum":0,
                                                            "maximum":4.294967295E9
                                                        },
                                                        "sequence":{
                                                            "description":"Archive log sequence",
                                                            "type":"integer",
                                                            "minimum":0,
                                                            "maximum":4.294967295E9
                                                        },
                                                        "offset":{
                                                            "description":"Archive log offset",
                                                            "type":"integer",
                                                            "minimum":0,
                                                            "maximum":2147483647
                                                        },
                                                        "name":{
                                                            "description":"The name of the archive log",
                                                            "x-oneOf":[
                                                                {
                                                                    "type":"string",
                                                                    "minLength":1,
                                                                    "maxLength":4096
                                                                },
                                                                {
                                                                    "type":"null"
                                                                }
                                                            ]
                                                        }
                                                    },
                                                    "required":[
                                                        "timestamp",
                                                        "csn",
                                                        "thread",
                                                        "sequence",
                                                        "offset",
                                                        "name"
                                                    ],
                                                    "additionalProperties":false
                                                }
                                            },
                                            "required":[
                                                "starting",
                                                "current",
                                                "recovery"
                                            ],
                                            "additionalProperties":false
                                        }
                                    ]
                                },
                                "minItems":1,
                                "maxItems":128
                            },
                            "output":{
                                "description":"Checkpoint details for each trail output",
                                "type":"array",
                                "items":{
                                    "type":"object",
                                    "properties":{
                                        "current":{
                                            "type":"object",
                                            "properties":{
                                                "timestamp":{
                                                    "description":"Time the checkpoint was recorded",
                                                    "x-oneOf":[
                                                        {
                                                            "type":"string",
                                                            "pattern":"^[0-9]{4}[-](0[1-9]|1[0-2])[-](0[1-9]|[12][0-9]|3[01])[tT ]([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)([.][0-9]{1,6})?([zZ]|[+-][0-9][0-9]:[0-5][0-9])$",
                                                            "minLength":20,
                                                            "maxLength":32
                                                        },
                                                        {
                                                            "type":"null"
                                                        }
                                                    ]
                                                },
                                                "name":{
                                                    "description":"The name of the trail",
                                                    "type":"string",
                                                    "pattern":"^[A-Za-z][A-Za-z0-9]$",
                                                    "minLength":2,
                                                    "maxLength":2
                                                },
                                                "path":{
                                                    "description":"The path where trail data is stored",
                                                    "type":"string",
                                                    "minLength":1,
                                                    "maxLength":4096
                                                },
                                                "sequence":{
                                                    "description":"Trail file sequence number",
                                                    "type":"integer",
                                                    "minimum":0,
                                                    "maximum":999999999,
                                                    "default":0
                                                },
                                                "offset":{
                                                    "x-oneOf":[
                                                        {
                                                            "description":"Special value for BEGIN NOW",
                                                            "enum":[
                                                                -2
                                                            ]
                                                        },
                                                        {
                                                            "description":"Offset in trail sequence file",
                                                            "type":"integer",
                                                            "minimum":0,
                                                            "maximum":2147483647
                                                        }
                                                    ]
                                                },
                                                "sequenceLength":{
                                                    "description":"Number of digits in sequence file name",
                                                    "enum":[
                                                        6,
                                                        9
                                                    ]
                                                },
                                                "sequenceLengthFlip":{
                                                    "description":"Indicates sequence number length will change",
                                                    "type":"boolean"
                                                }
                                            },
                                            "required":[
                                                "timestamp",
                                                "name",
                                                "path",
                                                "sequence",
                                                "offset",
                                                "sequenceLength",
                                                "sequenceLengthFlip"
                                            ],
                                            "additionalProperties":false
                                        }
                                    },
                                    "required":[
                                        "current"
                                    ],
                                    "additionalProperties":false
                                },
                                "minItems":1,
                                "maxItems":128
                            }
                        },
                        "required":[
                            "input",
                            "output"
                        ],
                        "additionalProperties":false
                    },
                    "minItems":1,
                    "maxItems":100
                }
            },
            "additionalProperties":false
        },
        "ogg:versions":{
            "title":"Information about the operating system and database.",
            "required":[
                "build",
                "operatingSystem"
            ],
            "type":"object",
            "properties":{
                "$schema":{
                    "enum":[
                        "ogg:versions"
                    ]
                },
                "build":{
                    "description":"Oracle GoldenGate build information",
                    "type":"object",
                    "properties":{
                        "release":{
                            "description":"Oracle GoldenGate release number",
                            "type":"string",
                            "pattern":"^[1-9][0-9]([.][0-9]{1,3}){3}[.]([0-9]{1,3}|[0-9]{6})$",
                            "minLength":10,
                            "maxLength":21
                        },
                        "label":{
                            "description":"Oracle GoldenGate internal label",
                            "type":"string",
                            "minLength":1,
                            "maxLength":64
                        },
                        "targetOS":{
                            "description":"Target operating system",
                            "type":"string",
                            "minLength":1,
                            "maxLength":64
                        },
                        "targetArch":{
                            "description":"Target architecture",
                            "type":"string",
                            "minLength":1,
                            "maxLength":64
                        },
                        "targetDBMS":{
                            "description":"Target database",
                            "type":"string",
                            "minLength":1,
                            "maxLength":64
                        },
                        "targetDBMSVersion":{
                            "description":"Target database version",
                            "type":"string",
                            "minLength":1,
                            "maxLength":64
                        },
                        "buildDate":{
                            "description":"Date and time release was built",
                            "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
                        },
                        "optimized":{
                            "description":"Optimized build",
                            "type":"boolean"
                        }
                    },
                    "additionalProperties":false
                },
                "operatingSystem":{
                    "description":"Operating System version information",
                    "x-oneOf":[
                        {
                            "type":"object",
                            "properties":{
                                "name":{
                                    "type":"string",
                                    "minLength":1,
                                    "maxLength":1024
                                },
                                "versionMajor":{
                                    "description":"Major version",
                                    "type":"integer",
                                    "minimum":0,
                                    "maximum":99
                                },
                                "versionMinor":{
                                    "description":"Minor version",
                                    "type":"integer",
                                    "minimum":0,
                                    "maximum":99
                                },
                                "buildNumber":{
                                    "type":"integer",
                                    "minimum":0,
                                    "maximum":4.294967295E9
                                },
                                "servicePack":{
                                    "type":"string",
                                    "minLength":1,
                                    "maxLength":1024
                                }
                            },
                            "required":[
                                "name"
                            ],
                            "additionalProperties":false
                        },
                        {
                            "type":"object",
                            "properties":{
                                "name":{
                                    "type":"string",
                                    "minLength":1,
                                    "maxLength":1024
                                },
                                "version":{
                                    "type":"string",
                                    "minLength":1,
                                    "maxLength":1024
                                },
                                "release":{
                                    "type":"string",
                                    "minLength":1,
                                    "maxLength":1024
                                },
                                "node":{
                                    "type":"string",
                                    "minLength":1,
                                    "maxLength":1024
                                },
                                "machine":{
                                    "type":"string",
                                    "minLength":1,
                                    "maxLength":1024
                                }
                            },
                            "required":[
                                "name",
                                "version",
                                "release",
                                "node",
                                "machine"
                            ],
                            "additionalProperties":false
                        }
                    ]
                },
                "database":{
                    "description":"Database version information",
                    "type":"array",
                    "items":{
                        "type":"string",
                        "minLength":1,
                        "maxLength":4095
                    },
                    "minItems":1,
                    "maxItems":100
                }
            },
            "additionalProperties":false
        },
        "ogg:encryptRequest":{
            "title":"Oracle GoldenGate Encryption Request",
            "description":"This schema describes data to be AES encrypted",
            "required":[
                "data"
            ],
            "type":"object",
            "properties":{
                "$schema":{
                    "enum":[
                        "ogg:encryptRequest"
                    ]
                },
                "encoding":{
                    "description":"Encoding to use for encrypted data in response",
                    "enum":[
                        "legacy"
                    ],
                    "default":"legacy"
                },
                "data":{
                    "description":"Data to be encrypted",
                    "type":"string",
                    "minLength":1,
                    "maxLength":4096
                }
            },
            "additionalProperties":false
        },
        "ogg:collection":{
            "title":"Oracle GoldenGate Collection",
            "required":[
                "items"
            ],
            "type":"object",
            "properties":{
                "$schema":{
                    "enum":[
                        "ogg:collection"
                    ]
                },
                "items":{
                    "type":"array",
                    "items":{
                        "type":"object",
                        "properties":{
                            "$schema":{
                                "description":"Name of schema for collection item, defaults to this schema",
                                "type":"string",
                                "minLength":1,
                                "maxLength":255,
                                "default":"ogg:collectionItem"
                            },
                            "name":{
                                "description":"Item name",
                                "type":"string",
                                "minLength":1,
                                "maxLength":255
                            },
                            "links":{
                                "description":"Links for item",
                                "minItems":0,
                                "maxItems":16,
                                "type":"array",
                                "items":{
                                    "type":"object",
                                    "properties":{
                                        "$schema":{
                                            "enum":[
                                                "ogg:link"
                                            ]
                                        },
                                        "rel":{
                                            "description":"Relationship of href to the requested link",
                                            "enum":[
                                                "alternate",
                                                "canonical",
                                                "current",
                                                "describedby",
                                                "describes",
                                                "enclosure",
                                                "parent",
                                                "related",
                                                "self",
                                                "first",
                                                "last",
                                                "next",
                                                "previous"
                                            ]
                                        },
                                        "href":{
                                            "description":"An absolute URI for the link",
                                            "type":"string",
                                            "pattern":"^[a-zA-Z][a-zA-Z0-9+-.]*:[^ \\t]*$",
                                            "minLength":2,
                                            "maxLength":4095
                                        },
                                        "mediaType":{
                                            "description":"Media type - see RFC 4288 (https://tools.ietf.org/html/rfc4288)",
                                            "type":"string",
                                            "pattern":"^(text|application)/[a-zA-Z0-9!#$&.+-^_]+$",
                                            "minLength":6,
                                            "maxLength":255
                                        },
                                        "description":{
                                            "description":"A human-readable description that provides information and detail specific to this link.",
                                            "type":"string",
                                            "minLength":1,
                                            "maxLength":4095
                                        }
                                    },
                                    "required":[
                                        "rel",
                                        "href"
                                    ],
                                    "additionalProperties":false
                                }
                            }
                        },
                        "required":[
                            "name",
                            "links"
                        ],
                        "additionalProperties":true
                    },
                    "minItems":0,
                    "maxItems":32767
                }
            },
            "additionalProperties":false
        },
        "ogg:tablesHeartbeat":{
            "title":"Oracle GoldenGate Heartbeat Table",
            "type":"object",
            "properties":{
                "$schema":{
                    "enum":[
                        "ogg:tablesHeartbeat"
                    ]
                },
                "frequency":{
                    "description":"Interval, in seconds, at which the heartbeat table is updated.",
                    "type":"integer",
                    "default":60,
                    "minimum":0,
                    "maximum":7999
                },
                "retentionTime":{
                    "description":"Heartbeats older than this retention time (in days) will be deleted from the heartbeat table.",
                    "type":"integer",
                    "default":30,
                    "minimum":1,
                    "maximum":2147483646
                },
                "purgeFrequency":{
                    "description":"Interval, in days, at which the heartbeat history table is purged.",
                    "type":"integer",
                    "minimum":1,
                    "default":1,
                    "maximum":199
                },
                "partitioned":{
                    "description":"Whether the heartbeat history table is partitioned or not.",
                    "type":"boolean",
                    "default":false
                },
                "targetOnly":{
                    "description":"Boolean value to enable or disable supplemental logging and the scheduler job for updating heartbeat seed and heartbeat tables.",
                    "type":"boolean",
                    "default":false
                },
                "trackingExtractRestart":{
                    "description":"Whether current heartbeat table setup is tracking extract restart position or not.",
                    "type":"boolean",
                    "default":true
                },
                "upgrade":{
                    "description":"Boolean value to detect when to upgrade the heartbeat tables. ",
                    "type":"boolean",
                    "default":false
                }
            },
            "additionalProperties":false
        },
        "ogg:connection":{
            "title":"Oracle GoldenGate database connection",
            "required":[
                "credentials"
            ],
            "type":"object",
            "properties":{
                "$schema":{
                    "enum":[
                        "ogg:connection"
                    ]
                },
                "credentials":{
                    "description":"Credentials for database",
                    "type":"object",
                    "properties":{
                        "$schema":{
                            "enum":[
                                "ogg:credentialsRef"
                            ]
                        },
                        "domain":{
                            "type":"string",
                            "pattern":"^[a-zA-Z][a-zA-Z0-9_#$]*$",
                            "minLength":1,
                            "maxLength":30,
                            "default":"OracleGoldenGate"
                        },
                        "alias":{
                            "type":"string",
                            "pattern":"^[a-zA-Z][a-zA-Z0-9_#$]*$",
                            "minLength":1,
                            "maxLength":30
                        }
                    },
                    "additionalProperties":false
                }
            },
            "additionalProperties":false
        },
        "ogg:replicatCheckpoints":{
            "title":"Collection of all checkpoints for a replicat process",
            "required":[
                "current"
            ],
            "type":"object",
            "properties":{
                "$schema":{
                    "enum":[
                        "ogg:replicatCheckpoints"
                    ]
                },
                "current":{
                    "description":"Single checkpoint for an replicat process",
                    "type":"object",
                    "properties":{
                        "input":{
                            "description":"Checkpoint details for each input",
                            "type":"array",
                            "items":{
                                "description":"Checkpoint details for a single input",
                                "x-oneOf":[
                                    {
                                        "type":"object",
                                        "properties":{
                                            "starting":{
                                                "type":"object",
                                                "properties":{
                                                    "timestamp":{
                                                        "description":"Time the checkpoint was recorded",
                                                        "x-oneOf":[
                                                            {
                                                                "type":"string",
                                                                "pattern":"^[0-9]{4}[-](0[1-9]|1[0-2])[-](0[1-9]|[12][0-9]|3[01])[tT ]([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)([.][0-9]{1,6})?([zZ]|[+-][0-9][0-9]:[0-5][0-9])$",
                                                                "minLength":20,
                                                                "maxLength":32
                                                            },
                                                            {
                                                                "type":"null"
                                                            }
                                                        ]
                                                    },
                                                    "name":{
                                                        "description":"The name of the trail",
                                                        "type":"string",
                                                        "pattern":"^[A-Za-z][A-Za-z0-9]$",
                                                        "minLength":2,
                                                        "maxLength":2
                                                    },
                                                    "path":{
                                                        "description":"The path where trail data is stored",
                                                        "type":"string",
                                                        "minLength":1,
                                                        "maxLength":4096
                                                    },
                                                    "sequence":{
                                                        "description":"Trail file sequence number",
                                                        "type":"integer",
                                                        "minimum":0,
                                                        "maximum":999999999,
                                                        "default":0
                                                    },
                                                    "offset":{
                                                        "x-oneOf":[
                                                            {
                                                                "description":"Special value for BEGIN NOW",
                                                                "enum":[
                                                                    -2
                                                                ]
                                                            },
                                                            {
                                                                "description":"Offset in trail sequence file",
                                                                "type":"integer",
                                                                "minimum":0,
                                                                "maximum":2147483647
                                                            }
                                                        ]
                                                    },
                                                    "sequenceLength":{
                                                        "description":"Number of digits in sequence file name",
                                                        "enum":[
                                                            6,
                                                            9
                                                        ]
                                                    },
                                                    "sequenceLengthFlip":{
                                                        "description":"Indicates sequence number length will change",
                                                        "type":"boolean"
                                                    }
                                                },
                                                "required":[
                                                    "timestamp",
                                                    "name",
                                                    "path",
                                                    "sequence",
                                                    "offset",
                                                    "sequenceLength",
                                                    "sequenceLengthFlip"
                                                ],
                                                "additionalProperties":false
                                            },
                                            "current":{
                                                "type":"object",
                                                "properties":{
                                                    "timestamp":{
                                                        "description":"Time the checkpoint was recorded",
                                                        "x-oneOf":[
                                                            {
                                                                "type":"string",
                                                                "pattern":"^[0-9]{4}[-](0[1-9]|1[0-2])[-](0[1-9]|[12][0-9]|3[01])[tT ]([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)([.][0-9]{1,6})?([zZ]|[+-][0-9][0-9]:[0-5][0-9])$",
                                                                "minLength":20,
                                                                "maxLength":32
                                                            },
                                                            {
                                                                "type":"null"
                                                            }
                                                        ]
                                                    },
                                                    "name":{
                                                        "description":"The name of the trail",
                                                        "type":"string",
                                                        "pattern":"^[A-Za-z][A-Za-z0-9]$",
                                                        "minLength":2,
                                                        "maxLength":2
                                                    },
                                                    "path":{
                                                        "description":"The path where trail data is stored",
                                                        "type":"string",
                                                        "minLength":1,
                                                        "maxLength":4096
                                                    },
                                                    "sequence":{
                                                        "description":"Trail file sequence number",
                                                        "type":"integer",
                                                        "minimum":0,
                                                        "maximum":999999999,
                                                        "default":0
                                                    },
                                                    "offset":{
                                                        "x-oneOf":[
                                                            {
                                                                "description":"Special value for BEGIN NOW",
                                                                "enum":[
                                                                    -2
                                                                ]
                                                            },
                                                            {
                                                                "description":"Offset in trail sequence file",
                                                                "type":"integer",
                                                                "minimum":0,
                                                                "maximum":2147483647
                                                            }
                                                        ]
                                                    },
                                                    "sequenceLength":{
                                                        "description":"Number of digits in sequence file name",
                                                        "enum":[
                                                            6,
                                                            9
                                                        ]
                                                    },
                                                    "sequenceLengthFlip":{
                                                        "description":"Indicates sequence number length will change",
                                                        "type":"boolean"
                                                    }
                                                },
                                                "required":[
                                                    "timestamp",
                                                    "name",
                                                    "path",
                                                    "sequence",
                                                    "offset",
                                                    "sequenceLength",
                                                    "sequenceLengthFlip"
                                                ],
                                                "additionalProperties":false
                                            }
                                        },
                                        "required":[
                                            "starting",
                                            "current"
                                        ],
                                        "additionalProperties":false
                                    },
                                    {
                                        "type":"object",
                                        "properties":{
                                            "starting":{
                                                "type":"object",
                                                "properties":{
                                                    "timestamp":{
                                                        "description":"Time the checkpoint was recorded",
                                                        "x-oneOf":[
                                                            {
                                                                "type":"string",
                                                                "pattern":"^[0-9]{4}[-](0[1-9]|1[0-2])[-](0[1-9]|[12][0-9]|3[01])[tT ]([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)([.][0-9]{1,6})?([zZ]|[+-][0-9][0-9]:[0-5][0-9])$",
                                                                "minLength":20,
                                                                "maxLength":32
                                                            },
                                                            {
                                                                "type":"null"
                                                            }
                                                        ]
                                                    },
                                                    "name":{
                                                        "description":"The name of the file",
                                                        "type":"string",
                                                        "minLength":1,
                                                        "maxLength":4096
                                                    },
                                                    "offset":{
                                                        "description":"Offset in file",
                                                        "type":"integer",
                                                        "minimum":0,
                                                        "maximum":9.223372036854776E18
                                                    }
                                                },
                                                "required":[
                                                    "timestamp",
                                                    "name",
                                                    "offset"
                                                ],
                                                "additionalProperties":false
                                            },
                                            "current":{
                                                "type":"object",
                                                "properties":{
                                                    "timestamp":{
                                                        "description":"Time the checkpoint was recorded",
                                                        "x-oneOf":[
                                                            {
                                                                "type":"string",
                                                                "pattern":"^[0-9]{4}[-](0[1-9]|1[0-2])[-](0[1-9]|[12][0-9]|3[01])[tT ]([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)([.][0-9]{1,6})?([zZ]|[+-][0-9][0-9]:[0-5][0-9])$",
                                                                "minLength":20,
                                                                "maxLength":32
                                                            },
                                                            {
                                                                "type":"null"
                                                            }
                                                        ]
                                                    },
                                                    "name":{
                                                        "description":"The name of the file",
                                                        "type":"string",
                                                        "minLength":1,
                                                        "maxLength":4096
                                                    },
                                                    "offset":{
                                                        "description":"Offset in file",
                                                        "type":"integer",
                                                        "minimum":0,
                                                        "maximum":9.223372036854776E18
                                                    }
                                                },
                                                "required":[
                                                    "timestamp",
                                                    "name",
                                                    "offset"
                                                ],
                                                "additionalProperties":false
                                            }
                                        },
                                        "required":[
                                            "starting",
                                            "current"
                                        ],
                                        "additionalProperties":false
                                    },
                                    {
                                        "type":"object",
                                        "properties":{
                                            "starting":{
                                                "type":"object",
                                                "properties":{
                                                    "timestamp":{
                                                        "description":"Time the checkpoint was recorded",
                                                        "x-oneOf":[
                                                            {
                                                                "type":"string",
                                                                "pattern":"^[0-9]{4}[-](0[1-9]|1[0-2])[-](0[1-9]|[12][0-9]|3[01])[tT ]([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)([.][0-9]{1,6})?([zZ]|[+-][0-9][0-9]:[0-5][0-9])$",
                                                                "minLength":20,
                                                                "maxLength":32
                                                            },
                                                            {
                                                                "type":"null"
                                                            }
                                                        ]
                                                    },
                                                    "name":{
                                                        "description":"The name of the table",
                                                        "x-anyOf":[
                                                            {
                                                                "type":"string",
                                                                "pattern":"^([^.*?\"]{1,128}|[\"].{1,128}[\"])$",
                                                                "minLength":1,
                                                                "maxLength":130
                                                            },
                                                            {
                                                                "x-anyOf":[
                                                                    {
                                                                        "type":"string",
                                                                        "pattern":"^([^.*?\"]{1,128}|[\"].{1,128}[\"])[.]([^.*?\"]{1,128}|[\"].{1,128}[\"])$",
                                                                        "minLength":3,
                                                                        "maxLength":261
                                                                    },
                                                                    {
                                                                        "type":"string",
                                                                        "pattern":"^([^.*?\"]{1,128}|[\"].{1,128}[\"])[.]([^.*?\"]{1,128}|[\"].{1,128}[\"])[.]([^.*?\"]{1,128}|[\"].{1,128}[\"])$",
                                                                        "minLength":5,
                                                                        "maxLength":392
                                                                    }
                                                                ]
                                                            }
                                                        ]
                                                    },
                                                    "sequence":{
                                                        "description":"Record number from table",
                                                        "type":"integer",
                                                        "minimum":0,
                                                        "maximum":9.223372036854776E18
                                                    }
                                                },
                                                "required":[
                                                    "timestamp",
                                                    "name",
                                                    "sequence"
                                                ],
                                                "additionalProperties":false
                                            },
                                            "current":{
                                                "type":"object",
                                                "properties":{
                                                    "timestamp":{
                                                        "description":"Time the checkpoint was recorded",
                                                        "x-oneOf":[
                                                            {
                                                                "type":"string",
                                                                "pattern":"^[0-9]{4}[-](0[1-9]|1[0-2])[-](0[1-9]|[12][0-9]|3[01])[tT ]([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)([.][0-9]{1,6})?([zZ]|[+-][0-9][0-9]:[0-5][0-9])$",
                                                                "minLength":20,
                                                                "maxLength":32
                                                            },
                                                            {
                                                                "type":"null"
                                                            }
                                                        ]
                                                    },
                                                    "name":{
                                                        "description":"The name of the table",
                                                        "x-anyOf":[
                                                            {
                                                                "type":"string",
                                                                "pattern":"^([^.*?\"]{1,128}|[\"].{1,128}[\"])$",
                                                                "minLength":1,
                                                                "maxLength":130
                                                            },
                                                            {
                                                                "x-anyOf":[
                                                                    {
                                                                        "type":"string",
                                                                        "pattern":"^([^.*?\"]{1,128}|[\"].{1,128}[\"])[.]([^.*?\"]{1,128}|[\"].{1,128}[\"])$",
                                                                        "minLength":3,
                                                                        "maxLength":261
                                                                    },
                                                                    {
                                                                        "type":"string",
                                                                        "pattern":"^([^.*?\"]{1,128}|[\"].{1,128}[\"])[.]([^.*?\"]{1,128}|[\"].{1,128}[\"])[.]([^.*?\"]{1,128}|[\"].{1,128}[\"])$",
                                                                        "minLength":5,
                                                                        "maxLength":392
                                                                    }
                                                                ]
                                                            }
                                                        ]
                                                    },
                                                    "sequence":{
                                                        "description":"Record number from table",
                                                        "type":"integer",
                                                        "minimum":0,
                                                        "maximum":9.223372036854776E18
                                                    }
                                                },
                                                "required":[
                                                    "timestamp",
                                                    "name",
                                                    "sequence"
                                                ],
                                                "additionalProperties":false
                                            }
                                        },
                                        "required":[
                                            "starting",
                                            "current"
                                        ],
                                        "additionalProperties":false
                                    },
                                    {
                                        "type":"object",
                                        "properties":{
                                            "starting":{
                                                "type":"object",
                                                "properties":{
                                                    "timestamp":{
                                                        "description":"Time the checkpoint was recorded",
                                                        "x-oneOf":[
                                                            {
                                                                "type":"string",
                                                                "pattern":"^[0-9]{4}[-](0[1-9]|1[0-2])[-](0[1-9]|[12][0-9]|3[01])[tT ]([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)([.][0-9]{1,6})?([zZ]|[+-][0-9][0-9]:[0-5][0-9])$",
                                                                "minLength":20,
                                                                "maxLength":32
                                                            },
                                                            {
                                                                "type":"null"
                                                            }
                                                        ]
                                                    },
                                                    "csn":{
                                                        "x-oneOf":[
                                                            {
                                                                "x-oneOf":[
                                                                    {
                                                                        "description":"Normal format",
                                                                        "type":"integer",
                                                                        "minimum":0,
                                                                        "maximum":9.223372036854776E18
                                                                    },
                                                                    {
                                                                        "description":"Alternate format",
                                                                        "type":"string",
                                                                        "pattern":"[0-9]+[.][0-9]+",
                                                                        "minLength":3,
                                                                        "maxLength":64
                                                                    }
                                                                ]
                                                            },
                                                            {
                                                                "type":"null"
                                                            }
                                                        ]
                                                    },
                                                    "thread":{
                                                        "description":"Integrated capture thread number",
                                                        "type":"integer",
                                                        "minimum":0,
                                                        "maximum":4.294967295E9
                                                    },
                                                    "sequence":{
                                                        "description":"Archive log sequence",
                                                        "type":"integer",
                                                        "minimum":0,
                                                        "maximum":4.294967295E9
                                                    },
                                                    "offset":{
                                                        "description":"Archive log offset",
                                                        "type":"integer",
                                                        "minimum":0,
                                                        "maximum":2147483647
                                                    },
                                                    "name":{
                                                        "description":"The name of the archive log",
                                                        "x-oneOf":[
                                                            {
                                                                "type":"string",
                                                                "minLength":1,
                                                                "maxLength":4096
                                                            },
                                                            {
                                                                "type":"null"
                                                            }
                                                        ]
                                                    }
                                                },
                                                "required":[
                                                    "timestamp",
                                                    "csn",
                                                    "thread",
                                                    "sequence",
                                                    "offset",
                                                    "name"
                                                ],
                                                "additionalProperties":false
                                            },
                                            "current":{
                                                "type":"object",
                                                "properties":{
                                                    "timestamp":{
                                                        "description":"Time the checkpoint was recorded",
                                                        "x-oneOf":[
                                                            {
                                                                "type":"string",
                                                                "pattern":"^[0-9]{4}[-](0[1-9]|1[0-2])[-](0[1-9]|[12][0-9]|3[01])[tT ]([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)([.][0-9]{1,6})?([zZ]|[+-][0-9][0-9]:[0-5][0-9])$",
                                                                "minLength":20,
                                                                "maxLength":32
                                                            },
                                                            {
                                                                "type":"null"
                                                            }
                                                        ]
                                                    },
                                                    "csn":{
                                                        "x-oneOf":[
                                                            {
                                                                "x-oneOf":[
                                                                    {
                                                                        "description":"Normal format",
                                                                        "type":"integer",
                                                                        "minimum":0,
                                                                        "maximum":9.223372036854776E18
                                                                    },
                                                                    {
                                                                        "description":"Alternate format",
                                                                        "type":"string",
                                                                        "pattern":"[0-9]+[.][0-9]+",
                                                                        "minLength":3,
                                                                        "maxLength":64
                                                                    }
                                                                ]
                                                            },
                                                            {
                                                                "type":"null"
                                                            }
                                                        ]
                                                    },
                                                    "thread":{
                                                        "description":"Integrated capture thread number",
                                                        "type":"integer",
                                                        "minimum":0,
                                                        "maximum":4.294967295E9
                                                    },
                                                    "sequence":{
                                                        "description":"Archive log sequence",
                                                        "type":"integer",
                                                        "minimum":0,
                                                        "maximum":4.294967295E9
                                                    },
                                                    "offset":{
                                                        "description":"Archive log offset",
                                                        "type":"integer",
                                                        "minimum":0,
                                                        "maximum":2147483647
                                                    },
                                                    "name":{
                                                        "description":"The name of the archive log",
                                                        "x-oneOf":[
                                                            {
                                                                "type":"string",
                                                                "minLength":1,
                                                                "maxLength":4096
                                                            },
                                                            {
                                                                "type":"null"
                                                            }
                                                        ]
                                                    }
                                                },
                                                "required":[
                                                    "timestamp",
                                                    "csn",
                                                    "thread",
                                                    "sequence",
                                                    "offset",
                                                    "name"
                                                ],
                                                "additionalProperties":false
                                            },
                                            "recovery":{
                                                "type":"object",
                                                "properties":{
                                                    "timestamp":{
                                                        "description":"Time the checkpoint was recorded",
                                                        "x-oneOf":[
                                                            {
                                                                "type":"string",
                                                                "pattern":"^[0-9]{4}[-](0[1-9]|1[0-2])[-](0[1-9]|[12][0-9]|3[01])[tT ]([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)([.][0-9]{1,6})?([zZ]|[+-][0-9][0-9]:[0-5][0-9])$",
                                                                "minLength":20,
                                                                "maxLength":32
                                                            },
                                                            {
                                                                "type":"null"
                                                            }
                                                        ]
                                                    },
                                                    "csn":{
                                                        "x-oneOf":[
                                                            {
                                                                "x-oneOf":[
                                                                    {
                                                                        "description":"Normal format",
                                                                        "type":"integer",
                                                                        "minimum":0,
                                                                        "maximum":9.223372036854776E18
                                                                    },
                                                                    {
                                                                        "description":"Alternate format",
                                                                        "type":"string",
                                                                        "pattern":"[0-9]+[.][0-9]+",
                                                                        "minLength":3,
                                                                        "maxLength":64
                                                                    }
                                                                ]
                                                            },
                                                            {
                                                                "type":"null"
                                                            }
                                                        ]
                                                    },
                                                    "thread":{
                                                        "description":"Integrated capture thread number",
                                                        "type":"integer",
                                                        "minimum":0,
                                                        "maximum":4.294967295E9
                                                    },
                                                    "sequence":{
                                                        "description":"Archive log sequence",
                                                        "type":"integer",
                                                        "minimum":0,
                                                        "maximum":4.294967295E9
                                                    },
                                                    "offset":{
                                                        "description":"Archive log offset",
                                                        "type":"integer",
                                                        "minimum":0,
                                                        "maximum":2147483647
                                                    },
                                                    "name":{
                                                        "description":"The name of the archive log",
                                                        "x-oneOf":[
                                                            {
                                                                "type":"string",
                                                                "minLength":1,
                                                                "maxLength":4096
                                                            },
                                                            {
                                                                "type":"null"
                                                            }
                                                        ]
                                                    }
                                                },
                                                "required":[
                                                    "timestamp",
                                                    "csn",
                                                    "thread",
                                                    "sequence",
                                                    "offset",
                                                    "name"
                                                ],
                                                "additionalProperties":false
                                            },
                                            "boundedRecoveryBegin":{
                                                "type":"object",
                                                "properties":{
                                                    "timestamp":{
                                                        "description":"Time the checkpoint was recorded",
                                                        "x-oneOf":[
                                                            {
                                                                "type":"string",
                                                                "pattern":"^[0-9]{4}[-](0[1-9]|1[0-2])[-](0[1-9]|[12][0-9]|3[01])[tT ]([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)([.][0-9]{1,6})?([zZ]|[+-][0-9][0-9]:[0-5][0-9])$",
                                                                "minLength":20,
                                                                "maxLength":32
                                                            },
                                                            {
                                                                "type":"null"
                                                            }
                                                        ]
                                                    },
                                                    "csn":{
                                                        "x-oneOf":[
                                                            {
                                                                "x-oneOf":[
                                                                    {
                                                                        "description":"Normal format",
                                                                        "type":"integer",
                                                                        "minimum":0,
                                                                        "maximum":9.223372036854776E18
                                                                    },
                                                                    {
                                                                        "description":"Alternate format",
                                                                        "type":"string",
                                                                        "pattern":"[0-9]+[.][0-9]+",
                                                                        "minLength":3,
                                                                        "maxLength":64
                                                                    }
                                                                ]
                                                            },
                                                            {
                                                                "type":"null"
                                                            }
                                                        ]
                                                    },
                                                    "thread":{
                                                        "description":"Integrated capture thread number",
                                                        "type":"integer",
                                                        "minimum":0,
                                                        "maximum":4.294967295E9
                                                    },
                                                    "sequence":{
                                                        "description":"Archive log sequence",
                                                        "type":"integer",
                                                        "minimum":0,
                                                        "maximum":4.294967295E9
                                                    },
                                                    "offset":{
                                                        "description":"Archive log offset",
                                                        "type":"integer",
                                                        "minimum":0,
                                                        "maximum":2147483647
                                                    },
                                                    "name":{
                                                        "description":"The name of the archive log",
                                                        "x-oneOf":[
                                                            {
                                                                "type":"string",
                                                                "minLength":1,
                                                                "maxLength":4096
                                                            },
                                                            {
                                                                "type":"null"
                                                            }
                                                        ]
                                                    }
                                                },
                                                "required":[
                                                    "timestamp",
                                                    "csn",
                                                    "thread",
                                                    "sequence",
                                                    "offset",
                                                    "name"
                                                ],
                                                "additionalProperties":false
                                            },
                                            "boundedRecoveryPrevious":{
                                                "type":"object",
                                                "properties":{
                                                    "timestamp":{
                                                        "description":"Time the checkpoint was recorded",
                                                        "x-oneOf":[
                                                            {
                                                                "type":"string",
                                                                "pattern":"^[0-9]{4}[-](0[1-9]|1[0-2])[-](0[1-9]|[12][0-9]|3[01])[tT ]([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)([.][0-9]{1,6})?([zZ]|[+-][0-9][0-9]:[0-5][0-9])$",
                                                                "minLength":20,
                                                                "maxLength":32
                                                            },
                                                            {
                                                                "type":"null"
                                                            }
                                                        ]
                                                    },
                                                    "csn":{
                                                        "x-oneOf":[
                                                            {
                                                                "x-oneOf":[
                                                                    {
                                                                        "description":"Normal format",
                                                                        "type":"integer",
                                                                        "minimum":0,
                                                                        "maximum":9.223372036854776E18
                                                                    },
                                                                    {
                                                                        "description":"Alternate format",
                                                                        "type":"string",
                                                                        "pattern":"[0-9]+[.][0-9]+",
                                                                        "minLength":3,
                                                                        "maxLength":64
                                                                    }
                                                                ]
                                                            },
                                                            {
                                                                "type":"null"
                                                            }
                                                        ]
                                                    },
                                                    "thread":{
                                                        "description":"Integrated capture thread number",
                                                        "type":"integer",
                                                        "minimum":0,
                                                        "maximum":4.294967295E9
                                                    },
                                                    "sequence":{
                                                        "description":"Archive log sequence",
                                                        "type":"integer",
                                                        "minimum":0,
                                                        "maximum":4.294967295E9
                                                    },
                                                    "offset":{
                                                        "description":"Archive log offset",
                                                        "type":"integer",
                                                        "minimum":0,
                                                        "maximum":2147483647
                                                    },
                                                    "name":{
                                                        "description":"The name of the archive log",
                                                        "x-oneOf":[
                                                            {
                                                                "type":"string",
                                                                "minLength":1,
                                                                "maxLength":4096
                                                            },
                                                            {
                                                                "type":"null"
                                                            }
                                                        ]
                                                    }
                                                },
                                                "required":[
                                                    "timestamp",
                                                    "csn",
                                                    "thread",
                                                    "sequence",
                                                    "offset",
                                                    "name"
                                                ],
                                                "additionalProperties":false
                                            },
                                            "boundedRecoveryEnd":{
                                                "type":"object",
                                                "properties":{
                                                    "timestamp":{
                                                        "description":"Time the checkpoint was recorded",
                                                        "x-oneOf":[
                                                            {
                                                                "type":"string",
                                                                "pattern":"^[0-9]{4}[-](0[1-9]|1[0-2])[-](0[1-9]|[12][0-9]|3[01])[tT ]([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)([.][0-9]{1,6})?([zZ]|[+-][0-9][0-9]:[0-5][0-9])$",
                                                                "minLength":20,
                                                                "maxLength":32
                                                            },
                                                            {
                                                                "type":"null"
                                                            }
                                                        ]
                                                    },
                                                    "csn":{
                                                        "x-oneOf":[
                                                            {
                                                                "x-oneOf":[
                                                                    {
                                                                        "description":"Normal format",
                                                                        "type":"integer",
                                                                        "minimum":0,
                                                                        "maximum":9.223372036854776E18
                                                                    },
                                                                    {
                                                                        "description":"Alternate format",
                                                                        "type":"string",
                                                                        "pattern":"[0-9]+[.][0-9]+",
                                                                        "minLength":3,
                                                                        "maxLength":64
                                                                    }
                                                                ]
                                                            },
                                                            {
                                                                "type":"null"
                                                            }
                                                        ]
                                                    },
                                                    "thread":{
                                                        "description":"Integrated capture thread number",
                                                        "type":"integer",
                                                        "minimum":0,
                                                        "maximum":4.294967295E9
                                                    },
                                                    "sequence":{
                                                        "description":"Archive log sequence",
                                                        "type":"integer",
                                                        "minimum":0,
                                                        "maximum":4.294967295E9
                                                    },
                                                    "offset":{
                                                        "description":"Archive log offset",
                                                        "type":"integer",
                                                        "minimum":0,
                                                        "maximum":2147483647
                                                    },
                                                    "name":{
                                                        "description":"The name of the archive log",
                                                        "x-oneOf":[
                                                            {
                                                                "type":"string",
                                                                "minLength":1,
                                                                "maxLength":4096
                                                            },
                                                            {
                                                                "type":"null"
                                                            }
                                                        ]
                                                    }
                                                },
                                                "required":[
                                                    "timestamp",
                                                    "csn",
                                                    "thread",
                                                    "sequence",
                                                    "offset",
                                                    "name"
                                                ],
                                                "additionalProperties":false
                                            }
                                        },
                                        "required":[
                                            "starting",
                                            "current",
                                            "recovery"
                                        ],
                                        "additionalProperties":false
                                    }
                                ]
                            },
                            "minItems":1,
                            "maxItems":128
                        }
                    },
                    "additionalProperties":false
                },
                "history":{
                    "type":"array",
                    "items":{
                        "description":"Single checkpoint for an replicat process",
                        "type":"object",
                        "properties":{
                            "input":{
                                "description":"Checkpoint details for each input",
                                "type":"array",
                                "items":{
                                    "description":"Checkpoint details for a single input",
                                    "x-oneOf":[
                                        {
                                            "type":"object",
                                            "properties":{
                                                "starting":{
                                                    "type":"object",
                                                    "properties":{
                                                        "timestamp":{
                                                            "description":"Time the checkpoint was recorded",
                                                            "x-oneOf":[
                                                                {
                                                                    "type":"string",
                                                                    "pattern":"^[0-9]{4}[-](0[1-9]|1[0-2])[-](0[1-9]|[12][0-9]|3[01])[tT ]([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)([.][0-9]{1,6})?([zZ]|[+-][0-9][0-9]:[0-5][0-9])$",
                                                                    "minLength":20,
                                                                    "maxLength":32
                                                                },
                                                                {
                                                                    "type":"null"
                                                                }
                                                            ]
                                                        },
                                                        "name":{
                                                            "description":"The name of the trail",
                                                            "type":"string",
                                                            "pattern":"^[A-Za-z][A-Za-z0-9]$",
                                                            "minLength":2,
                                                            "maxLength":2
                                                        },
                                                        "path":{
                                                            "description":"The path where trail data is stored",
                                                            "type":"string",
                                                            "minLength":1,
                                                            "maxLength":4096
                                                        },
                                                        "sequence":{
                                                            "description":"Trail file sequence number",
                                                            "type":"integer",
                                                            "minimum":0,
                                                            "maximum":999999999,
                                                            "default":0
                                                        },
                                                        "offset":{
                                                            "x-oneOf":[
                                                                {
                                                                    "description":"Special value for BEGIN NOW",
                                                                    "enum":[
                                                                        -2
                                                                    ]
                                                                },
                                                                {
                                                                    "description":"Offset in trail sequence file",
                                                                    "type":"integer",
                                                                    "minimum":0,
                                                                    "maximum":2147483647
                                                                }
                                                            ]
                                                        },
                                                        "sequenceLength":{
                                                            "description":"Number of digits in sequence file name",
                                                            "enum":[
                                                                6,
                                                                9
                                                            ]
                                                        },
                                                        "sequenceLengthFlip":{
                                                            "description":"Indicates sequence number length will change",
                                                            "type":"boolean"
                                                        }
                                                    },
                                                    "required":[
                                                        "timestamp",
                                                        "name",
                                                        "path",
                                                        "sequence",
                                                        "offset",
                                                        "sequenceLength",
                                                        "sequenceLengthFlip"
                                                    ],
                                                    "additionalProperties":false
                                                },
                                                "current":{
                                                    "type":"object",
                                                    "properties":{
                                                        "timestamp":{
                                                            "description":"Time the checkpoint was recorded",
                                                            "x-oneOf":[
                                                                {
                                                                    "type":"string",
                                                                    "pattern":"^[0-9]{4}[-](0[1-9]|1[0-2])[-](0[1-9]|[12][0-9]|3[01])[tT ]([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)([.][0-9]{1,6})?([zZ]|[+-][0-9][0-9]:[0-5][0-9])$",
                                                                    "minLength":20,
                                                                    "maxLength":32
                                                                },
                                                                {
                                                                    "type":"null"
                                                                }
                                                            ]
                                                        },
                                                        "name":{
                                                            "description":"The name of the trail",
                                                            "type":"string",
                                                            "pattern":"^[A-Za-z][A-Za-z0-9]$",
                                                            "minLength":2,
                                                            "maxLength":2
                                                        },
                                                        "path":{
                                                            "description":"The path where trail data is stored",
                                                            "type":"string",
                                                            "minLength":1,
                                                            "maxLength":4096
                                                        },
                                                        "sequence":{
                                                            "description":"Trail file sequence number",
                                                            "type":"integer",
                                                            "minimum":0,
                                                            "maximum":999999999,
                                                            "default":0
                                                        },
                                                        "offset":{
                                                            "x-oneOf":[
                                                                {
                                                                    "description":"Special value for BEGIN NOW",
                                                                    "enum":[
                                                                        -2
                                                                    ]
                                                                },
                                                                {
                                                                    "description":"Offset in trail sequence file",
                                                                    "type":"integer",
                                                                    "minimum":0,
                                                                    "maximum":2147483647
                                                                }
                                                            ]
                                                        },
                                                        "sequenceLength":{
                                                            "description":"Number of digits in sequence file name",
                                                            "enum":[
                                                                6,
                                                                9
                                                            ]
                                                        },
                                                        "sequenceLengthFlip":{
                                                            "description":"Indicates sequence number length will change",
                                                            "type":"boolean"
                                                        }
                                                    },
                                                    "required":[
                                                        "timestamp",
                                                        "name",
                                                        "path",
                                                        "sequence",
                                                        "offset",
                                                        "sequenceLength",
                                                        "sequenceLengthFlip"
                                                    ],
                                                    "additionalProperties":false
                                                }
                                            },
                                            "required":[
                                                "starting",
                                                "current"
                                            ],
                                            "additionalProperties":false
                                        },
                                        {
                                            "type":"object",
                                            "properties":{
                                                "starting":{
                                                    "type":"object",
                                                    "properties":{
                                                        "timestamp":{
                                                            "description":"Time the checkpoint was recorded",
                                                            "x-oneOf":[
                                                                {
                                                                    "type":"string",
                                                                    "pattern":"^[0-9]{4}[-](0[1-9]|1[0-2])[-](0[1-9]|[12][0-9]|3[01])[tT ]([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)([.][0-9]{1,6})?([zZ]|[+-][0-9][0-9]:[0-5][0-9])$",
                                                                    "minLength":20,
                                                                    "maxLength":32
                                                                },
                                                                {
                                                                    "type":"null"
                                                                }
                                                            ]
                                                        },
                                                        "name":{
                                                            "description":"The name of the file",
                                                            "type":"string",
                                                            "minLength":1,
                                                            "maxLength":4096
                                                        },
                                                        "offset":{
                                                            "description":"Offset in file",
                                                            "type":"integer",
                                                            "minimum":0,
                                                            "maximum":9.223372036854776E18
                                                        }
                                                    },
                                                    "required":[
                                                        "timestamp",
                                                        "name",
                                                        "offset"
                                                    ],
                                                    "additionalProperties":false
                                                },
                                                "current":{
                                                    "type":"object",
                                                    "properties":{
                                                        "timestamp":{
                                                            "description":"Time the checkpoint was recorded",
                                                            "x-oneOf":[
                                                                {
                                                                    "type":"string",
                                                                    "pattern":"^[0-9]{4}[-](0[1-9]|1[0-2])[-](0[1-9]|[12][0-9]|3[01])[tT ]([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)([.][0-9]{1,6})?([zZ]|[+-][0-9][0-9]:[0-5][0-9])$",
                                                                    "minLength":20,
                                                                    "maxLength":32
                                                                },
                                                                {
                                                                    "type":"null"
                                                                }
                                                            ]
                                                        },
                                                        "name":{
                                                            "description":"The name of the file",
                                                            "type":"string",
                                                            "minLength":1,
                                                            "maxLength":4096
                                                        },
                                                        "offset":{
                                                            "description":"Offset in file",
                                                            "type":"integer",
                                                            "minimum":0,
                                                            "maximum":9.223372036854776E18
                                                        }
                                                    },
                                                    "required":[
                                                        "timestamp",
                                                        "name",
                                                        "offset"
                                                    ],
                                                    "additionalProperties":false
                                                }
                                            },
                                            "required":[
                                                "starting",
                                                "current"
                                            ],
                                            "additionalProperties":false
                                        },
                                        {
                                            "type":"object",
                                            "properties":{
                                                "starting":{
                                                    "type":"object",
                                                    "properties":{
                                                        "timestamp":{
                                                            "description":"Time the checkpoint was recorded",
                                                            "x-oneOf":[
                                                                {
                                                                    "type":"string",
                                                                    "pattern":"^[0-9]{4}[-](0[1-9]|1[0-2])[-](0[1-9]|[12][0-9]|3[01])[tT ]([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)([.][0-9]{1,6})?([zZ]|[+-][0-9][0-9]:[0-5][0-9])$",
                                                                    "minLength":20,
                                                                    "maxLength":32
                                                                },
                                                                {
                                                                    "type":"null"
                                                                }
                                                            ]
                                                        },
                                                        "name":{
                                                            "description":"The name of the table",
                                                            "x-anyOf":[
                                                                {
                                                                    "type":"string",
                                                                    "pattern":"^([^.*?\"]{1,128}|[\"].{1,128}[\"])$",
                                                                    "minLength":1,
                                                                    "maxLength":130
                                                                },
                                                                {
                                                                    "x-anyOf":[
                                                                        {
                                                                            "type":"string",
                                                                            "pattern":"^([^.*?\"]{1,128}|[\"].{1,128}[\"])[.]([^.*?\"]{1,128}|[\"].{1,128}[\"])$",
                                                                            "minLength":3,
                                                                            "maxLength":261
                                                                        },
                                                                        {
                                                                            "type":"string",
                                                                            "pattern":"^([^.*?\"]{1,128}|[\"].{1,128}[\"])[.]([^.*?\"]{1,128}|[\"].{1,128}[\"])[.]([^.*?\"]{1,128}|[\"].{1,128}[\"])$",
                                                                            "minLength":5,
                                                                            "maxLength":392
                                                                        }
                                                                    ]
                                                                }
                                                            ]
                                                        },
                                                        "sequence":{
                                                            "description":"Record number from table",
                                                            "type":"integer",
                                                            "minimum":0,
                                                            "maximum":9.223372036854776E18
                                                        }
                                                    },
                                                    "required":[
                                                        "timestamp",
                                                        "name",
                                                        "sequence"
                                                    ],
                                                    "additionalProperties":false
                                                },
                                                "current":{
                                                    "type":"object",
                                                    "properties":{
                                                        "timestamp":{
                                                            "description":"Time the checkpoint was recorded",
                                                            "x-oneOf":[
                                                                {
                                                                    "type":"string",
                                                                    "pattern":"^[0-9]{4}[-](0[1-9]|1[0-2])[-](0[1-9]|[12][0-9]|3[01])[tT ]([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)([.][0-9]{1,6})?([zZ]|[+-][0-9][0-9]:[0-5][0-9])$",
                                                                    "minLength":20,
                                                                    "maxLength":32
                                                                },
                                                                {
                                                                    "type":"null"
                                                                }
                                                            ]
                                                        },
                                                        "name":{
                                                            "description":"The name of the table",
                                                            "x-anyOf":[
                                                                {
                                                                    "type":"string",
                                                                    "pattern":"^([^.*?\"]{1,128}|[\"].{1,128}[\"])$",
                                                                    "minLength":1,
                                                                    "maxLength":130
                                                                },
                                                                {
                                                                    "x-anyOf":[
                                                                        {
                                                                            "type":"string",
                                                                            "pattern":"^([^.*?\"]{1,128}|[\"].{1,128}[\"])[.]([^.*?\"]{1,128}|[\"].{1,128}[\"])$",
                                                                            "minLength":3,
                                                                            "maxLength":261
                                                                        },
                                                                        {
                                                                            "type":"string",
                                                                            "pattern":"^([^.*?\"]{1,128}|[\"].{1,128}[\"])[.]([^.*?\"]{1,128}|[\"].{1,128}[\"])[.]([^.*?\"]{1,128}|[\"].{1,128}[\"])$",
                                                                            "minLength":5,
                                                                            "maxLength":392
                                                                        }
                                                                    ]
                                                                }
                                                            ]
                                                        },
                                                        "sequence":{
                                                            "description":"Record number from table",
                                                            "type":"integer",
                                                            "minimum":0,
                                                            "maximum":9.223372036854776E18
                                                        }
                                                    },
                                                    "required":[
                                                        "timestamp",
                                                        "name",
                                                        "sequence"
                                                    ],
                                                    "additionalProperties":false
                                                }
                                            },
                                            "required":[
                                                "starting",
                                                "current"
                                            ],
                                            "additionalProperties":false
                                        },
                                        {
                                            "type":"object",
                                            "properties":{
                                                "starting":{
                                                    "type":"object",
                                                    "properties":{
                                                        "timestamp":{
                                                            "description":"Time the checkpoint was recorded",
                                                            "x-oneOf":[
                                                                {
                                                                    "type":"string",
                                                                    "pattern":"^[0-9]{4}[-](0[1-9]|1[0-2])[-](0[1-9]|[12][0-9]|3[01])[tT ]([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)([.][0-9]{1,6})?([zZ]|[+-][0-9][0-9]:[0-5][0-9])$",
                                                                    "minLength":20,
                                                                    "maxLength":32
                                                                },
                                                                {
                                                                    "type":"null"
                                                                }
                                                            ]
                                                        },
                                                        "csn":{
                                                            "x-oneOf":[
                                                                {
                                                                    "x-oneOf":[
                                                                        {
                                                                            "description":"Normal format",
                                                                            "type":"integer",
                                                                            "minimum":0,
                                                                            "maximum":9.223372036854776E18
                                                                        },
                                                                        {
                                                                            "description":"Alternate format",
                                                                            "type":"string",
                                                                            "pattern":"[0-9]+[.][0-9]+",
                                                                            "minLength":3,
                                                                            "maxLength":64
                                                                        }
                                                                    ]
                                                                },
                                                                {
                                                                    "type":"null"
                                                                }
                                                            ]
                                                        },
                                                        "thread":{
                                                            "description":"Integrated capture thread number",
                                                            "type":"integer",
                                                            "minimum":0,
                                                            "maximum":4.294967295E9
                                                        },
                                                        "sequence":{
                                                            "description":"Archive log sequence",
                                                            "type":"integer",
                                                            "minimum":0,
                                                            "maximum":4.294967295E9
                                                        },
                                                        "offset":{
                                                            "description":"Archive log offset",
                                                            "type":"integer",
                                                            "minimum":0,
                                                            "maximum":2147483647
                                                        },
                                                        "name":{
                                                            "description":"The name of the archive log",
                                                            "x-oneOf":[
                                                                {
                                                                    "type":"string",
                                                                    "minLength":1,
                                                                    "maxLength":4096
                                                                },
                                                                {
                                                                    "type":"null"
                                                                }
                                                            ]
                                                        }
                                                    },
                                                    "required":[
                                                        "timestamp",
                                                        "csn",
                                                        "thread",
                                                        "sequence",
                                                        "offset",
                                                        "name"
                                                    ],
                                                    "additionalProperties":false
                                                },
                                                "current":{
                                                    "type":"object",
                                                    "properties":{
                                                        "timestamp":{
                                                            "description":"Time the checkpoint was recorded",
                                                            "x-oneOf":[
                                                                {
                                                                    "type":"string",
                                                                    "pattern":"^[0-9]{4}[-](0[1-9]|1[0-2])[-](0[1-9]|[12][0-9]|3[01])[tT ]([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)([.][0-9]{1,6})?([zZ]|[+-][0-9][0-9]:[0-5][0-9])$",
                                                                    "minLength":20,
                                                                    "maxLength":32
                                                                },
                                                                {
                                                                    "type":"null"
                                                                }
                                                            ]
                                                        },
                                                        "csn":{
                                                            "x-oneOf":[
                                                                {
                                                                    "x-oneOf":[
                                                                        {
                                                                            "description":"Normal format",
                                                                            "type":"integer",
                                                                            "minimum":0,
                                                                            "maximum":9.223372036854776E18
                                                                        },
                                                                        {
                                                                            "description":"Alternate format",
                                                                            "type":"string",
                                                                            "pattern":"[0-9]+[.][0-9]+",
                                                                            "minLength":3,
                                                                            "maxLength":64
                                                                        }
                                                                    ]
                                                                },
                                                                {
                                                                    "type":"null"
                                                                }
                                                            ]
                                                        },
                                                        "thread":{
                                                            "description":"Integrated capture thread number",
                                                            "type":"integer",
                                                            "minimum":0,
                                                            "maximum":4.294967295E9
                                                        },
                                                        "sequence":{
                                                            "description":"Archive log sequence",
                                                            "type":"integer",
                                                            "minimum":0,
                                                            "maximum":4.294967295E9
                                                        },
                                                        "offset":{
                                                            "description":"Archive log offset",
                                                            "type":"integer",
                                                            "minimum":0,
                                                            "maximum":2147483647
                                                        },
                                                        "name":{
                                                            "description":"The name of the archive log",
                                                            "x-oneOf":[
                                                                {
                                                                    "type":"string",
                                                                    "minLength":1,
                                                                    "maxLength":4096
                                                                },
                                                                {
                                                                    "type":"null"
                                                                }
                                                            ]
                                                        }
                                                    },
                                                    "required":[
                                                        "timestamp",
                                                        "csn",
                                                        "thread",
                                                        "sequence",
                                                        "offset",
                                                        "name"
                                                    ],
                                                    "additionalProperties":false
                                                },
                                                "recovery":{
                                                    "type":"object",
                                                    "properties":{
                                                        "timestamp":{
                                                            "description":"Time the checkpoint was recorded",
                                                            "x-oneOf":[
                                                                {
                                                                    "type":"string",
                                                                    "pattern":"^[0-9]{4}[-](0[1-9]|1[0-2])[-](0[1-9]|[12][0-9]|3[01])[tT ]([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)([.][0-9]{1,6})?([zZ]|[+-][0-9][0-9]:[0-5][0-9])$",
                                                                    "minLength":20,
                                                                    "maxLength":32
                                                                },
                                                                {
                                                                    "type":"null"
                                                                }
                                                            ]
                                                        },
                                                        "csn":{
                                                            "x-oneOf":[
                                                                {
                                                                    "x-oneOf":[
                                                                        {
                                                                            "description":"Normal format",
                                                                            "type":"integer",
                                                                            "minimum":0,
                                                                            "maximum":9.223372036854776E18
                                                                        },
                                                                        {
                                                                            "description":"Alternate format",
                                                                            "type":"string",
                                                                            "pattern":"[0-9]+[.][0-9]+",
                                                                            "minLength":3,
                                                                            "maxLength":64
                                                                        }
                                                                    ]
                                                                },
                                                                {
                                                                    "type":"null"
                                                                }
                                                            ]
                                                        },
                                                        "thread":{
                                                            "description":"Integrated capture thread number",
                                                            "type":"integer",
                                                            "minimum":0,
                                                            "maximum":4.294967295E9
                                                        },
                                                        "sequence":{
                                                            "description":"Archive log sequence",
                                                            "type":"integer",
                                                            "minimum":0,
                                                            "maximum":4.294967295E9
                                                        },
                                                        "offset":{
                                                            "description":"Archive log offset",
                                                            "type":"integer",
                                                            "minimum":0,
                                                            "maximum":2147483647
                                                        },
                                                        "name":{
                                                            "description":"The name of the archive log",
                                                            "x-oneOf":[
                                                                {
                                                                    "type":"string",
                                                                    "minLength":1,
                                                                    "maxLength":4096
                                                                },
                                                                {
                                                                    "type":"null"
                                                                }
                                                            ]
                                                        }
                                                    },
                                                    "required":[
                                                        "timestamp",
                                                        "csn",
                                                        "thread",
                                                        "sequence",
                                                        "offset",
                                                        "name"
                                                    ],
                                                    "additionalProperties":false
                                                },
                                                "boundedRecoveryBegin":{
                                                    "type":"object",
                                                    "properties":{
                                                        "timestamp":{
                                                            "description":"Time the checkpoint was recorded",
                                                            "x-oneOf":[
                                                                {
                                                                    "type":"string",
                                                                    "pattern":"^[0-9]{4}[-](0[1-9]|1[0-2])[-](0[1-9]|[12][0-9]|3[01])[tT ]([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)([.][0-9]{1,6})?([zZ]|[+-][0-9][0-9]:[0-5][0-9])$",
                                                                    "minLength":20,
                                                                    "maxLength":32
                                                                },
                                                                {
                                                                    "type":"null"
                                                                }
                                                            ]
                                                        },
                                                        "csn":{
                                                            "x-oneOf":[
                                                                {
                                                                    "x-oneOf":[
                                                                        {
                                                                            "description":"Normal format",
                                                                            "type":"integer",
                                                                            "minimum":0,
                                                                            "maximum":9.223372036854776E18
                                                                        },
                                                                        {
                                                                            "description":"Alternate format",
                                                                            "type":"string",
                                                                            "pattern":"[0-9]+[.][0-9]+",
                                                                            "minLength":3,
                                                                            "maxLength":64
                                                                        }
                                                                    ]
                                                                },
                                                                {
                                                                    "type":"null"
                                                                }
                                                            ]
                                                        },
                                                        "thread":{
                                                            "description":"Integrated capture thread number",
                                                            "type":"integer",
                                                            "minimum":0,
                                                            "maximum":4.294967295E9
                                                        },
                                                        "sequence":{
                                                            "description":"Archive log sequence",
                                                            "type":"integer",
                                                            "minimum":0,
                                                            "maximum":4.294967295E9
                                                        },
                                                        "offset":{
                                                            "description":"Archive log offset",
                                                            "type":"integer",
                                                            "minimum":0,
                                                            "maximum":2147483647
                                                        },
                                                        "name":{
                                                            "description":"The name of the archive log",
                                                            "x-oneOf":[
                                                                {
                                                                    "type":"string",
                                                                    "minLength":1,
                                                                    "maxLength":4096
                                                                },
                                                                {
                                                                    "type":"null"
                                                                }
                                                            ]
                                                        }
                                                    },
                                                    "required":[
                                                        "timestamp",
                                                        "csn",
                                                        "thread",
                                                        "sequence",
                                                        "offset",
                                                        "name"
                                                    ],
                                                    "additionalProperties":false
                                                },
                                                "boundedRecoveryPrevious":{
                                                    "type":"object",
                                                    "properties":{
                                                        "timestamp":{
                                                            "description":"Time the checkpoint was recorded",
                                                            "x-oneOf":[
                                                                {
                                                                    "type":"string",
                                                                    "pattern":"^[0-9]{4}[-](0[1-9]|1[0-2])[-](0[1-9]|[12][0-9]|3[01])[tT ]([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)([.][0-9]{1,6})?([zZ]|[+-][0-9][0-9]:[0-5][0-9])$",
                                                                    "minLength":20,
                                                                    "maxLength":32
                                                                },
                                                                {
                                                                    "type":"null"
                                                                }
                                                            ]
                                                        },
                                                        "csn":{
                                                            "x-oneOf":[
                                                                {
                                                                    "x-oneOf":[
                                                                        {
                                                                            "description":"Normal format",
                                                                            "type":"integer",
                                                                            "minimum":0,
                                                                            "maximum":9.223372036854776E18
                                                                        },
                                                                        {
                                                                            "description":"Alternate format",
                                                                            "type":"string",
                                                                            "pattern":"[0-9]+[.][0-9]+",
                                                                            "minLength":3,
                                                                            "maxLength":64
                                                                        }
                                                                    ]
                                                                },
                                                                {
                                                                    "type":"null"
                                                                }
                                                            ]
                                                        },
                                                        "thread":{
                                                            "description":"Integrated capture thread number",
                                                            "type":"integer",
                                                            "minimum":0,
                                                            "maximum":4.294967295E9
                                                        },
                                                        "sequence":{
                                                            "description":"Archive log sequence",
                                                            "type":"integer",
                                                            "minimum":0,
                                                            "maximum":4.294967295E9
                                                        },
                                                        "offset":{
                                                            "description":"Archive log offset",
                                                            "type":"integer",
                                                            "minimum":0,
                                                            "maximum":2147483647
                                                        },
                                                        "name":{
                                                            "description":"The name of the archive log",
                                                            "x-oneOf":[
                                                                {
                                                                    "type":"string",
                                                                    "minLength":1,
                                                                    "maxLength":4096
                                                                },
                                                                {
                                                                    "type":"null"
                                                                }
                                                            ]
                                                        }
                                                    },
                                                    "required":[
                                                        "timestamp",
                                                        "csn",
                                                        "thread",
                                                        "sequence",
                                                        "offset",
                                                        "name"
                                                    ],
                                                    "additionalProperties":false
                                                },
                                                "boundedRecoveryEnd":{
                                                    "type":"object",
                                                    "properties":{
                                                        "timestamp":{
                                                            "description":"Time the checkpoint was recorded",
                                                            "x-oneOf":[
                                                                {
                                                                    "type":"string",
                                                                    "pattern":"^[0-9]{4}[-](0[1-9]|1[0-2])[-](0[1-9]|[12][0-9]|3[01])[tT ]([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)([.][0-9]{1,6})?([zZ]|[+-][0-9][0-9]:[0-5][0-9])$",
                                                                    "minLength":20,
                                                                    "maxLength":32
                                                                },
                                                                {
                                                                    "type":"null"
                                                                }
                                                            ]
                                                        },
                                                        "csn":{
                                                            "x-oneOf":[
                                                                {
                                                                    "x-oneOf":[
                                                                        {
                                                                            "description":"Normal format",
                                                                            "type":"integer",
                                                                            "minimum":0,
                                                                            "maximum":9.223372036854776E18
                                                                        },
                                                                        {
                                                                            "description":"Alternate format",
                                                                            "type":"string",
                                                                            "pattern":"[0-9]+[.][0-9]+",
                                                                            "minLength":3,
                                                                            "maxLength":64
                                                                        }
                                                                    ]
                                                                },
                                                                {
                                                                    "type":"null"
                                                                }
                                                            ]
                                                        },
                                                        "thread":{
                                                            "description":"Integrated capture thread number",
                                                            "type":"integer",
                                                            "minimum":0,
                                                            "maximum":4.294967295E9
                                                        },
                                                        "sequence":{
                                                            "description":"Archive log sequence",
                                                            "type":"integer",
                                                            "minimum":0,
                                                            "maximum":4.294967295E9
                                                        },
                                                        "offset":{
                                                            "description":"Archive log offset",
                                                            "type":"integer",
                                                            "minimum":0,
                                                            "maximum":2147483647
                                                        },
                                                        "name":{
                                                            "description":"The name of the archive log",
                                                            "x-oneOf":[
                                                                {
                                                                    "type":"string",
                                                                    "minLength":1,
                                                                    "maxLength":4096
                                                                },
                                                                {
                                                                    "type":"null"
                                                                }
                                                            ]
                                                        }
                                                    },
                                                    "required":[
                                                        "timestamp",
                                                        "csn",
                                                        "thread",
                                                        "sequence",
                                                        "offset",
                                                        "name"
                                                    ],
                                                    "additionalProperties":false
                                                }
                                            },
                                            "required":[
                                                "starting",
                                                "current",
                                                "recovery"
                                            ],
                                            "additionalProperties":false
                                        }
                                    ]
                                },
                                "minItems":1,
                                "maxItems":128
                            }
                        },
                        "required":[
                            "input"
                        ],
                        "additionalProperties":false
                    },
                    "minItems":1,
                    "maxItems":100
                }
            },
            "additionalProperties":false
        },
        "ogg:activeTransactions":{
            "title":"Oracle GoldenGate Database Active Transaction Details",
            "required":[
                "currentScn"
            ],
            "type":"object",
            "properties":{
                "$schema":{
                    "enum":[
                        "ogg:activeTransactions"
                    ]
                },
                "currentScn":{
                    "description":"Current database SCN details",
                    "type":"object",
                    "properties":{
                        "csn":{
                            "description":"Transaction start SCN",
                            "x-oneOf":[
                                {
                                    "description":"Normal format",
                                    "type":"integer",
                                    "minimum":0,
                                    "maximum":9.223372036854776E18
                                },
                                {
                                    "description":"Alternate format",
                                    "type":"string",
                                    "pattern":"[0-9]+[.][0-9]+",
                                    "minLength":3,
                                    "maxLength":64
                                }
                            ]
                        },
                        "currentDate":{
                            "description":"Start time of the transaction",
                            "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
                        },
                        "userName":{
                            "description":"Database username",
                            "type":"string",
                            "minLength":1,
                            "maxLength":4096
                        }
                    },
                    "additionalProperties":false
                },
                "activeTransactions":{
                    "description":"List of all active transactions",
                    "type":"array",
                    "items":{
                        "type":"object",
                        "properties":{
                            "sessionStatus":{
                                "description":"Status of transaction or a session",
                                "enum":[
                                    "ACTIVE",
                                    "IDLE",
                                    "INACTIVE",
                                    "KILLED",
                                    "CACHED",
                                    "SNIPED"
                                ]
                            },
                            "txnStartDate":{
                                "description":"Start time of the transaction",
                                "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
                            },
                            "userName":{
                                "description":"Oracle username",
                                "type":"string",
                                "minLength":1,
                                "maxLength":4096
                            },
                            "txnStatus":{
                                "description":"Status of transaction or a session",
                                "enum":[
                                    "ACTIVE",
                                    "IDLE",
                                    "INACTIVE",
                                    "KILLED",
                                    "CACHED",
                                    "SNIPED"
                                ]
                            },
                            "logonTime":{
                                "description":"Time of logon to the session",
                                "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
                            },
                            "serialNum":{
                                "description":"Session Serial Number",
                                "type":"integer",
                                "minimum":0,
                                "maximum":4.294967295E9
                            },
                            "txnStartScn":{
                                "description":"Transaction start SCN",
                                "x-oneOf":[
                                    {
                                        "description":"Normal format",
                                        "type":"integer",
                                        "minimum":0,
                                        "maximum":9.223372036854776E18
                                    },
                                    {
                                        "description":"Alternate format",
                                        "type":"string",
                                        "pattern":"[0-9]+[.][0-9]+",
                                        "minLength":3,
                                        "maxLength":64
                                    }
                                ]
                            },
                            "osUser":{
                                "description":"Operating System client username",
                                "type":"string",
                                "minLength":1,
                                "maxLength":30
                            },
                            "instanceId":{
                                "description":"Instance identifier",
                                "type":"integer",
                                "minimum":0,
                                "maximum":4.294967295E9
                            },
                            "sid":{
                                "description":"Session identifier",
                                "type":"integer",
                                "minimum":0,
                                "maximum":4.294967295E9
                            }
                        },
                        "required":[
                            "txnStartScn",
                            "txnStatus",
                            "txnStartDate",
                            "sid",
                            "serialNum",
                            "instanceId",
                            "userName",
                            "osUser",
                            "sessionStatus",
                            "logonTime"
                        ],
                        "additionalProperties":false
                    },
                    "minItems":0,
                    "maxItems":32767
                }
            },
            "additionalProperties":false
        },
        "ogg:trandataTable":{
            "x-oneOf":[
                {
                    "type":"object",
                    "properties":{
                        "$schema":{
                            "enum":[
                                "ogg:trandataTable"
                            ]
                        },
                        "operation":{
                            "enum":[
                                "add"
                            ]
                        },
                        "tableName":{
                            "description":"Qualified table name where any name component may contain wildcard characters",
                            "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
                                }
                            ]
                        },
                        "primaryKey":{
                            "type":"boolean",
                            "default":true
                        },
                        "schedulingColumns":{
                            "type":"boolean",
                            "default":true
                        },
                        "allColumns":{
                            "type":"boolean",
                            "default":false
                        },
                        "prepareCsnMode":{
                            "enum":[
                                "nowait",
                                "wait",
                                "lock",
                                "none"
                            ],
                            "default":"nowait"
                        },
                        "columns":{
                            "type":"array",
                            "items":{
                                "type":"string",
                                "pattern":"^([^.*?\"]{1,128}|[\"].{1,128}[\"])$",
                                "minLength":1,
                                "maxLength":130
                            },
                            "minItems":1,
                            "maxItems":8192
                        }
                    },
                    "required":[
                        "operation",
                        "tableName"
                    ],
                    "additionalProperties":false
                },
                {
                    "type":"object",
                    "properties":{
                        "$schema":{
                            "enum":[
                                "ogg:trandataTable"
                            ]
                        },
                        "operation":{
                            "enum":[
                                "delete"
                            ]
                        },
                        "tableName":{
                            "description":"Qualified table name where any name component may contain wildcard characters",
                            "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
                                }
                            ]
                        },
                        "schedulingColumns":{
                            "type":"boolean",
                            "default":true
                        },
                        "allColumns":{
                            "type":"boolean",
                            "default":false
                        }
                    },
                    "required":[
                        "operation",
                        "tableName"
                    ],
                    "additionalProperties":false
                },
                {
                    "type":"object",
                    "properties":{
                        "$schema":{
                            "enum":[
                                "ogg:trandataTable"
                            ]
                        },
                        "operation":{
                            "enum":[
                                "info",
                                "checkSupport"
                            ]
                        },
                        "tableName":{
                            "description":"Qualified table name where the table name component may contain wildcard characters",
                            "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
                                }
                            ]
                        }
                    },
                    "required":[
                        "operation",
                        "tableName"
                    ],
                    "additionalProperties":false
                }
            ],
            "title":"Manage Supplemental Logging for Database Tables",
            "type":"object"
        },
        "ogg:trandataSchemaResponse":{
            "x-oneOf":[
                {
                    "type":"object",
                    "properties":{
                        "$schema":{
                            "enum":[
                                "ogg:trandataSchemaResponse"
                            ]
                        },
                        "type":{
                            "enum":[
                                "info"
                            ]
                        },
                        "schemas":{
                            "type":"array",
                            "items":{
                                "type":"object",
                                "properties":{
                                    "schemaName":{
                                        "type":"string",
                                        "pattern":"^([^.*?\"]{1,128}|[\"].{1,128}[\"])$",
                                        "minLength":1,
                                        "maxLength":130
                                    },
                                    "enabled":{
                                        "description":"True if supplemental logging for this schema is enabled",
                                        "type":"boolean"
                                    },
                                    "nonvalidatedKeysSupported":{
                                        "description":"Indicates if non validated and not valid primary keys are supported by the source database",
                                        "type":"boolean"
                                    },
                                    "nonvalidatedKeysAllowed":{
                                        "description":"Indicates if non validated and not valid primary keys are included in the supplemental logging",
                                        "type":"boolean"
                                    },
                                    "schedulingColumns":{
                                        "description":"True if supplemental logging of primary key, foreign key and unique key columns are enabled",
                                        "type":"boolean"
                                    },
                                    "allColumns":{
                                        "description":"True if supplemental logging for all columns is enabled",
                                        "type":"boolean"
                                    },
                                    "numPreparedTables":{
                                        "description":"Number of prepared tables for this schema",
                                        "type":"integer",
                                        "minimum":0,
                                        "maximum":65535
                                    }
                                },
                                "required":[
                                    "schemaName",
                                    "enabled",
                                    "nonvalidatedKeysAllowed",
                                    "schedulingColumns",
                                    "allColumns",
                                    "numPreparedTables"
                                ],
                                "additionalProperties":false
                            },
                            "minItems":1,
                            "maxItems":65535
                        }
                    },
                    "required":[
                        "type",
                        "schemas"
                    ],
                    "additionalProperties":false
                },
                {
                    "type":"object",
                    "properties":{
                        "$schema":{
                            "enum":[
                                "ogg:trandataSchemaResponse"
                            ]
                        },
                        "type":{
                            "enum":[
                                "support"
                            ]
                        },
                        "tables":{
                            "type":"array",
                            "items":{
                                "type":"object",
                                "properties":{
                                    "$schema":{
                                        "enum":[
                                            "ogg:trandataTableSupport"
                                        ]
                                    },
                                    "schemaName":{
                                        "description":"Schema name for table",
                                        "x-anyOf":[
                                            {
                                                "type":"string",
                                                "pattern":"^([^.*?\"]{1,128}|[\"].{1,128}[\"])$",
                                                "minLength":1,
                                                "maxLength":130
                                            },
                                            {
                                                "type":"string",
                                                "pattern":"^([^.*?\"]{1,128}|[\"].{1,128}[\"])[.]([^.*?\"]{1,128}|[\"].{1,128}[\"])$",
                                                "minLength":3,
                                                "maxLength":261
                                            }
                                        ]
                                    },
                                    "tableName":{
                                        "description":"Table name",
                                        "type":"string",
                                        "pattern":"^([^.*?\"]{1,128}|[\"].{1,128}[\"])$",
                                        "minLength":1,
                                        "maxLength":130
                                    },
                                    "details":{
                                        "type":"array",
                                        "items":{
                                            "x-oneOf":[
                                                {
                                                    "description":"Oracle Goldengate does not support system or referential partitioned table {0}.{1}.",
                                                    "enum":[
                                                        "unsupportedPartitionTable"
                                                    ]
                                                },
                                                {
                                                    "description":"Oracle Goldengate does not support temporal table {0}.{1}.",
                                                    "enum":[
                                                        "unsupportedTemporalTable"
                                                    ]
                                                },
                                                {
                                                    "description":"Oracle Goldengate does not support table {0}.{1} due to presence of identity column.",
                                                    "enum":[
                                                        "unsupportedTableWithIdentityCol"
                                                    ]
                                                },
                                                {
                                                    "description":"Oracle Goldengate requires supplemental logging on PLSQL to be enabled to support table {0}.{1}.",
                                                    "enum":[
                                                        "tableRequiresPlsqlLogging"
                                                    ]
                                                },
                                                {
                                                    "description":"Oracle Goldengate does not support replication on table {0}.{1}.",
                                                    "enum":[
                                                        "unsupportTable"
                                                    ]
                                                },
                                                {
                                                    "description":"Oracle Goldengate does not support native capture on table {0}.{1}.",
                                                    "enum":[
                                                        "partialSupportTable"
                                                    ]
                                                },
                                                {
                                                    "description":"Table {0}.{1} requires fetch, and Oracle Goldengate has limit of 4GB on any fetched column.",
                                                    "enum":[
                                                        "fetchSizeLimit"
                                                    ]
                                                },
                                                {
                                                    "description":"Oracle Goldengate marked following column as key columns on table {0}.{1}: ",
                                                    "enum":[
                                                        "oggKeycolList"
                                                    ]
                                                },
                                                {
                                                    "description":"No unique key is defined for table {0}.",
                                                    "enum":[
                                                        "noUniqueKeyDefined"
                                                    ]
                                                },
                                                {
                                                    "description":"No viable unique key is defined for table {0}.",
                                                    "enum":[
                                                        "noViableUniqueKey"
                                                    ]
                                                },
                                                {
                                                    "description":"Unique key {0} for table {1} cannot be used due to the inclusion of virtual columns, or user-defined datatypes, or extended long varchar columns, or function-based index columns.",
                                                    "enum":[
                                                        "disqualifiedUniqueKey"
                                                    ]
                                                },
                                                {
                                                    "description":"This table has object column(s). If that column contains any lob or xml type attribute, the maximum fetch size is limited on those attributes to what's specifed by LOBBUFSIZE or XMLBUFSIZE parameter.",
                                                    "enum":[
                                                        "fetchObjectColLobxml"
                                                    ]
                                                },
                                                {
                                                    "description":"Oracle Goldengate support native capture on table {0}.{1}.",
                                                    "enum":[
                                                        "tableFullSupport"
                                                    ]
                                                },
                                                {
                                                    "description":"Table {0} does not have any scalar column.",
                                                    "enum":[
                                                        "tableWithoutScalarColumn"
                                                    ]
                                                },
                                                {
                                                    "description":"Table {0} is an object table.",
                                                    "enum":[
                                                        "tableIsObjectype"
                                                    ]
                                                },
                                                {
                                                    "description":"Table {0} is an XMLTYPE table.",
                                                    "enum":[
                                                        "tableIsXmltype"
                                                    ]
                                                },
                                                {
                                                    "description":"Table {0} is an index organized table.",
                                                    "enum":[
                                                        "tableIsIot"
                                                    ]
                                                },
                                                {
                                                    "description":"Table {0} is a cluster table.",
                                                    "enum":[
                                                        "tableIsCluster"
                                                    ]
                                                }
                                            ]
                                        },
                                        "minItems":0,
                                        "maxItems":16
                                    },
                                    "columns":{
                                        "type":"array",
                                        "items":{
                                            "description":"Description of a table column",
                                            "type":"object",
                                            "properties":{
                                                "name":{
                                                    "description":"Column name in table",
                                                    "type":"string",
                                                    "pattern":"^([^.*?\"]{1,128}|[\"].{1,128}[\"])$",
                                                    "minLength":1,
                                                    "maxLength":130
                                                },
                                                "type":{
                                                    "description":"Column data type",
                                                    "type":"string",
                                                    "minLength":1,
                                                    "maxLength":255
                                                }
                                            },
                                            "required":[
                                                "name"
                                            ],
                                            "additionalProperties":false
                                        },
                                        "minItems":1,
                                        "maxItems":8192
                                    },
                                    "disqualifiedUniqueKey":{
                                        "type":"array",
                                        "items":{
                                            "type":"string",
                                            "pattern":"^([^.*?\"]{1,128}|[\"].{1,128}[\"])$",
                                            "minLength":1,
                                            "maxLength":130
                                        },
                                        "minItems":1,
                                        "maxItems":8192
                                    },
                                    "oggKeycolList":{
                                        "type":"array",
                                        "items":{
                                            "type":"string",
                                            "pattern":"^([^.*?\"]{1,128}|[\"].{1,128}[\"])$",
                                            "minLength":1,
                                            "maxLength":130
                                        },
                                        "minItems":1,
                                        "maxItems":8192
                                    }
                                },
                                "required":[
                                    "schemaName",
                                    "tableName",
                                    "details"
                                ],
                                "additionalProperties":false
                            },
                            "minItems":1,
                            "maxItems":65535
                        }
                    },
                    "required":[
                        "type"
                    ],
                    "additionalProperties":false
                }
            ],
            "title":"Manage Supplemental Logging for Database Schema",
            "type":"object"
        },
        "ogg:taskHistory":{
            "title":"Oracle GoldenGate Task History",
            "required":[
                "history"
            ],
            "type":"object",
            "properties":{
                "$schema":{
                    "enum":[
                        "ogg:taskHistory"
                    ]
                },
                "history":{
                    "type":"array",
                    "items":{
                        "type":"object",
                        "properties":{
                            "$schema":{
                                "enum":[
                                    "ogg:taskStatus"
                                ]
                            },
                            "started":{
                                "description":"Time that task started",
                                "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
                            },
                            "finished":{
                                "description":"Time that task finished",
                                "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
                            },
                            "processId":{
                                "description":"Process identifier for task command",
                                "type":"integer",
                                "minimum":1,
                                "maximum":4.294967295E9
                            },
                            "exitCode":{
                                "description":"Exit code for finished task",
                                "type":"integer",
                                "minimum":0,
                                "maximum":255
                            },
                            "status":{
                                "description":"Current task status or status when finished",
                                "enum":[
                                    "starting",
                                    "running",
                                    "stopped",
                                    "killed",
                                    "abended"
                                ]
                            },
                            "killedManually":{
                                "description":"Flag indicates if process was killed manually",
                                "type":"boolean",
                                "default":false
                            },
                            "output":{
                                "x-oneOf":[
                                    {
                                        "enum":[
                                            "none"
                                        ]
                                    },
                                    {
                                        "type":"object",
                                        "properties":{
                                            "$schema":{
                                                "enum":[
                                                    "ogg:link"
                                                ]
                                            },
                                            "rel":{
                                                "description":"Relationship of href to the requested link",
                                                "enum":[
                                                    "alternate",
                                                    "canonical",
                                                    "current",
                                                    "describedby",
                                                    "describes",
                                                    "enclosure",
                                                    "parent",
                                                    "related",
                                                    "self",
                                                    "first",
                                                    "last",
                                                    "next",
                                                    "previous"
                                                ]
                                            },
                                            "href":{
                                                "description":"An absolute URI for the link",
                                                "type":"string",
                                                "pattern":"^[a-zA-Z][a-zA-Z0-9+-.]*:[^ \\t]*$",
                                                "minLength":2,
                                                "maxLength":4095
                                            },
                                            "mediaType":{
                                                "description":"Media type - see RFC 4288 (https://tools.ietf.org/html/rfc4288)",
                                                "type":"string",
                                                "pattern":"^(text|application)/[a-zA-Z0-9!#$&.+-^_]+$",
                                                "minLength":6,
                                                "maxLength":255
                                            },
                                            "description":{
                                                "description":"A human-readable description that provides information and detail specific to this link.",
                                                "type":"string",
                                                "minLength":1,
                                                "maxLength":4095
                                            }
                                        },
                                        "required":[
                                            "rel",
                                            "href"
                                        ],
                                        "additionalProperties":false
                                    },
                                    {
                                        "type":"object",
                                        "properties":{
                                            "$schema":{
                                                "enum":[
                                                    "ogg:commandResult"
                                                ]
                                            },
                                            "items":{
                                                "type":"array",
                                                "items":{
                                                    "x-oneOf":[
                                                        {
                                                            "type":"object",
                                                            "properties":{
                                                                "processType":{
                                                                    "enum":[
                                                                        "extract",
                                                                        "replicat",
                                                                        "ER"
                                                                    ],
                                                                    "default":"ER"
                                                                },
                                                                "processName":{
                                                                    "type":"string",
                                                                    "pattern":"^[A-Z_$][A-Z0-9_$]*$",
                                                                    "minLength":1,
                                                                    "maxLength":8
                                                                },
                                                                "severity":{
                                                                    "enum":[
                                                                        "info",
                                                                        "critical"
                                                                    ]
                                                                },
                                                                "result":{
                                                                    "x-oneOf":[
                                                                        {
                                                                            "description":"Report on Processes",
                                                                            "enum":[
                                                                                "up",
                                                                                "down"
                                                                            ]
                                                                        },
                                                                        {
                                                                            "description":"Report on Process Lag",
                                                                            "type":"object",
                                                                            "properties":{
                                                                                "lag":{
                                                                                    "description":"Process lag in H:MM:SS.mmm format",
                                                                                    "type":"string",
                                                                                    "minLength":11,
                                                                                    "maxLength":13
                                                                                },
                                                                                "lagSeconds":{
                                                                                    "description":"Process lag in seconds",
                                                                                    "type":"number"
                                                                                },
                                                                                "lastCheckpoint":{
                                                                                    "description":"Time since last checkpoint in H:MM:SS.mmm format",
                                                                                    "type":"string",
                                                                                    "minLength":11,
                                                                                    "maxLength":13
                                                                                },
                                                                                "lastCheckpointSeconds":{
                                                                                    "description":"Time since last checkpoint in seconds",
                                                                                    "type":"number"
                                                                                }
                                                                            },
                                                                            "required":[
                                                                                "lag",
                                                                                "lagSeconds",
                                                                                "lastCheckpoint",
                                                                                "lastCheckpointSeconds"
                                                                            ],
                                                                            "additionalProperties":false
                                                                        }
                                                                    ]
                                                                }
                                                            },
                                                            "required":[
                                                                "processType",
                                                                "processName",
                                                                "severity"
                                                            ],
                                                            "additionalProperties":false
                                                        },
                                                        {
                                                            "type":"object",
                                                            "properties":{
                                                                "processName":{
                                                                    "x-oneOf":[
                                                                        {
                                                                            "type":"string",
                                                                            "pattern":"^[A-Z_$][A-Z0-9_$]*$",
                                                                            "minLength":1,
                                                                            "maxLength":8
                                                                        },
                                                                        {
                                                                            "enum":[
                                                                                "Monitor Agent"
                                                                            ]
                                                                        }
                                                                    ]
                                                                },
                                                                "processId":{
                                                                    "description":"Process identifier for task command",
                                                                    "type":"integer",
                                                                    "minimum":1,
                                                                    "maximum":4.294967295E9
                                                                }
                                                            },
                                                            "required":[
                                                                "processId"
                                                            ],
                                                            "additionalProperties":false
                                                        }
                                                    ]
                                                },
                                                "minItems":0,
                                                "maxItems":1024
                                            },
                                            "messages":{
                                                "type":"array",
                                                "items":{
                                                    "type":"object",
                                                    "properties":{
                                                        "$schema":{
                                                            "enum":[
                                                                "ogg:message"
                                                            ]
                                                        },
                                                        "type":{
                                                            "description":"An absolute URI [RFC3986] to a page that describes the info, warning or error type.",
                                                            "type":"string",
                                                            "pattern":"^[a-zA-Z][a-zA-Z0-9+-.]*:[^ \\t]*$",
                                                            "minLength":2,
                                                            "maxLength":4095
                                                        },
                                                        "title":{
                                                            "description":"A human-readable description that provides information and detail specific to this occurence of the information, warning or error.",
                                                            "type":"string",
                                                            "minLength":1,
                                                            "maxLength":4095
                                                        },
                                                        "code":{
                                                            "description":"The Oracle GoldenGate message code",
                                                            "type":"string",
                                                            "pattern":"^OGG[-][0-9]{5}$",
                                                            "minLength":9,
                                                            "maxLength":9
                                                        },
                                                        "severity":{
                                                            "description":"The severity of the message",
                                                            "enum":[
                                                                "INFO",
                                                                "WARNING",
                                                                "ERROR"
                                                            ]
                                                        },
                                                        "issued":{
                                                            "description":"The date and time that the message was issued",
                                                            "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
                                                        }
                                                    },
                                                    "required":[
                                                        "type",
                                                        "title",
                                                        "code",
                                                        "severity",
                                                        "issued"
                                                    ],
                                                    "additionalProperties":false
                                                },
                                                "minItems":0,
                                                "maxItems":1024
                                            },
                                            "versions":{
                                                "type":"object",
                                                "properties":{
                                                    "$schema":{
                                                        "enum":[
                                                            "ogg:versions"
                                                        ]
                                                    },
                                                    "build":{
                                                        "description":"Oracle GoldenGate build information",
                                                        "type":"object",
                                                        "properties":{
                                                            "release":{
                                                                "description":"Oracle GoldenGate release number",
                                                                "type":"string",
                                                                "pattern":"^[1-9][0-9]([.][0-9]{1,3}){3}[.]([0-9]{1,3}|[0-9]{6})$",
                                                                "minLength":10,
                                                                "maxLength":21
                                                            },
                                                            "label":{
                                                                "description":"Oracle GoldenGate internal label",
                                                                "type":"string",
                                                                "minLength":1,
                                                                "maxLength":64
                                                            },
                                                            "targetOS":{
                                                                "description":"Target operating system",
                                                                "type":"string",
                                                                "minLength":1,
                                                                "maxLength":64
                                                            },
                                                            "targetArch":{
                                                                "description":"Target architecture",
                                                                "type":"string",
                                                                "minLength":1,
                                                                "maxLength":64
                                                            },
                                                            "targetDBMS":{
                                                                "description":"Target database",
                                                                "type":"string",
                                                                "minLength":1,
                                                                "maxLength":64
                                                            },
                                                            "targetDBMSVersion":{
                                                                "description":"Target database version",
                                                                "type":"string",
                                                                "minLength":1,
                                                                "maxLength":64
                                                            },
                                                            "buildDate":{
                                                                "description":"Date and time release was built",
                                                                "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
                                                            },
                                                            "optimized":{
                                                                "description":"Optimized build",
                                                                "type":"boolean"
                                                            }
                                                        },
                                                        "required":[
                                                            "release",
                                                            "label",
                                                            "targetOS",
                                                            "targetArch",
                                                            "targetDBMS",
                                                            "targetDBMSVersion",
                                                            "optimized",
                                                            "buildDate"
                                                        ],
                                                        "additionalProperties":false
                                                    },
                                                    "operatingSystem":{
                                                        "description":"Operating System version information",
                                                        "x-oneOf":[
                                                            {
                                                                "type":"object",
                                                                "properties":{
                                                                    "name":{
                                                                        "type":"string",
                                                                        "minLength":1,
                                                                        "maxLength":1024
                                                                    },
                                                                    "versionMajor":{
                                                                        "description":"Major version",
                                                                        "type":"integer",
                                                                        "minimum":0,
                                                                        "maximum":99
                                                                    },
                                                                    "versionMinor":{
                                                                        "description":"Minor version",
                                                                        "type":"integer",
                                                                        "minimum":0,
                                                                        "maximum":99
                                                                    },
                                                                    "buildNumber":{
                                                                        "type":"integer",
                                                                        "minimum":0,
                                                                        "maximum":4.294967295E9
                                                                    },
                                                                    "servicePack":{
                                                                        "type":"string",
                                                                        "minLength":1,
                                                                        "maxLength":1024
                                                                    }
                                                                },
                                                                "required":[
                                                                    "name"
                                                                ],
                                                                "additionalProperties":false
                                                            },
                                                            {
                                                                "type":"object",
                                                                "properties":{
                                                                    "name":{
                                                                        "type":"string",
                                                                        "minLength":1,
                                                                        "maxLength":1024
                                                                    },
                                                                    "version":{
                                                                        "type":"string",
                                                                        "minLength":1,
                                                                        "maxLength":1024
                                                                    },
                                                                    "release":{
                                                                        "type":"string",
                                                                        "minLength":1,
                                                                        "maxLength":1024
                                                                    },
                                                                    "node":{
                                                                        "type":"string",
                                                                        "minLength":1,
                                                                        "maxLength":1024
                                                                    },
                                                                    "machine":{
                                                                        "type":"string",
                                                                        "minLength":1,
                                                                        "maxLength":1024
                                                                    }
                                                                },
                                                                "required":[
                                                                    "name",
                                                                    "version",
                                                                    "release",
                                                                    "node",
                                                                    "machine"
                                                                ],
                                                                "additionalProperties":false
                                                            }
                                                        ]
                                                    },
                                                    "database":{
                                                        "description":"Database version information",
                                                        "type":"array",
                                                        "items":{
                                                            "type":"string",
                                                            "minLength":1,
                                                            "maxLength":4095
                                                        },
                                                        "minItems":1,
                                                        "maxItems":100
                                                    }
                                                },
                                                "required":[
                                                    "build",
                                                    "operatingSystem"
                                                ],
                                                "additionalProperties":false
                                            },
                                            "schemas":{
                                                "type":"array",
                                                "items":{
                                                    "x-anyOf":[
                                                        {
                                                            "type":"string",
                                                            "pattern":"^([^.*?\"]{1,128}|[\"].{1,128}[\"])$",
                                                            "minLength":1,
                                                            "maxLength":130
                                                        },
                                                        {
                                                            "type":"string",
                                                            "pattern":"^([^.*?\"]{1,128}|[\"].{1,128}[\"])[.]([^.*?\"]{1,128}|[\"].{1,128}[\"])$",
                                                            "minLength":3,
                                                            "maxLength":261
                                                        }
                                                    ]
                                                },
                                                "minItems":0,
                                                "maxItems":32767
                                            },
                                            "tables":{
                                                "type":"array",
                                                "items":{
                                                    "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
                                                        }
                                                    ]
                                                },
                                                "minItems":0,
                                                "maxItems":32767
                                            },
                                            "containers":{
                                                "type":"array",
                                                "items":{
                                                    "x-oneOf":[
                                                        {
                                                            "type":"string",
                                                            "pattern":"^([^.*?\"]{1,128}|[\"].{1,128}[\"])$",
                                                            "minLength":1,
                                                            "maxLength":130
                                                        }
                                                    ]
                                                },
                                                "minItems":0,
                                                "maxItems":32767
                                            }
                                        },
                                        "additionalProperties":false
                                    }
                                ]
                            }
                        },
                        "required":[
                            "started",
                            "status"
                        ],
                        "additionalProperties":false
                    },
                    "minItems":0,
                    "maxItems":1024
                }
            },
            "additionalProperties":false
        },
        "ogg:trandataProcedureResponse":{
            "title":"Manage Supplemental Logging for Database Procedure",
            "required":[
                "type",
                "enabled"
            ],
            "type":"object",
            "properties":{
                "$schema":{
                    "enum":[
                        "ogg:trandataProcedureResponse"
                    ]
                },
                "type":{
                    "enum":[
                        "info"
                    ]
                },
                "enabled":{
                    "description":"True if procedure supplemental logging is enabled on the connected database",
                    "type":"boolean"
                }
            },
            "additionalProperties":false
        },
        "ogg:instantiationCsn":{
            "x-oneOf":[
                {
                    "type":"object",
                    "properties":{
                        "$schema":{
                            "enum":[
                                "ogg:instantiationCsn"
                            ]
                        },
                        "command":{
                            "enum":[
                                "clear"
                            ]
                        },
                        "source":{
                            "description":"Source database name",
                            "type":"string",
                            "minLength":1,
                            "maxLength":4096
                        }
                    },
                    "required":[
                        "command",
                        "source"
                    ],
                    "additionalProperties":false
                },
                {
                    "type":"object",
                    "properties":{
                        "$schema":{
                            "enum":[
                                "ogg:instantiationCsn"
                            ]
                        },
                        "command":{
                            "enum":[
                                "set"
                            ]
                        },
                        "csn":{
                            "x-oneOf":[
                                {
                                    "description":"Normal format",
                                    "type":"integer",
                                    "minimum":0,
                                    "maximum":9.223372036854776E18
                                },
                                {
                                    "description":"Alternate format",
                                    "type":"string",
                                    "pattern":"[0-9]+[.][0-9]+",
                                    "minLength":3,
                                    "maxLength":64
                                }
                            ]
                        },
                        "source":{
                            "description":"Source database name",
                            "type":"string",
                            "minLength":1,
                            "maxLength":4096
                        }
                    },
                    "required":[
                        "command",
                        "csn",
                        "source"
                    ],
                    "additionalProperties":false
                }
            ],
            "title":"Oracle GoldenGate Instantiation CSN"
        },
        "ogg:processHeartbeat":{
            "title":"Oracle GoldenGate Process Heartbeat Details",
            "required":[
                "heartbeats"
            ],
            "type":"object",
            "properties":{
                "$schema":{
                    "enum":[
                        "ogg:processHeartbeat"
                    ]
                },
                "heartbeats":{
                    "description":"Heartbeat details",
                    "type":"array",
                    "items":{
                        "type":"object",
                        "properties":{
                            "source":{
                                "description":"Source database name",
                                "type":"string",
                                "pattern":"^([^.*?\"]{1,128}|[\"].{1,128}[\"])$",
                                "minLength":1,
                                "maxLength":130
                            },
                            "target":{
                                "description":"Target database name",
                                "type":"string",
                                "pattern":"^([^.*?\"]{1,128}|[\"].{1,128}[\"])$",
                                "minLength":1,
                                "maxLength":130
                            },
                            "lagSeconds":{
                                "description":"Process lag in seconds",
                                "type":"number"
                            },
                            "ageSeconds":{
                                "description":"Heartbeat lag in seconds",
                                "type":"number"
                            },
                            "path":{
                                "description":"Replication path",
                                "type":"string",
                                "minLength":1,
                                "maxLength":4095
                            }
                        },
                        "required":[
                            "source",
                            "target",
                            "lagSeconds",
                            "ageSeconds",
                            "path"
                        ],
                        "additionalProperties":false
                    },
                    "minItems":0,
                    "maxItems":1024
                }
            },
            "additionalProperties":false
        },
        "er:commandResult":{
            "title":"Describes the results from an ER process executing a command",
            "required":[
                "reply"
            ],
            "type":"object",
            "properties":{
                "$schema":{
                    "enum":[
                        "er:commandResult"
                    ]
                },
                "reply":{
                    "x-oneOf":[
                        {
                            "type":"string",
                            "minLength":0,
                            "maxLength":29996
                        },
                        {
                            "type":"array",
                            "items":{
                                "type":"string",
                                "minLength":0,
                                "maxLength":4095
                            },
                            "minItems":0,
                            "maxItems":32767
                        }
                    ]
                },
                "replyData":{
                    "x-anyOf":[
                        {
                            "type":"object",
                            "properties":{
                                "$schema":{
                                    "enum":[
                                        "er:getLagResult"
                                    ]
                                },
                                "lagResult":{
                                    "x-oneOf":[
                                        {
                                            "type":"object",
                                            "properties":{
                                                "lastRecordLag":{
                                                    "description":"Last record lag in seconds",
                                                    "type":"integer",
                                                    "minimum":1,
                                                    "maximum":9.223372036854776E18
                                                },
                                                "lowWatermarkLag":{
                                                    "description":"Low watermark lag in seconds",
                                                    "type":"integer",
                                                    "minimum":1,
                                                    "maximum":2147483647
                                                },
                                                "highWatermarkLag":{
                                                    "description":"High watermark lag in seconds",
                                                    "type":"integer",
                                                    "minimum":1,
                                                    "maximum":2147483647
                                                },
                                                "eof":{
                                                    "description":"Whether the process is at EOF",
                                                    "type":"boolean"
                                                },
                                                "redoxportlag":{
                                                    "type":"array",
                                                    "items":{
                                                        "type":"object",
                                                        "properties":{
                                                            "lag":{
                                                                "description":"Lag value in seconds",
                                                                "type":"integer",
                                                                "minimum":0,
                                                                "maximum":9.223372036854776E18
                                                            },
                                                            "threadId":{
                                                                "description":"ID of the thread",
                                                                "type":"integer",
                                                                "minimum":0,
                                                                "maximum":500
                                                            }
                                                        }
                                                    },
                                                    "minItems":1,
                                                    "maxItems":500
                                                },
                                                "recordsProcessed":{
                                                    "description":"Whether there are any records processed yet",
                                                    "type":"boolean"
                                                },
                                                "deferApplyDelay":{
                                                    "description":"Defer apply delay in seconds",
                                                    "type":"integer",
                                                    "minimum":1,
                                                    "maximum":2147483647
                                                },
                                                "lowWatermarkPosition":{
                                                    "description":"Low watermark position",
                                                    "x-oneOf":[
                                                        {
                                                            "description":"Position in archive logs (classic mode, non-threaded)",
                                                            "type":"object",
                                                            "properties":{
                                                                "seqno":{
                                                                    "type":"integer",
                                                                    "default":1,
                                                                    "minimum":1,
                                                                    "maximum":4.294967295E9
                                                                },
                                                                "rba":{
                                                                    "type":"integer",
                                                                    "default":0,
                                                                    "minimum":0,
                                                                    "maximum":2147483647
                                                                }
                                                            },
                                                            "additionalProperties":false,
                                                            "x-anyOf":[
                                                                {
                                                                    "required":[
                                                                        "seqno"
                                                                    ]
                                                                },
                                                                {
                                                                    "required":[
                                                                        "rba"
                                                                    ]
                                                                }
                                                            ]
                                                        },
                                                        {
                                                            "description":"Position in archive logs (classic mode, threaded)",
                                                            "type":"object",
                                                            "properties":{
                                                                "positions":{
                                                                    "type":"array",
                                                                    "items":{
                                                                        "description":"Position in archive logs for one thread in a classic extract",
                                                                        "type":"object",
                                                                        "properties":{
                                                                            "thread":{
                                                                                "type":"integer",
                                                                                "minimum":1,
                                                                                "maximum":100
                                                                            },
                                                                            "position":{
                                                                                "x-oneOf":[
                                                                                    {
                                                                                        "enum":[
                                                                                            "now"
                                                                                        ]
                                                                                    },
                                                                                    {
                                                                                        "x-oneOf":[
                                                                                            {
                                                                                                "description":"Normal format",
                                                                                                "type":"integer",
                                                                                                "minimum":0,
                                                                                                "maximum":9.223372036854776E18
                                                                                            },
                                                                                            {
                                                                                                "description":"Alternate format",
                                                                                                "type":"string",
                                                                                                "pattern":"[0-9]+[.][0-9]+",
                                                                                                "minLength":3,
                                                                                                "maxLength":64
                                                                                            }
                                                                                        ]
                                                                                    },
                                                                                    {
                                                                                        "type":"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
                                                                                    },
                                                                                    {
                                                                                        "description":"Position in archive logs (classic mode, non-threaded)",
                                                                                        "type":"object",
                                                                                        "properties":{
                                                                                            "seqno":{
                                                                                                "type":"integer",
                                                                                                "default":1,
                                                                                                "minimum":1,
                                                                                                "maximum":4.294967295E9
                                                                                            },
                                                                                            "rba":{
                                                                                                "type":"integer",
                                                                                                "default":0,
                                                                                                "minimum":0,
                                                                                                "maximum":2147483647
                                                                                            }
                                                                                        },
                                                                                        "additionalProperties":false,
                                                                                        "x-anyOf":[
                                                                                            {
                                                                                                "required":[
                                                                                                    "seqno"
                                                                                                ]
                                                                                            },
                                                                                            {
                                                                                                "required":[
                                                                                                    "rba"
                                                                                                ]
                                                                                            }
                                                                                        ]
                                                                                    }
                                                                                ]
                                                                            }
                                                                        },
                                                                        "required":[
                                                                            "thread",
                                                                            "position"
                                                                        ],
                                                                        "additionalProperties":false
                                                                    },
                                                                    "minItems":1,
                                                                    "maxItems":100
                                                                }
                                                            },
                                                            "required":[
                                                                "positions"
                                                            ],
                                                            "additionalProperties":false
                                                        },
                                                        {
                                                            "description":"Position at a specific SCN (integrated mode)",
                                                            "type":"object",
                                                            "properties":{
                                                                "csn":{
                                                                    "x-oneOf":[
                                                                        {
                                                                            "description":"Normal format",
                                                                            "type":"integer",
                                                                            "minimum":0,
                                                                            "maximum":9.223372036854776E18
                                                                        },
                                                                        {
                                                                            "description":"Alternate format",
                                                                            "type":"string",
                                                                            "pattern":"[0-9]+[.][0-9]+",
                                                                            "minLength":3,
                                                                            "maxLength":64
                                                                        }
                                                                    ]
                                                                }
                                                            },
                                                            "required":[
                                                                "csn"
                                                            ],
                                                            "additionalProperties":false
                                                        }
                                                    ]
                                                },
                                                "extdetail":{
                                                    "type":"object",
                                                    "properties":{
                                                        "downstream":{
                                                            "description":"Indicates if downstream is configured",
                                                            "type":"boolean"
                                                        },
                                                        "conntosrcdb":{
                                                            "description":"Indicates if conn to src db exists",
                                                            "type":"boolean"
                                                        },
                                                        "orlcount":{
                                                            "description":"Number of ORLs",
                                                            "type":"integer",
                                                            "minimum":0,
                                                            "maximum":2147483647
                                                        },
                                                        "maxorlsize":{
                                                            "description":"Maximum size of ORL",
                                                            "type":"integer",
                                                            "minimum":0,
                                                            "maximum":2147483647
                                                        },
                                                        "srlcount":{
                                                            "description":"Number of SRLs",
                                                            "type":"integer",
                                                            "minimum":0,
                                                            "maximum":2147483647
                                                        },
                                                        "minsrlsize":{
                                                            "description":"Minimum size of SRL",
                                                            "type":"integer",
                                                            "minimum":0,
                                                            "maximum":2147483647
                                                        }
                                                    }
                                                },
                                                "highWatermarkPosition":{
                                                    "description":"High watermark position",
                                                    "x-oneOf":[
                                                        {
                                                            "description":"Position in archive logs (classic mode, non-threaded)",
                                                            "type":"object",
                                                            "properties":{
                                                                "seqno":{
                                                                    "type":"integer",
                                                                    "default":1,
                                                                    "minimum":1,
                                                                    "maximum":4.294967295E9
                                                                },
                                                                "rba":{
                                                                    "type":"integer",
                                                                    "default":0,
                                                                    "minimum":0,
                                                                    "maximum":2147483647
                                                                }
                                                            },
                                                            "additionalProperties":false,
                                                            "x-anyOf":[
                                                                {
                                                                    "required":[
                                                                        "seqno"
                                                                    ]
                                                                },
                                                                {
                                                                    "required":[
                                                                        "rba"
                                                                    ]
                                                                }
                                                            ]
                                                        },
                                                        {
                                                            "description":"Position in archive logs (classic mode, threaded)",
                                                            "type":"object",
                                                            "properties":{
                                                                "positions":{
                                                                    "type":"array",
                                                                    "items":{
                                                                        "description":"Position in archive logs for one thread in a classic extract",
                                                                        "type":"object",
                                                                        "properties":{
                                                                            "thread":{
                                                                                "type":"integer",
                                                                                "minimum":1,
                                                                                "maximum":100
                                                                            },
                                                                            "position":{
                                                                                "x-oneOf":[
                                                                                    {
                                                                                        "enum":[
                                                                                            "now"
                                                                                        ]
                                                                                    },
                                                                                    {
                                                                                        "x-oneOf":[
                                                                                            {
                                                                                                "description":"Normal format",
                                                                                                "type":"integer",
                                                                                                "minimum":0,
                                                                                                "maximum":9.223372036854776E18
                                                                                            },
                                                                                            {
                                                                                                "description":"Alternate format",
                                                                                                "type":"string",
                                                                                                "pattern":"[0-9]+[.][0-9]+",
                                                                                                "minLength":3,
                                                                                                "maxLength":64
                                                                                            }
                                                                                        ]
                                                                                    },
                                                                                    {
                                                                                        "type":"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
                                                                                    },
                                                                                    {
                                                                                        "description":"Position in archive logs (classic mode, non-threaded)",
                                                                                        "type":"object",
                                                                                        "properties":{
                                                                                            "seqno":{
                                                                                                "type":"integer",
                                                                                                "default":1,
                                                                                                "minimum":1,
                                                                                                "maximum":4.294967295E9
                                                                                            },
                                                                                            "rba":{
                                                                                                "type":"integer",
                                                                                                "default":0,
                                                                                                "minimum":0,
                                                                                                "maximum":2147483647
                                                                                            }
                                                                                        },
                                                                                        "additionalProperties":false,
                                                                                        "x-anyOf":[
                                                                                            {
                                                                                                "required":[
                                                                                                    "seqno"
                                                                                                ]
                                                                                            },
                                                                                            {
                                                                                                "required":[
                                                                                                    "rba"
                                                                                                ]
                                                                                            }
                                                                                        ]
                                                                                    }
                                                                                ]
                                                                            }
                                                                        },
                                                                        "required":[
                                                                            "thread",
                                                                            "position"
                                                                        ],
                                                                        "additionalProperties":false
                                                                    },
                                                                    "minItems":1,
                                                                    "maxItems":100
                                                                }
                                                            },
                                                            "required":[
                                                                "positions"
                                                            ],
                                                            "additionalProperties":false
                                                        },
                                                        {
                                                            "description":"Position at a specific SCN (integrated mode)",
                                                            "type":"object",
                                                            "properties":{
                                                                "csn":{
                                                                    "x-oneOf":[
                                                                        {
                                                                            "description":"Normal format",
                                                                            "type":"integer",
                                                                            "minimum":0,
                                                                            "maximum":9.223372036854776E18
                                                                        },
                                                                        {
                                                                            "description":"Alternate format",
                                                                            "type":"string",
                                                                            "pattern":"[0-9]+[.][0-9]+",
                                                                            "minLength":3,
                                                                            "maxLength":64
                                                                        }
                                                                    ]
                                                                }
                                                            },
                                                            "required":[
                                                                "csn"
                                                            ],
                                                            "additionalProperties":false
                                                        }
                                                    ]
                                                }
                                            },
                                            "required":[
                                                "recordsProcessed"
                                            ],
                                            "allowAdditionalProperties":false
                                        },
                                        {
                                            "threads":{
                                                "type":"array",
                                                "items":{
                                                    "type":"object",
                                                    "properties":{
                                                        "recordsProcessed":{
                                                            "description":"Whether there are any records processed yet",
                                                            "type":"boolean"
                                                        },
                                                        "threadName":{
                                                            "description":"Name of the thread",
                                                            "type":"string",
                                                            "minLength":1,
                                                            "maxLength":128
                                                        },
                                                        "lag":{
                                                            "description":"Lag value in seconds",
                                                            "type":"integer",
                                                            "minimum":1,
                                                            "maximum":9.223372036854776E18
                                                        }
                                                    }
                                                },
                                                "minItems":1,
                                                "maxItems":500
                                            },
                                            "minLag":{
                                                "description":"Minimum thread lag value information",
                                                "type":"object",
                                                "properties":{
                                                    "threadId":{
                                                        "description":"ID of the thread",
                                                        "type":"integer",
                                                        "minimum":0,
                                                        "maximum":500
                                                    },
                                                    "threadName":{
                                                        "description":"Name of the thread",
                                                        "type":"string",
                                                        "minLength":1,
                                                        "maxLength":128
                                                    },
                                                    "lag":{
                                                        "description":"Lag value in seconds",
                                                        "type":"integer",
                                                        "minimum":1,
                                                        "maximum":9.223372036854776E18
                                                    }
                                                }
                                            },
                                            "maxLag":{
                                                "description":"Maximum thread lag value information",
                                                "type":"object",
                                                "properties":{
                                                    "threadId":{
                                                        "description":"ID of the thread",
                                                        "type":"integer",
                                                        "minimum":0,
                                                        "maximum":500
                                                    },
                                                    "threadName":{
                                                        "description":"Name of the thread",
                                                        "type":"string",
                                                        "minLength":1,
                                                        "maxLength":128
                                                    },
                                                    "lag":{
                                                        "description":"Lag value in seconds",
                                                        "type":"integer",
                                                        "minimum":1,
                                                        "maximum":9.223372036854776E18
                                                    }
                                                }
                                            },
                                            "avgLag":{
                                                "description":"Average lag value in seconds",
                                                "type":"integer",
                                                "minimum":1,
                                                "maximum":9.223372036854776E18
                                            },
                                            "required":[
                                                "recordsProcessed"
                                            ],
                                            "allowAdditionalProperties":false
                                        }
                                    ]
                                }
                            },
                            "required":[
                                "lagResult"
                            ]
                        },
                        {
                            "type":"object",
                            "properties":{
                                "$schema":{
                                    "enum":[
                                        "er:logEndResult"
                                    ]
                                },
                                "allRecordsProcessed":{
                                    "description":"Whether or not Extract has processed all of the records in the data source.",
                                    "type":"boolean"
                                }
                            },
                            "required":[
                                "allRecordsProcessed"
                            ]
                        },
                        {
                            "type":"object",
                            "properties":{
                                "$schema":{
                                    "enum":[
                                        "er:statusResult"
                                    ]
                                },
                                "status":{
                                    "x-oneOf":[
                                        {
                                            "numThreadsWaiting":{
                                                "description":"Number of threads in waiting status",
                                                "type":"integer",
                                                "minimum":0,
                                                "maximum":4.294967295E9
                                            },
                                            "processId":{
                                                "description":"OS process id",
                                                "type":"integer",
                                                "minimum":1,
                                                "maximum":4.294967295E9
                                            },
                                            "groupName":{
                                                "description":"Process group name",
                                                "type":"string",
                                                "pattern":"^[A-Z_$][A-Z0-9_$]*$",
                                                "minLength":1,
                                                "maxLength":8
                                            },
                                            "replicatReadingPosition":{
                                                "type":"array",
                                                "items":{
                                                    "x-oneOf":[
                                                        {
                                                            "type":"object",
                                                            "properties":{
                                                                "$schema":{
                                                                    "enum":[
                                                                        "ogg:trailPosition"
                                                                    ]
                                                                },
                                                                "name":{
                                                                    "description":"The name of the trail",
                                                                    "type":"string",
                                                                    "pattern":"^[A-Za-z][A-Za-z0-9]$",
                                                                    "minLength":2,
                                                                    "maxLength":2
                                                                },
                                                                "path":{
                                                                    "description":"The path where trail data is stored",
                                                                    "type":"string",
                                                                    "minLength":1,
                                                                    "maxLength":4096
                                                                },
                                                                "sequence":{
                                                                    "description":"Trail file sequence number",
                                                                    "type":"integer",
                                                                    "minimum":0,
                                                                    "maximum":999999999,
                                                                    "default":0
                                                                },
                                                                "offset":{
                                                                    "description":"Offset in trail sequence file",
                                                                    "type":"integer",
                                                                    "minimum":0,
                                                                    "default":0,
                                                                    "maximum":2147483647
                                                                }
                                                            },
                                                            "required":[
                                                                "name",
                                                                "sequence",
                                                                "offset"
                                                            ],
                                                            "additionalProperties":false
                                                        },
                                                        {
                                                            "type":"object",
                                                            "properties":{
                                                                "$schema":{
                                                                    "enum":[
                                                                        "ogg:filePosition"
                                                                    ]
                                                                },
                                                                "name":{
                                                                    "description":"The name of the file",
                                                                    "type":"string",
                                                                    "minLength":1,
                                                                    "maxLength":4096
                                                                },
                                                                "path":{
                                                                    "description":"The path where file data is stored",
                                                                    "type":"string",
                                                                    "minLength":1,
                                                                    "maxLength":4096
                                                                },
                                                                "offset":{
                                                                    "description":"Offset in file",
                                                                    "type":"integer",
                                                                    "minimum":0,
                                                                    "maximum":2147483647
                                                                }
                                                            },
                                                            "required":[
                                                                "name",
                                                                "path",
                                                                "offset"
                                                            ],
                                                            "additionalProperties":false
                                                        }
                                                    ]
                                                },
                                                "minItems":1,
                                                "maxItems":32767
                                            },
                                            "processType":{
                                                "enum":[
                                                    "replicat"
                                                ]
                                            },
                                            "currentApplyParallelism":{
                                                "description":"Current Apply Parallelism for a Parallel Replicat",
                                                "type":"integer",
                                                "minimum":1,
                                                "maximum":100
                                            },
                                            "numRecords":{
                                                "description":"Total number of records",
                                                "type":"integer",
                                                "minimum":0,
                                                "maximum":4.294967295E9
                                            },
                                            "status":{
                                                "description":"OGG status of the process",
                                                "type":"string",
                                                "minLength":1,
                                                "maxLength":1024
                                            },
                                            "maxApplyParallelism":{
                                                "description":"Maximum Apply Parallelism for a Parallel Replicat",
                                                "type":"integer",
                                                "minimum":1,
                                                "maximum":100
                                            },
                                            "mapParallelism":{
                                                "description":"Map Parallelism for a Parallel Replicat",
                                                "type":"integer",
                                                "minimum":1,
                                                "maximum":100
                                            },
                                            "logicalEof":{
                                                "type":"object",
                                                "properties":{
                                                    "$schema":{
                                                        "enum":[
                                                            "type:position/atTrailRBA"
                                                        ]
                                                    },
                                                    "sequence":{
                                                        "description":"Trail file sequence number",
                                                        "type":"integer",
                                                        "minimum":0,
                                                        "maximum":999999999,
                                                        "default":0
                                                    },
                                                    "offset":{
                                                        "description":"Offset in trail sequence file",
                                                        "type":"integer",
                                                        "minimum":0,
                                                        "default":0,
                                                        "maximum":2147483647
                                                    }
                                                },
                                                "required":[
                                                    "sequence"
                                                ],
                                                "additionalProperties":false
                                            },
                                            "numSkippedRecords":{
                                                "description":"Number of skipped records",
                                                "type":"integer",
                                                "minimum":0,
                                                "maximum":4.294967295E9
                                            },
                                            "activeAppliers":{
                                                "description":"Number of current active Appliers for a Parallel Replicat",
                                                "type":"integer",
                                                "minimum":1,
                                                "maximum":100
                                            },
                                            "physicalEof":{
                                                "type":"object",
                                                "properties":{
                                                    "$schema":{
                                                        "enum":[
                                                            "type:position/atTrailRBA"
                                                        ]
                                                    },
                                                    "sequence":{
                                                        "description":"Trail file sequence number",
                                                        "type":"integer",
                                                        "minimum":0,
                                                        "maximum":999999999,
                                                        "default":0
                                                    },
                                                    "offset":{
                                                        "description":"Offset in trail sequence file",
                                                        "type":"integer",
                                                        "minimum":0,
                                                        "default":0,
                                                        "maximum":2147483647
                                                    }
                                                },
                                                "required":[
                                                    "sequence"
                                                ],
                                                "additionalProperties":false
                                            },
                                            "minApplyParallelism":{
                                                "description":"Minimum Apply Parallelism for a Parallel Replicat",
                                                "type":"integer",
                                                "minimum":1,
                                                "maximum":100
                                            }
                                        },
                                        {
                                            "processType":{
                                                "enum":[
                                                    "extract"
                                                ]
                                            },
                                            "groupName":{
                                                "description":"Process group name",
                                                "type":"string",
                                                "pattern":"^[A-Z_$][A-Z0-9_$]*$",
                                                "minLength":1,
                                                "maxLength":8
                                            },
                                            "processId":{
                                                "description":"OS process id",
                                                "type":"integer",
                                                "minimum":1,
                                                "maximum":4.294967295E9
                                            },
                                            "status":{
                                                "description":"OGG status of the process",
                                                "type":"string",
                                                "minLength":1,
                                                "maxLength":1024
                                            },
                                            "extractReadingPosition":{
                                                "type":"array",
                                                "items":{
                                                    "x-oneOf":[
                                                        {
                                                            "type":"object",
                                                            "properties":{
                                                                "$schema":{
                                                                    "enum":[
                                                                        "ogg:trailPosition"
                                                                    ]
                                                                },
                                                                "name":{
                                                                    "description":"The name of the trail",
                                                                    "type":"string",
                                                                    "pattern":"^[A-Za-z][A-Za-z0-9]$",
                                                                    "minLength":2,
                                                                    "maxLength":2
                                                                },
                                                                "path":{
                                                                    "description":"The path where trail data is stored",
                                                                    "type":"string",
                                                                    "minLength":1,
                                                                    "maxLength":4096
                                                                },
                                                                "sequence":{
                                                                    "description":"Trail file sequence number",
                                                                    "type":"integer",
                                                                    "minimum":0,
                                                                    "maximum":999999999,
                                                                    "default":0
                                                                },
                                                                "offset":{
                                                                    "description":"Offset in trail sequence file",
                                                                    "type":"integer",
                                                                    "minimum":0,
                                                                    "default":0,
                                                                    "maximum":2147483647
                                                                }
                                                            },
                                                            "required":[
                                                                "name",
                                                                "sequence",
                                                                "offset"
                                                            ],
                                                            "additionalProperties":false
                                                        },
                                                        {
                                                            "type":"object",
                                                            "properties":{
                                                                "$schema":{
                                                                    "enum":[
                                                                        "ogg:filePosition"
                                                                    ]
                                                                },
                                                                "name":{
                                                                    "description":"The name of the file",
                                                                    "type":"string",
                                                                    "minLength":1,
                                                                    "maxLength":4096
                                                                },
                                                                "path":{
                                                                    "description":"The path where file data is stored",
                                                                    "type":"string",
                                                                    "minLength":1,
                                                                    "maxLength":4096
                                                                },
                                                                "offset":{
                                                                    "description":"Offset in file",
                                                                    "type":"integer",
                                                                    "minimum":0,
                                                                    "maximum":2147483647
                                                                }
                                                            },
                                                            "required":[
                                                                "name",
                                                                "path",
                                                                "offset"
                                                            ],
                                                            "additionalProperties":false
                                                        },
                                                        {
                                                            "type":"object",
                                                            "properties":{
                                                                "$schema":{
                                                                    "enum":[
                                                                        "dbms:positionInfo"
                                                                    ]
                                                                },
                                                                "position":{
                                                                    "x-oneOf":[
                                                                        {
                                                                            "type":"object",
                                                                            "properties":{
                                                                                "redoThread":{
                                                                                    "type":"integer",
                                                                                    "minimum":1,
                                                                                    "maximum":1024
                                                                                },
                                                                                "csn":{
                                                                                    "x-oneOf":[
                                                                                        {
                                                                                            "description":"Normal format",
                                                                                            "type":"integer",
                                                                                            "minimum":0,
                                                                                            "maximum":9.223372036854776E18
                                                                                        },
                                                                                        {
                                                                                            "description":"Alternate format",
                                                                                            "type":"string",
                                                                                            "pattern":"[0-9]+[.][0-9]+",
                                                                                            "minLength":3,
                                                                                            "maxLength":64
                                                                                        }
                                                                                    ]
                                                                                },
                                                                                "timestamp":{
                                                                                    "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
                                                                                },
                                                                                "seqno":{
                                                                                    "type":"integer",
                                                                                    "minimum":1,
                                                                                    "maximum":4.294967295E9
                                                                                },
                                                                                "rba":{
                                                                                    "type":"integer",
                                                                                    "minimum":0,
                                                                                    "maximum":2147483647
                                                                                }
                                                                            },
                                                                            "required":[
                                                                                "redoThread",
                                                                                "csn",
                                                                                "timestamp",
                                                                                "seqno",
                                                                                "rba"
                                                                            ],
                                                                            "additionalProperties":false
                                                                        },
                                                                        {
                                                                            "type":"object",
                                                                            "properties":{
                                                                                "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
                                                                                                }
                                                                                            ]
                                                                                        }
                                                                                    ]
                                                                                },
                                                                                "recordNumber":{
                                                                                    "type":"integer",
                                                                                    "minimum":1,
                                                                                    "maximum":9.223372036854776E18
                                                                                },
                                                                                "timestamp":{
                                                                                    "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
                                                                                }
                                                                            },
                                                                            "required":[
                                                                                "table",
                                                                                "recordNumber",
                                                                                "timestamp"
                                                                            ],
                                                                            "additionalProperties":false
                                                                        }
                                                                    ]
                                                                }
                                                            }
                                                        }
                                                    ]
                                                },
                                                "minItems":1,
                                                "maxItems":32767
                                            },
                                            "extractWritingPosition":{
                                                "type":"array",
                                                "items":{
                                                    "x-oneOf":[
                                                        {
                                                            "type":"object",
                                                            "properties":{
                                                                "$schema":{
                                                                    "enum":[
                                                                        "ogg:trailPosition"
                                                                    ]
                                                                },
                                                                "name":{
                                                                    "description":"The name of the trail",
                                                                    "type":"string",
                                                                    "pattern":"^[A-Za-z][A-Za-z0-9]$",
                                                                    "minLength":2,
                                                                    "maxLength":2
                                                                },
                                                                "path":{
                                                                    "description":"The path where trail data is stored",
                                                                    "type":"string",
                                                                    "minLength":1,
                                                                    "maxLength":4096
                                                                },
                                                                "sequence":{
                                                                    "description":"Trail file sequence number",
                                                                    "type":"integer",
                                                                    "minimum":0,
                                                                    "maximum":999999999,
                                                                    "default":0
                                                                },
                                                                "offset":{
                                                                    "description":"Offset in trail sequence file",
                                                                    "type":"integer",
                                                                    "minimum":0,
                                                                    "default":0,
                                                                    "maximum":2147483647
                                                                }
                                                            },
                                                            "required":[
                                                                "name",
                                                                "sequence",
                                                                "offset"
                                                            ],
                                                            "additionalProperties":false
                                                        },
                                                        {
                                                            "type":"object",
                                                            "properties":{
                                                                "$schema":{
                                                                    "enum":[
                                                                        "ogg:filePosition"
                                                                    ]
                                                                },
                                                                "name":{
                                                                    "description":"The name of the file",
                                                                    "type":"string",
                                                                    "minLength":1,
                                                                    "maxLength":4096
                                                                },
                                                                "path":{
                                                                    "description":"The path where file data is stored",
                                                                    "type":"string",
                                                                    "minLength":1,
                                                                    "maxLength":4096
                                                                },
                                                                "offset":{
                                                                    "description":"Offset in file",
                                                                    "type":"integer",
                                                                    "minimum":0,
                                                                    "maximum":2147483647
                                                                }
                                                            },
                                                            "required":[
                                                                "name",
                                                                "path",
                                                                "offset"
                                                            ],
                                                            "additionalProperties":false
                                                        }
                                                    ]
                                                },
                                                "minItems":1,
                                                "maxItems":32767
                                            }
                                        }
                                    ]
                                }
                            }
                        },
                        {
                            "type":"object",
                            "properties":{
                                "$schema":{
                                    "enum":[
                                        "er:containersResult"
                                    ]
                                },
                                "containers":{
                                    "description":"List of containers registered with the specified extract group.",
                                    "type":"array",
                                    "items":{
                                        "x-oneOf":[
                                            {
                                                "type":"string",
                                                "pattern":"^([^.*?\"]{1,128}|[\"].{1,128}[\"])$",
                                                "minLength":1,
                                                "maxLength":130
                                            }
                                        ]
                                    },
                                    "minItems":1,
                                    "maxItems":4000
                                }
                            },
                            "required":[
                                "containers"
                            ]
                        },
                        {
                            "type":"object"
                        }
                    ]
                }
            }
        },
        "ogg:replicat":{
            "title":"Oracle GoldenGate Replicat",
            "type":"object",
            "properties":{
                "begin":{
                    "description":"Starting point for data processing",
                    "default":"now",
                    "x-oneOf":[
                        {
                            "enum":[
                                "now"
                            ]
                        },
                        {
                            "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":"object",
                            "properties":{
                                "$schema":{
                                    "enum":[
                                        "type:position/atTrailRBA"
                                    ]
                                },
                                "sequence":{
                                    "description":"Trail file sequence number",
                                    "type":"integer",
                                    "minimum":0,
                                    "maximum":999999999,
                                    "default":0
                                },
                                "offset":{
                                    "description":"Offset in trail sequence file",
                                    "type":"integer",
                                    "minimum":0,
                                    "default":0,
                                    "maximum":2147483647
                                }
                            },
                            "required":[
                                "sequence"
                            ],
                            "additionalProperties":false
                        }
                    ]
                },
                "config":{
                    "type":"array",
                    "items":{
                        "type":"string",
                        "minLength":0,
                        "maxLength":4095
                    },
                    "minItems":0,
                    "maxItems":32767
                },
                "synchronized":{
                    "description":"Indicates that the Replicat is stopped in a synchronized state",
                    "type":"boolean"
                },
                "mode":{
                    "description":"Mode of replication",
                    "x-oneOf":[
                        {
                            "description":"Creates a standard, non-integrated Replicat",
                            "type":"object",
                            "properties":{
                                "type":{
                                    "enum":[
                                        "nonintegrated"
                                    ]
                                },
                                "parallel":{
                                    "description":"Apply multiple operations in parallel",
                                    "type":"boolean",
                                    "default":false
                                }
                            },
                            "required":[
                                "type"
                            ],
                            "additionalProperties":false
                        },
                        {
                            "description":"(Oracle Only) Creates a standard, integrated Replicat",
                            "type":"object",
                            "properties":{
                                "type":{
                                    "enum":[
                                        "integrated"
                                    ]
                                },
                                "parallel":{
                                    "description":"Apply multiple operations in parallel",
                                    "type":"boolean",
                                    "default":false
                                }
                            },
                            "required":[
                                "type"
                            ],
                            "additionalProperties":false
                        },
                        {
                            "description":"(Oracle Only) Coordinated Replicat",
                            "type":"object",
                            "properties":{
                                "type":{
                                    "enum":[
                                        "coordinated"
                                    ]
                                },
                                "maxThreads":{
                                    "type":"integer",
                                    "minimum":1,
                                    "maximum":500,
                                    "default":25
                                },
                                "threadNumber":{
                                    "type":"integer",
                                    "minimum":1,
                                    "maximum":500
                                }
                            },
                            "required":[
                                "type"
                            ],
                            "additionalProperties":false
                        }
                    ]
                },
                "encryptionProfile":{
                    "x-oneOf":[
                        {
                            "description":"Name of 'ogg:encryptionProfile' configuration value",
                            "type":"string",
                            "pattern":"^[A-Za-z0-9][A-Za-z0-9_:-]*$",
                            "minLength":1,
                            "maxLength":64
                        },
                        {
                            "type":"null"
                        }
                    ]
                },
                "$schema":{
                    "enum":[
                        "ogg:replicat"
                    ]
                },
                "status":{
                    "description":"Oracle GoldenGate Process Status",
                    "default":"stopped",
                    "enum":[
                        "starting",
                        "running",
                        "stopped",
                        "killed",
                        "abended"
                    ]
                },
                "critical":{
                    "description":"Indicates the replicat is critical to the deployment",
                    "type":"boolean",
                    "default":false
                },
                "managedProcessSettings":{
                    "description":"Control how the ER process is managed by the Administration Server",
                    "x-oneOf":[
                        {
                            "description":"Custom settings",
                            "type":"object",
                            "properties":{
                                "$schema":{
                                    "enum":[
                                        "ogg:managedProcessSettings"
                                    ]
                                },
                                "autoStart":{
                                    "description":"Description of how the ER process starts with Administration Server",
                                    "type":"object",
                                    "properties":{
                                        "enabled":{
                                            "description":"If set, the process is started when Administration Server starts",
                                            "type":"boolean",
                                            "default":false
                                        },
                                        "delay":{
                                            "description":"Time to wait in seconds before starting process",
                                            "type":"integer",
                                            "minimum":0,
                                            "default":0,
                                            "maximum":3600
                                        }
                                    },
                                    "required":[
                                        "enabled"
                                    ],
                                    "additionalProperties":false
                                },
                                "autoRestart":{
                                    "description":"Control how the ER process is restarted by the Administration Server if it terminates",
                                    "default":{
                                        "enabled":false,
                                        "onSuccess":false,
                                        "delay":0,
                                        "retries":9,
                                        "window":60,
                                        "disableOnFailure":true
                                    },
                                    "type":"object",
                                    "properties":{
                                        "$schema":{
                                            "enum":[
                                                "ogg:taskRestart"
                                            ]
                                        },
                                        "enabled":{
                                            "description":"If set, the task can be restarted if it terminates.",
                                            "type":"boolean",
                                            "default":false
                                        },
                                        "onSuccess":{
                                            "description":"If false, the task is only restarted if it fails.",
                                            "type":"boolean",
                                            "default":false
                                        },
                                        "delay":{
                                            "description":"The amount of time, in seconds, to pause between discovering that a process has terminated abnormally and restarting the process.",
                                            "type":"integer",
                                            "minimum":0,
                                            "default":0,
                                            "maximum":3600
                                        },
                                        "retries":{
                                            "description":"The maximum number of times the task should be restarted before aborting retry efforts.",
                                            "type":"integer",
                                            "minimum":0,
                                            "default":9,
                                            "maximum":3600
                                        },
                                        "window":{
                                            "description":"The window of time, in seconds, during which retries are counted.",
                                            "type":"integer",
                                            "minimum":0,
                                            "default":60,
                                            "maximum":604800
                                        },
                                        "disableOnFailure":{
                                            "description":"If true, the task is disabled when it fails all execution attempts in an execution window.",
                                            "type":"boolean",
                                            "default":true
                                        },
                                        "failures":{
                                            "description":"The number of times the task failed in the current window.",
                                            "type":"integer",
                                            "minimum":0,
                                            "maximum":3600
                                        }
                                    },
                                    "required":[
                                        "enabled"
                                    ],
                                    "additionalProperties":false
                                }
                            },
                            "additionalProperties":false
                        },
                        {
                            "description":"Name of 'ogg:managedProcessSettings' configuration value",
                            "type":"string",
                            "pattern":"^[A-Za-z0-9][A-Za-z0-9_:-]*$",
                            "minLength":1,
                            "maxLength":64
                        }
                    ]
                },
                "intent":{
                    "description":"Intent for data capture workflow",
                    "enum":[
                        "High Availability",
                        "Disaster Recovery",
                        "Unidirectional",
                        "N-Way",
                        "Sharding"
                    ],
                    "default":"Unidirectional"
                },
                "checkpoint":{
                    "description":"Location for checkpoint data",
                    "x-oneOf":[
                        {
                            "description":"Use the local filesystem to store checkpoint data",
                            "enum":[
                                "files"
                            ]
                        },
                        {
                            "description":"Use the specified table to store checkpoint information",
                            "type":"object",
                            "properties":{
                                "table":{
                                    "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
                                        }
                                    ]
                                }
                            },
                            "required":[
                                "table"
                            ],
                            "additionalProperties":false
                        }
                    ]
                },
                "registration":{
                    "description":"Registration with the target database",
                    "enum":[
                        "none",
                        "standard"
                    ],
                    "default":"none"
                },
                "source":{
                    "description":"Source of data to process",
                    "x-oneOf":[
                        {
                            "description":"Use tables (initial load)",
                            "enum":[
                                "tables"
                            ]
                        },
                        {
                            "type":"object",
                            "properties":{
                                "name":{
                                    "description":"The name of the trail",
                                    "type":"string",
                                    "pattern":"^[A-Za-z][A-Za-z0-9]$",
                                    "minLength":2,
                                    "maxLength":2
                                },
                                "path":{
                                    "description":"The path where the trail data is stored",
                                    "type":"string",
                                    "minLength":1,
                                    "maxLength":4096
                                }
                            },
                            "required":[
                                "name"
                            ],
                            "additionalProperties":false
                        },
                        {
                            "type":"object",
                            "properties":{
                                "$schema":{
                                    "enum":[
                                        "ogg:file"
                                    ]
                                },
                                "filename":{
                                    "description":"The name of the file",
                                    "type":"string",
                                    "minLength":1,
                                    "maxLength":4096
                                },
                                "remote":{
                                    "description":"Indicates if file is local or remote",
                                    "type":"boolean",
                                    "default":false
                                }
                            },
                            "required":[
                                "filename"
                            ],
                            "additionalProperties":false
                        }
                    ]
                },
                "credentials":{
                    "description":"Credentials for target database",
                    "default":null,
                    "x-oneOf":[
                        {
                            "type":"object",
                            "properties":{
                                "$schema":{
                                    "enum":[
                                        "ogg:credentialsRef"
                                    ]
                                },
                                "domain":{
                                    "type":"string",
                                    "pattern":"^[a-zA-Z][a-zA-Z0-9_#$]*$",
                                    "minLength":1,
                                    "maxLength":30,
                                    "default":"OracleGoldenGate"
                                },
                                "alias":{
                                    "type":"string",
                                    "pattern":"^[a-zA-Z][a-zA-Z0-9_#$]*$",
                                    "minLength":1,
                                    "maxLength":30
                                }
                            },
                            "required":[
                                "alias"
                            ],
                            "additionalProperties":false
                        },
                        {
                            "type":"null"
                        }
                    ]
                },
                "description":{
                    "description":"Description for the process",
                    "type":"string",
                    "minLength":1,
                    "maxLength":4095
                }
            },
            "additionalProperties":false
        },
        "ogg:command":{
            "x-oneOf":[
                {
                    "description":"Start an Extract or Replicat",
                    "type":"object",
                    "properties":{
                        "processName":{
                            "type":"string",
                            "pattern":"^[*A-Z_$][*A-Z0-9_$]*$",
                            "minLength":1,
                            "maxLength":8
                        },
                        "after":{
                            "description":"Directs Extract/Replicat to position its start point at the beginning of the first transaction after the one that has the specified CSN. Any transactions in the data source that have CSN values that are less than, or equal to, the specified one are skipped.",
                            "x-oneOf":[
                                {
                                    "description":"Normal format",
                                    "type":"integer",
                                    "minimum":0,
                                    "maximum":9.223372036854776E18
                                },
                                {
                                    "description":"Alternate format",
                                    "type":"string",
                                    "pattern":"[0-9]+[.][0-9]+",
                                    "minLength":3,
                                    "maxLength":64
                                }
                            ]
                        },
                        "threads":{
                            "description":"Valid when used with 'skipTransaction', 'at', or 'after' with Replicat in coordinated mode. Starts the specified Replicat thread or threads at the specified location.",
                            "type":"array",
                            "items":{
                                "type":"integer",
                                "minimum":1,
                                "maximum":500
                            },
                            "minItems":1,
                            "maxItems":500
                        },
                        "name":{
                            "enum":[
                                "start"
                            ]
                        },
                        "processType":{
                            "enum":[
                                "extract",
                                "replicat",
                                "ER"
                            ],
                            "default":"ER"
                        },
                        "$schema":{
                            "enum":[
                                "ogg:command"
                            ]
                        },
                        "skipTransaction":{
                            "description":"Causes Replicat to skip the first transaction after its expected startup position in the trail. All operations from that first transaction are excluded.",
                            "type":"boolean",
                            "default":false
                        },
                        "filterDuplicates":{
                            "description":"Causes Replicat to ignore transactions that it has already processed. Use when Extract was repositioned to a new start point (using the ATCSN or AFTERCSN) and you are confident that there are duplicate transactions in the trail that could cause Replicat to abend. This option requires the use of a checkpoint table. If the database is Oracle, this option is valid only for Replicat in nonintegrated mode. Integrated mode handles duplicate transactions transparently. The default is true.",
                            "type":"boolean",
                            "default":true
                        },
                        "at":{
                            "description":"Directs Extract/Replicat to position its start point at the transaction that has the specified CSN. Any transactions in the data source that have CSN values less than the specified one are skipped.",
                            "x-oneOf":[
                                {
                                    "description":"Normal format",
                                    "type":"integer",
                                    "minimum":0,
                                    "maximum":9.223372036854776E18
                                },
                                {
                                    "description":"Alternate format",
                                    "type":"string",
                                    "pattern":"[0-9]+[.][0-9]+",
                                    "minLength":3,
                                    "maxLength":64
                                }
                            ]
                        }
                    },
                    "additionalProperties":false,
                    "allOf":[
                        {
                            "required":[
                                "name",
                                "processName"
                            ]
                        },
                        {
                            "not":{
                                "required":[
                                    "at",
                                    "after"
                                ]
                            }
                        },
                        {
                            "not":{
                                "required":[
                                    "at",
                                    "skipTransaction"
                                ]
                            }
                        },
                        {
                            "not":{
                                "required":[
                                    "after",
                                    "skipTransaction"
                                ]
                            }
                        },
                        {
                            "dependencies":{
                                "filterDuplicates":{
                                    "properties":{
                                        "processType":{
                                            "enum":[
                                                "replicat",
                                                "ER"
                                            ]
                                        }
                                    }
                                },
                                "threads":{
                                    "properties":{
                                        "processType":{
                                            "enum":[
                                                "replicat",
                                                "ER"
                                            ]
                                        }
                                    }
                                }
                            }
                        },
                        {
                            "x-anyOf":[
                                {
                                    "dependencies":{
                                        "threads":[
                                            "at"
                                        ]
                                    }
                                },
                                {
                                    "dependencies":{
                                        "threads":[
                                            "after"
                                        ]
                                    }
                                },
                                {
                                    "dependencies":{
                                        "threads":[
                                            "skipTransaction"
                                        ]
                                    }
                                }
                            ]
                        }
                    ]
                },
                {
                    "description":"Stop an Extract or Replicat",
                    "type":"object",
                    "properties":{
                        "$schema":{
                            "enum":[
                                "ogg:command"
                            ]
                        },
                        "name":{
                            "enum":[
                                "stop"
                            ]
                        },
                        "processType":{
                            "enum":[
                                "extract",
                                "replicat",
                                "ER"
                            ],
                            "default":"ER"
                        },
                        "processName":{
                            "type":"string",
                            "pattern":"^[*A-Z_$][*A-Z0-9_$]*$",
                            "minLength":1,
                            "maxLength":8
                        },
                        "force":{
                            "type":"boolean",
                            "default":false
                        }
                    },
                    "required":[
                        "name",
                        "processName"
                    ],
                    "additionalProperties":false
                },
                {
                    "description":"Kill an Extract or Replicat",
                    "type":"object",
                    "properties":{
                        "$schema":{
                            "enum":[
                                "ogg:command"
                            ]
                        },
                        "name":{
                            "enum":[
                                "kill"
                            ]
                        },
                        "processType":{
                            "enum":[
                                "extract",
                                "replicat",
                                "ER"
                            ],
                            "default":"ER"
                        },
                        "processName":{
                            "type":"string",
                            "pattern":"^[*A-Z_$][*A-Z0-9_$]*$",
                            "minLength":1,
                            "maxLength":8
                        }
                    },
                    "required":[
                        "name",
                        "processName"
                    ],
                    "additionalProperties":false
                },
                {
                    "description":"Execute an Extract or Replicat",
                    "type":"object",
                    "properties":{
                        "$schema":{
                            "enum":[
                                "ogg:command"
                            ]
                        },
                        "name":{
                            "enum":[
                                "execute"
                            ]
                        },
                        "processType":{
                            "enum":[
                                "extract",
                                "replicat",
                                "ER"
                            ],
                            "default":"ER"
                        },
                        "processName":{
                            "type":"string",
                            "pattern":"^[A-Z_$][A-Z0-9_$]*$",
                            "minLength":1,
                            "maxLength":8
                        }
                    },
                    "required":[
                        "name",
                        "processName"
                    ],
                    "additionalProperties":false
                },
                {
                    "description":"Synchronize a Replicat",
                    "type":"object",
                    "properties":{
                        "$schema":{
                            "enum":[
                                "ogg:command"
                            ]
                        },
                        "name":{
                            "enum":[
                                "synchronize"
                            ]
                        },
                        "processType":{
                            "enum":[
                                "replicat"
                            ]
                        },
                        "processName":{
                            "type":"string",
                            "pattern":"^[*A-Z_$][*A-Z0-9_$]*$",
                            "minLength":1,
                            "maxLength":8
                        }
                    },
                    "required":[
                        "name",
                        "processName"
                    ],
                    "additionalProperties":false
                },
                {
                    "description":"Execute the Monitor Agent",
                    "type":"object",
                    "properties":{
                        "$schema":{
                            "enum":[
                                "ogg:command"
                            ]
                        },
                        "name":{
                            "enum":[
                                "execute"
                            ]
                        },
                        "processName":{
                            "enum":[
                                "Monitor Agent"
                            ]
                        }
                    },
                    "required":[
                        "name",
                        "processName"
                    ],
                    "additionalProperties":false
                },
                {
                    "description":"Report on Processes",
                    "type":"object",
                    "properties":{
                        "$schema":{
                            "enum":[
                                "ogg:command"
                            ]
                        },
                        "name":{
                            "enum":[
                                "report"
                            ]
                        },
                        "reportType":{
                            "enum":[
                                "up",
                                "down"
                            ]
                        }
                    },
                    "required":[
                        "name",
                        "reportType"
                    ],
                    "additionalProperties":false
                },
                {
                    "description":"Report on Process Lag",
                    "type":"object",
                    "properties":{
                        "$schema":{
                            "enum":[
                                "ogg:command"
                            ]
                        },
                        "name":{
                            "enum":[
                                "report"
                            ]
                        },
                        "reportType":{
                            "enum":[
                                "lag"
                            ]
                        },
                        "thresholds":{
                            "type":"array",
                            "items":{
                                "type":"object",
                                "properties":{
                                    "type":{
                                        "enum":[
                                            "info",
                                            "critical"
                                        ]
                                    },
                                    "units":{
                                        "x-oneOf":[
                                            {
                                                "enum":[
                                                    "seconds"
                                                ]
                                            },
                                            {
                                                "enum":[
                                                    "minutes"
                                                ]
                                            },
                                            {
                                                "enum":[
                                                    "hours"
                                                ]
                                            }
                                        ]
                                    },
                                    "value":{
                                        "type":"integer",
                                        "minimum":0,
                                        "maximum":65535
                                    }
                                },
                                "required":[
                                    "type",
                                    "units",
                                    "value"
                                ],
                                "additionalProperties":false
                            },
                            "minItems":1,
                            "maxItems":2
                        }
                    },
                    "required":[
                        "name",
                        "reportType",
                        "thresholds"
                    ],
                    "additionalProperties":false
                },
                {
                    "description":"Report Operating System and database version information",
                    "type":"object",
                    "properties":{
                        "$schema":{
                            "enum":[
                                "ogg:command"
                            ]
                        },
                        "name":{
                            "enum":[
                                "report"
                            ]
                        },
                        "reportType":{
                            "enum":[
                                "versions"
                            ]
                        },
                        "credentials":{
                            "description":"Credentials for database",
                            "default":null,
                            "x-oneOf":[
                                {
                                    "type":"object",
                                    "properties":{
                                        "$schema":{
                                            "enum":[
                                                "ogg:credentialsRef"
                                            ]
                                        },
                                        "domain":{
                                            "type":"string",
                                            "pattern":"^[a-zA-Z][a-zA-Z0-9_#$]*$",
                                            "minLength":1,
                                            "maxLength":30,
                                            "default":"OracleGoldenGate"
                                        },
                                        "alias":{
                                            "type":"string",
                                            "pattern":"^[a-zA-Z][a-zA-Z0-9_#$]*$",
                                            "minLength":1,
                                            "maxLength":30
                                        }
                                    },
                                    "required":[
                                        "alias"
                                    ],
                                    "additionalProperties":false
                                },
                                {
                                    "type":"null"
                                }
                            ]
                        }
                    },
                    "required":[
                        "name",
                        "reportType"
                    ],
                    "additionalProperties":false
                },
                {
                    "description":"Lists the schemas in the database with names that match the input specification",
                    "type":"object",
                    "properties":{
                        "$schema":{
                            "enum":[
                                "ogg:command"
                            ]
                        },
                        "name":{
                            "enum":[
                                "report"
                            ]
                        },
                        "reportType":{
                            "enum":[
                                "schemas"
                            ]
                        },
                        "credentials":{
                            "description":"Credentials for database",
                            "type":"object",
                            "properties":{
                                "$schema":{
                                    "enum":[
                                        "ogg:credentialsRef"
                                    ]
                                },
                                "domain":{
                                    "type":"string",
                                    "pattern":"^[a-zA-Z][a-zA-Z0-9_#$]*$",
                                    "minLength":1,
                                    "maxLength":30,
                                    "default":"OracleGoldenGate"
                                },
                                "alias":{
                                    "type":"string",
                                    "pattern":"^[a-zA-Z][a-zA-Z0-9_#$]*$",
                                    "minLength":1,
                                    "maxLength":30
                                }
                            },
                            "required":[
                                "alias"
                            ],
                            "additionalProperties":false
                        },
                        "qualified":{
                            "description":"If true, returned schema names are fully qualified",
                            "type":"boolean",
                            "default":true
                        },
                        "specification":{
                            "description":"The name of a schema which can include wildcard characters",
                            "x-anyOf":[
                                {
                                    "type":"string",
                                    "pattern":"^([^.\"]{1,128}|[\"].{1,128}[\"])$",
                                    "minLength":1,
                                    "maxLength":130
                                },
                                {
                                    "type":"string",
                                    "pattern":"^([^.*?\"]{1,128}|[\"].{1,128}[\"])[.]([^.\"]{1,128}|[\"].{1,128}[\"])$",
                                    "minLength":3,
                                    "maxLength":261
                                }
                            ]
                        }
                    },
                    "required":[
                        "name",
                        "reportType",
                        "credentials",
                        "specification"
                    ],
                    "additionalProperties":false
                },
                {
                    "description":"Lists the tables in the database with names that match the input specification",
                    "type":"object",
                    "properties":{
                        "$schema":{
                            "enum":[
                                "ogg:command"
                            ]
                        },
                        "name":{
                            "enum":[
                                "report"
                            ]
                        },
                        "reportType":{
                            "enum":[
                                "tables"
                            ]
                        },
                        "credentials":{
                            "description":"Credentials for database",
                            "type":"object",
                            "properties":{
                                "$schema":{
                                    "enum":[
                                        "ogg:credentialsRef"
                                    ]
                                },
                                "domain":{
                                    "type":"string",
                                    "pattern":"^[a-zA-Z][a-zA-Z0-9_#$]*$",
                                    "minLength":1,
                                    "maxLength":30,
                                    "default":"OracleGoldenGate"
                                },
                                "alias":{
                                    "type":"string",
                                    "pattern":"^[a-zA-Z][a-zA-Z0-9_#$]*$",
                                    "minLength":1,
                                    "maxLength":30
                                }
                            },
                            "required":[
                                "alias"
                            ],
                            "additionalProperties":false
                        },
                        "qualified":{
                            "description":"If true, returned table names are fully qualified",
                            "type":"boolean",
                            "default":true
                        },
                        "specification":{
                            "description":"The name of a table or a group of tables which can include wildcard characters",
                            "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
                                }
                            ]
                        },
                        "tableType":{
                            "description":"The type of table to list",
                            "enum":[
                                "any",
                                "checkpoint",
                                "trace"
                            ],
                            "default":"any"
                        }
                    },
                    "required":[
                        "name",
                        "reportType",
                        "credentials",
                        "specification"
                    ],
                    "additionalProperties":false
                },
                {
                    "description":"Lists the checkpoint tables in the database with names that match the input specification",
                    "type":"object",
                    "properties":{
                        "$schema":{
                            "enum":[
                                "ogg:command"
                            ]
                        },
                        "name":{
                            "enum":[
                                "report"
                            ]
                        },
                        "reportType":{
                            "enum":[
                                "checkpointTables"
                            ]
                        },
                        "credentials":{
                            "description":"Credentials for database",
                            "type":"object",
                            "properties":{
                                "$schema":{
                                    "enum":[
                                        "ogg:credentialsRef"
                                    ]
                                },
                                "domain":{
                                    "type":"string",
                                    "pattern":"^[a-zA-Z][a-zA-Z0-9_#$]*$",
                                    "minLength":1,
                                    "maxLength":30,
                                    "default":"OracleGoldenGate"
                                },
                                "alias":{
                                    "type":"string",
                                    "pattern":"^[a-zA-Z][a-zA-Z0-9_#$]*$",
                                    "minLength":1,
                                    "maxLength":30
                                }
                            },
                            "required":[
                                "alias"
                            ],
                            "additionalProperties":false
                        },
                        "specification":{
                            "description":"The name of a checkpoint table or a group of checkpoint tables which can include wildcard characters",
                            "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
                                }
                            ]
                        }
                    },
                    "required":[
                        "name",
                        "reportType",
                        "credentials",
                        "specification"
                    ],
                    "additionalProperties":false
                },
                {
                    "description":"Lists the containers in the database with names that match the input specification",
                    "type":"object",
                    "properties":{
                        "$schema":{
                            "enum":[
                                "ogg:command"
                            ]
                        },
                        "name":{
                            "enum":[
                                "report"
                            ]
                        },
                        "reportType":{
                            "enum":[
                                "containers"
                            ]
                        },
                        "credentials":{
                            "description":"Credentials for database",
                            "type":"object",
                            "properties":{
                                "$schema":{
                                    "enum":[
                                        "ogg:credentialsRef"
                                    ]
                                },
                                "domain":{
                                    "type":"string",
                                    "pattern":"^[a-zA-Z][a-zA-Z0-9_#$]*$",
                                    "minLength":1,
                                    "maxLength":30,
                                    "default":"OracleGoldenGate"
                                },
                                "alias":{
                                    "type":"string",
                                    "pattern":"^[a-zA-Z][a-zA-Z0-9_#$]*$",
                                    "minLength":1,
                                    "maxLength":30
                                }
                            },
                            "required":[
                                "alias"
                            ],
                            "additionalProperties":false
                        },
                        "specification":{
                            "description":"The name of a container or a group of containers which can include wildcard characters",
                            "type":"string",
                            "pattern":"^([^.\"]{1,128}|[\"].{1,128}[\"])$",
                            "minLength":1,
                            "maxLength":130
                        }
                    },
                    "required":[
                        "name",
                        "reportType",
                        "credentials",
                        "specification"
                    ],
                    "additionalProperties":false
                },
                {
                    "description":"Purge checkpoint history for ER processes",
                    "type":"object",
                    "properties":{
                        "$schema":{
                            "enum":[
                                "ogg:command"
                            ]
                        },
                        "name":{
                            "enum":[
                                "purge"
                            ]
                        },
                        "purgeType":{
                            "enum":[
                                "checkpoints"
                            ]
                        },
                        "processType":{
                            "enum":[
                                "extract",
                                "replicat",
                                "ER"
                            ],
                            "default":"ER"
                        },
                        "processName":{
                            "type":"string",
                            "pattern":"^[*A-Z_$][*A-Z0-9_$]*$",
                            "minLength":1,
                            "maxLength":8
                        },
                        "keep":{
                            "type":"array",
                            "items":{
                                "type":"object",
                                "properties":{
                                    "type":{
                                        "enum":[
                                            "max"
                                        ]
                                    },
                                    "units":{
                                        "x-oneOf":[
                                            {
                                                "enum":[
                                                    "checkpoints"
                                                ]
                                            }
                                        ]
                                    },
                                    "value":{
                                        "type":"integer",
                                        "minimum":1,
                                        "maximum":500
                                    }
                                },
                                "required":[
                                    "type",
                                    "units",
                                    "value"
                                ],
                                "additionalProperties":false
                            },
                            "minItems":1,
                            "maxItems":1
                        }
                    },
                    "required":[
                        "name",
                        "purgeType",
                        "processName",
                        "keep"
                    ],
                    "additionalProperties":false
                },
                {
                    "type":"object",
                    "properties":{
                        "$schema":{
                            "enum":[
                                "ogg:command"
                            ]
                        },
                        "name":{
                            "enum":[
                                "purge"
                            ]
                        },
                        "purgeType":{
                            "enum":[
                                "ddlHistory",
                                "ddlHistoryAlt",
                                "markerHistory"
                            ]
                        },
                        "credentials":{
                            "description":"Credentials for database",
                            "type":"object",
                            "properties":{
                                "$schema":{
                                    "enum":[
                                        "ogg:credentialsRef"
                                    ]
                                },
                                "domain":{
                                    "type":"string",
                                    "pattern":"^[a-zA-Z][a-zA-Z0-9_#$]*$",
                                    "minLength":1,
                                    "maxLength":30,
                                    "default":"OracleGoldenGate"
                                },
                                "alias":{
                                    "type":"string",
                                    "pattern":"^[a-zA-Z][a-zA-Z0-9_#$]*$",
                                    "minLength":1,
                                    "maxLength":30
                                }
                            },
                            "required":[
                                "alias"
                            ],
                            "additionalProperties":false
                        },
                        "keep":{
                            "type":"array",
                            "items":{
                                "x-oneOf":[
                                    {
                                        "description":"Minimum number of hours",
                                        "type":"object",
                                        "properties":{
                                            "type":{
                                                "enum":[
                                                    "min"
                                                ]
                                            },
                                            "units":{
                                                "enum":[
                                                    "hours"
                                                ]
                                            },
                                            "value":{
                                                "description":"Allowed value for hours value",
                                                "type":"integer",
                                                "minimum":1,
                                                "maximum":1000
                                            }
                                        },
                                        "required":[
                                            "type",
                                            "units",
                                            "value"
                                        ],
                                        "additionalProperties":false
                                    },
                                    {
                                        "description":"Maximum number of hours",
                                        "type":"object",
                                        "properties":{
                                            "type":{
                                                "enum":[
                                                    "max"
                                                ]
                                            },
                                            "units":{
                                                "enum":[
                                        