MCPcopy
hub / github.com/apache/caldera / RequirementSchema

Class RequirementSchema

app/objects/secondclass/c_requirement.py:6–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4
5
6class RequirementSchema(ma.Schema):
7
8 module = ma.fields.String()
9 relationship_match = ma.fields.List(ma.fields.Dict())
10
11 @ma.post_load()
12 def build_requirement(self, data, **_):
13 return Requirement(**data)
14
15
16class Requirement(BaseObject):

Callers 3

replaced_ability_payloadFunction · 0.90
RequirementClass · 0.85

Calls

no outgoing calls

Tested by 1

replaced_ability_payloadFunction · 0.72