{
    "definitions": {
        "API_SUPLR_EVAL_RESPONSE_SRV": {
            "kind": "service"
        },
        "API_SUPLR_EVAL_RESPONSE_SRV.A_SuplrEvalRspAppraiser": {
            "kind": "entity",
            "@cds.persistence.skip": true,
            "elements": {
                "SuplrEvalRspPartyUUID": {
                    "key": true,
                    "type": "cds.UUID"
                },
                "SuplrEvalRspUUID": {
                    "type": "cds.UUID"
                },
                "UserID": {
                    "type": "cds.String",
                    "length": 12
                }
            }
        },
        "API_SUPLR_EVAL_RESPONSE_SRV.A_SuplrEvalRspExplText": {
            "kind": "entity",
            "@cds.persistence.skip": true,
            "elements": {
                "SuplrEvalReqUUID": {
                    "key": true,
                    "type": "cds.UUID"
                },
                "Language": {
                    "key": true,
                    "type": "cds.String",
                    "length": 2
                },
                "SuplrEvalRspExplanationText": {
                    "type": "cds.LargeString"
                }
            }
        },
        "API_SUPLR_EVAL_RESPONSE_SRV.A_SuplrEvalRspExternalName": {
            "kind": "entity",
            "@cds.persistence.skip": true,
            "elements": {
                "SuplrEvalRspUUID": {
                    "key": true,
                    "type": "cds.UUID"
                },
                "Language": {
                    "key": true,
                    "type": "cds.String",
                    "length": 2
                },
                "SuplrEvalReqExternalNameUUID": {
                    "type": "cds.UUID"
                },
                "SuplrEvalReqExternalName": {
                    "type": "cds.String",
                    "length": 60
                }
            }
        },
        "API_SUPLR_EVAL_RESPONSE_SRV.A_SuplrEvalRspIntroduction": {
            "kind": "entity",
            "@cds.persistence.skip": true,
            "elements": {
                "SuplrEvalReqUUID": {
                    "key": true,
                    "type": "cds.UUID"
                },
                "Language": {
                    "key": true,
                    "type": "cds.String",
                    "length": 2
                },
                "SuplrEvalRspIntroductionText": {
                    "type": "cds.LargeString"
                }
            }
        },
        "API_SUPLR_EVAL_RESPONSE_SRV.A_SuplrEvalRspLanguage": {
            "kind": "entity",
            "@cds.persistence.skip": true,
            "elements": {
                "SuplrEvalRspLanguageUUID": {
                    "key": true,
                    "type": "cds.UUID"
                },
                "SuplrEvalRspQuestionnaireUUID": {
                    "type": "cds.UUID"
                },
                "SuplrEvalRspUUID": {
                    "type": "cds.UUID"
                },
                "IsMasterLanguage": {
                    "type": "cds.String",
                    "length": 1
                },
                "IsSelectedLanguage": {
                    "type": "cds.String",
                    "length": 1
                },
                "Language": {
                    "type": "cds.String",
                    "length": 2
                }
            }
        },
        "API_SUPLR_EVAL_RESPONSE_SRV.A_SuplrEvalRspPurchaserResp": {
            "kind": "entity",
            "@cds.persistence.skip": true,
            "elements": {
                "SuplrEvalRspPartyUUID": {
                    "key": true,
                    "type": "cds.UUID"
                },
                "SuplrEvalRspUUID": {
                    "type": "cds.UUID"
                },
                "UserID": {
                    "type": "cds.String",
                    "length": 12
                }
            }
        },
        "API_SUPLR_EVAL_RESPONSE_SRV.A_SuplrEvalRspQuestion": {
            "kind": "entity",
            "@cds.persistence.skip": true,
            "elements": {
                "SuplrEvalRspQuestionUUID": {
                    "key": true,
                    "type": "cds.UUID"
                },
                "SuplrEvalRspUUID": {
                    "type": "cds.UUID"
                },
                "SuplrEvalRspBrnchgQuestionUUID": {
                    "type": "cds.UUID"
                },
                "SuplrEvalRspSectionUUID": {
                    "type": "cds.UUID"
                },
                "SuplrEvalRspBrnchgQstnValnUUID": {
                    "type": "cds.UUID"
                },
                "SuplrEvalReqQuestionUUID": {
                    "type": "cds.UUID"
                },
                "SupplierEvalQuestion": {
                    "type": "cds.String",
                    "length": 20
                },
                "SupplierEvalRequestQuestion": {
                    "type": "cds.String",
                    "length": 20
                },
                "QuestionName": {
                    "type": "cds.String",
                    "length": 60
                },
                "IsDisqualifyingQuestion": {
                    "type": "cds.String",
                    "length": 1
                },
                "IsMandatoryQuestion": {
                    "type": "cds.String",
                    "length": 1
                },
                "IsQuestionCommentEnabled": {
                    "type": "cds.String",
                    "length": 1
                },
                "NumberOfResponses": {
                    "type": "cds.Integer"
                },
                "SLCPreferredAnswer": {
                    "type": "cds.String",
                    "length": 1
                },
                "SLCQuestionAttachmentOption": {
                    "type": "cds.String",
                    "length": 1
                },
                "SuplrEvalOrdinalNumber": {
                    "type": "cds.Integer"
                },
                "SuplrEvalRspBrnchgQuestion": {
                    "type": "cds.String",
                    "length": 20
                },
                "SuplrEvalRspBrnchgQuestionValn": {
                    "type": "cds.String",
                    "length": 20
                },
                "SLCQuestionType": {
                    "type": "cds.String",
                    "length": 2
                },
                "WeightingFactor": {
                    "type": "cds.Integer"
                },
                "MinimalScore": {
                    "type": "cds.Integer"
                },
                "TargetScore": {
                    "type": "cds.Integer"
                },
                "to_SuplrEvalRspExplText": {
                    "type": "cds.Association",
                    "target": "API_SUPLR_EVAL_RESPONSE_SRV.A_SuplrEvalRspExplText",
                    "cardinality": {
                        "max": "*"
                    }
                },
                "to_SuplrEvalRspQuestionText": {
                    "type": "cds.Association",
                    "target": "API_SUPLR_EVAL_RESPONSE_SRV.A_SuplrEvalRspQuestionText",
                    "cardinality": {
                        "max": "*"
                    }
                }
            }
        },
        "API_SUPLR_EVAL_RESPONSE_SRV.A_SuplrEvalRspQuestionText": {
            "kind": "entity",
            "@cds.persistence.skip": true,
            "elements": {
                "SuplrEvalReqUUID": {
                    "key": true,
                    "type": "cds.UUID"
                },
                "Language": {
                    "key": true,
                    "type": "cds.String",
                    "length": 2
                },
                "SuplrEvalRspQuestionText": {
                    "type": "cds.LargeString"
                }
            }
        },
        "API_SUPLR_EVAL_RESPONSE_SRV.A_SuplrEvalRspRootQnaire": {
            "kind": "entity",
            "@cds.persistence.skip": true,
            "elements": {
                "SuplrEvalRspQuestionnaireUUID": {
                    "key": true,
                    "type": "cds.UUID"
                },
                "SuplrEvalRspUUID": {
                    "type": "cds.UUID"
                },
                "CalculatedScore": {
                    "type": "cds.Double"
                },
                "IsScoringRelevant": {
                    "type": "cds.Boolean"
                },
                "MinimalScore": {
                    "type": "cds.Integer"
                },
                "NumberOfResponses": {
                    "type": "cds.Integer"
                },
                "SuplrEvalOrdinalNumber": {
                    "type": "cds.Integer"
                },
                "TargetScore": {
                    "type": "cds.Integer"
                },
                "WeightingFactor": {
                    "type": "cds.Integer"
                },
                "to_SuplrEvalRspStrucQnaire": {
                    "type": "cds.Association",
                    "target": "API_SUPLR_EVAL_RESPONSE_SRV.A_SuplrEvalRspStrucQnaire",
                    "cardinality": {
                        "max": "*"
                    }
                }
            }
        },
        "API_SUPLR_EVAL_RESPONSE_SRV.A_SuplrEvalRspSection": {
            "kind": "entity",
            "@cds.persistence.skip": true,
            "elements": {
                "SuplrEvalRspSectionUUID": {
                    "key": true,
                    "type": "cds.UUID"
                },
                "SuplrEvalRspUUID": {
                    "type": "cds.UUID"
                },
                "SuplrEvalRspQuestionnaireUUID": {
                    "type": "cds.UUID"
                },
                "SuplrEvalReqSectionUUID": {
                    "type": "cds.UUID"
                },
                "SupplierEvalResponseSection": {
                    "type": "cds.String",
                    "length": 20
                },
                "SupplierEvalResponseSctnAltv": {
                    "type": "cds.Integer"
                },
                "QuestionnaireSectionName": {
                    "type": "cds.String",
                    "length": 60
                },
                "WeightingFactor": {
                    "type": "cds.Integer"
                },
                "MinimalScore": {
                    "type": "cds.Integer"
                },
                "TargetScore": {
                    "type": "cds.Integer"
                },
                "CalculatedScore": {
                    "type": "cds.Double"
                },
                "NumberOfResponses": {
                    "type": "cds.Integer"
                },
                "to_SuplrEvalRspQuestion": {
                    "type": "cds.Association",
                    "target": "API_SUPLR_EVAL_RESPONSE_SRV.A_SuplrEvalRspQuestion",
                    "cardinality": {
                        "max": "*"
                    }
                },
                "to_SuplrEvalRspSectionText": {
                    "type": "cds.Association",
                    "target": "API_SUPLR_EVAL_RESPONSE_SRV.A_SuplrEvalRspSectionText",
                    "cardinality": {
                        "max": "*"
                    }
                }
            }
        },
        "API_SUPLR_EVAL_RESPONSE_SRV.A_SuplrEvalRspSectionText": {
            "kind": "entity",
            "@cds.persistence.skip": true,
            "elements": {
                "SuplrEvalReqUUID": {
                    "key": true,
                    "type": "cds.UUID"
                },
                "Language": {
                    "key": true,
                    "type": "cds.String",
                    "length": 2
                },
                "SuplrEvalRspSectionText": {
                    "type": "cds.LargeString"
                }
            }
        },
        "API_SUPLR_EVAL_RESPONSE_SRV.A_SuplrEvalRspStrucQnaire": {
            "kind": "entity",
            "@cds.persistence.skip": true,
            "elements": {
                "SuplrEvalRspQuestionnaireUUID": {
                    "key": true,
                    "type": "cds.UUID"
                },
                "SuplrEvalRspRootQnaireUUID": {
                    "type": "cds.UUID"
                },
                "SuplrEvalRspUUID": {
                    "type": "cds.UUID"
                },
                "QuestionnaireName": {
                    "type": "cds.String",
                    "length": 60
                },
                "CalculatedScore": {
                    "type": "cds.Double"
                },
                "IsScoringRelevant": {
                    "type": "cds.Boolean"
                },
                "MinimalScore": {
                    "type": "cds.Integer"
                },
                "NumberOfResponses": {
                    "type": "cds.Integer"
                },
                "SuplrEvalOrdinalNumber": {
                    "type": "cds.Integer"
                },
                "TargetScore": {
                    "type": "cds.Integer"
                },
                "WeightingFactor": {
                    "type": "cds.Integer"
                },
                "to_SuplrEvalRspSection": {
                    "type": "cds.Association",
                    "target": "API_SUPLR_EVAL_RESPONSE_SRV.A_SuplrEvalRspSection",
                    "cardinality": {
                        "max": "*"
                    }
                }
            }
        },
        "API_SUPLR_EVAL_RESPONSE_SRV.A_SuplrEvalRspSupplier": {
            "kind": "entity",
            "@cds.persistence.skip": true,
            "elements": {
                "SuplrEvalRspPartyUUID": {
                    "key": true,
                    "type": "cds.UUID"
                },
                "SuplrEvalRspUUID": {
                    "type": "cds.UUID"
                },
                "BusinessPartner": {
                    "type": "cds.String",
                    "length": 10
                }
            }
        },
        "API_SUPLR_EVAL_RESPONSE_SRV.A_SupplierEvaluationResponse": {
            "kind": "entity",
            "@cds.persistence.skip": true,
            "elements": {
                "SuplrEvalRspUUID": {
                    "key": true,
                    "type": "cds.UUID"
                },
                "SuplrEvalReqUUID": {
                    "type": "cds.UUID"
                },
                "PurgCatUUID": {
                    "type": "cds.UUID"
                },
                "SupplierEvalResponse": {
                    "type": "cds.String",
                    "length": 20
                },
                "SuplrEvalRspName": {
                    "type": "cds.String",
                    "length": 60
                },
                "Language": {
                    "type": "cds.String",
                    "length": 2
                },
                "CreatedByUser": {
                    "type": "cds.String",
                    "length": 60
                },
                "LastChangedByUser": {
                    "type": "cds.String",
                    "length": 60
                },
                "SuplrEvalStartDate": {
                    "type": "cds.Date"
                },
                "SuplrEvalEndDate": {
                    "type": "cds.Date"
                },
                "SuplrEvalDeadlineDate": {
                    "type": "cds.Date"
                },
                "LastChangeDateTime": {
                    "type": "cds.Timestamp"
                },
                "SuplrEvalSubmissionDateTime": {
                    "type": "cds.Timestamp"
                },
                "CreationDateTime": {
                    "type": "cds.Timestamp"
                },
                "SuplrEvalRspLifecycleStatus": {
                    "type": "cds.String",
                    "length": 2
                },
                "to_SuplrEvalRspAppraiser": {
                    "type": "cds.Association",
                    "target": "API_SUPLR_EVAL_RESPONSE_SRV.A_SuplrEvalRspAppraiser"
                },
                "to_SuplrEvalRspExternalName": {
                    "type": "cds.Association",
                    "target": "API_SUPLR_EVAL_RESPONSE_SRV.A_SuplrEvalRspExternalName",
                    "cardinality": {
                        "max": "*"
                    }
                },
                "to_SuplrEvalRspIntroduction": {
                    "type": "cds.Association",
                    "target": "API_SUPLR_EVAL_RESPONSE_SRV.A_SuplrEvalRspIntroduction",
                    "cardinality": {
                        "max": "*"
                    }
                },
                "to_SuplrEvalRspLanguage": {
                    "type": "cds.Association",
                    "target": "API_SUPLR_EVAL_RESPONSE_SRV.A_SuplrEvalRspLanguage",
                    "cardinality": {
                        "max": "*"
                    }
                },
                "to_SuplrEvalRspPurchaserResp": {
                    "type": "cds.Association",
                    "target": "API_SUPLR_EVAL_RESPONSE_SRV.A_SuplrEvalRspPurchaserResp"
                },
                "to_SuplrEvalRspRootQnaire": {
                    "type": "cds.Association",
                    "target": "API_SUPLR_EVAL_RESPONSE_SRV.A_SuplrEvalRspRootQnaire"
                },
                "to_SuplrEvalRspSupplier": {
                    "type": "cds.Association",
                    "target": "API_SUPLR_EVAL_RESPONSE_SRV.A_SuplrEvalRspSupplier"
                }
            }
        }
    }
}