{
    "meta": {
        "creator": "edmx2csn 1.0.41"
    },
    "$version": "0.2",
    "definitions": {
        "com.sap.gateway.srvd_a2x.api_detectionmethod.v0001.MaintNotifDetCode": {
            "kind": "entity",
            "@cds.persistence.skip": true,
            "elements": {
                "MaintNotifDetectionMethod": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "MaintNotifDetectionMethodText": {
                    "type": "cds.String",
                    "length": 40
                },
                "IsDeactivated": {
                    "type": "cds.Boolean"
                }
            }
        },
        "com.sap.gateway.srvd_a2x.api_detectionmethod.v0001.MaintNotifTypeDetProfile": {
            "kind": "entity",
            "@cds.persistence.skip": true,
            "elements": {
                "NotificationType": {
                    "key": true,
                    "type": "cds.String",
                    "length": 2
                },
                "MaintNotifDetectionProfile": {
                    "type": "cds.String",
                    "length": 2
                }
            }
        },
        "com.sap.gateway.srvd_a2x.api_detectionmethod.v0001.MaintNotifDetectionProfile": {
            "kind": "entity",
            "@cds.persistence.skip": true,
            "elements": {
                "MaintNotifDetectionProfile": {
                    "key": true,
                    "type": "cds.String",
                    "length": 2
                },
                "MaintNotifDetectionProfileText": {
                    "type": "cds.String",
                    "length": 40
                }
            }
        },
        "com.sap.gateway.srvd_a2x.api_detectionmethod.v0001.MaintNotifDetGroupCode": {
            "kind": "entity",
            "@cds.persistence.skip": true,
            "elements": {
                "MaintNotifDetectionGroup": {
                    "key": true,
                    "type": "cds.String",
                    "length": 8
                },
                "MaintNotifDetectionMethod": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "MaintNotifDetectionGroupText": {
                    "type": "cds.String",
                    "length": 40
                },
                "MaintNotifDetectionMethodText": {
                    "type": "cds.String",
                    "length": 40
                }
            }
        },
        "com.sap.gateway.srvd_a2x.api_detectionmethod.v0001.MaintNotifDetGroup": {
            "kind": "entity",
            "@cds.persistence.skip": true,
            "elements": {
                "MaintNotifDetectionGroup": {
                    "key": true,
                    "type": "cds.String",
                    "length": 8
                },
                "MaintNotifDetectionGroupText": {
                    "type": "cds.String",
                    "length": 40
                },
                "IsDeactivated": {
                    "type": "cds.Boolean"
                }
            }
        },
        "com.sap.gateway.srvd_a2x.api_detectionmethod.v0001.MaintNotifDetCatGroup": {
            "kind": "entity",
            "@cds.persistence.skip": true,
            "elements": {
                "MaintNotifDetectionProfile": {
                    "key": true,
                    "type": "cds.String",
                    "length": 2
                },
                "MaintNotifDetectionGroup": {
                    "key": true,
                    "type": "cds.String",
                    "length": 8
                },
                "MaintNotifDetectionProfileText": {
                    "type": "cds.String",
                    "length": 40
                },
                "MaintNotifDetectionGroupText": {
                    "type": "cds.String",
                    "length": 40
                }
            }
        },
        "com.sap.gateway.srvd_a2x.api_detectionmethod.v0001": {
            "kind": "service"
        }
    }
}