Setting the file. One moment.
Scoring Result · Agent Advisor · aws/agent-toolkit-for-aws · Skills Docs
ContentsBack to the top of the page Add Capabilities
81
Creating Amazon Aurora Db Cluster With Instances
104
Routing Traffic With Route53 And CloudFront
Resilience Program Design
Creating API Gateway Stage
(opens in a new tab)
scripts/schemas/ scoring-result.json
JSON · 81 lines · 3 KB
"value"
,
11 "reason" ,
12 "verification_key" ,
13 "verification_expected_value" ,
14 "verification_sources"
15 ],
16 "additionalProperties" : false ,
17 "properties" : {
18 "runtime" : { "type" : "string" },
19 "field" : { "type" : "string" },
20 "value" : {},
21 "reason" : { "type" : "string" },
22 "verification_key" : { "type" : "string" },
23 "verification_expected_value" : { "type" : "string" },
24 "verification_sources" : { "type" : "array" , "minItems" : 1 , "items" : { "type" : "string" } }
25 }
26 },
27 "scoredUnit" : {
28 "type" : "object" ,
29 "required" : [ "verdict" , "scores" , "eliminated" , "deferred_verification_requirements" , "recommendation_status" ],
30 "properties" : {
31 "verdict" : {
32 "enum" : [ "agentcore" , "lambda_microvms" , "ecs" , "eks" , "lambda" , "co_recommend" , "no_viable_runtime" ]
33 },
34 "scores" : { "type" : "object" , "additionalProperties" : { "type" : "integer" } },
35 "eliminated" : { "type" : "object" , "additionalProperties" : { "type" : "string" } },
36 "deferred_verification_requirements" : {
37 "type" : "array" ,
38 "items" : { "$ref" : "#/$defs/deferredVerificationRequirement" }
39 },
40 "recommendation_status" : { "enum" : [ "provisional" , "final" ] },
41 "deployment_model" : { "type" : [ "string" , "null" ], "enum" : [ "harness" , "framework_on_runtime" , null ] },
42 "agentcore_services" : { "type" : "array" , "items" : { "type" : "string" } },
43 "assumptions_used" : { "type" : "array" , "items" : { "type" : "string" } },
44 "warnings" : { "type" : "array" , "items" : { "type" : "string" } },
45 "co_recommend" : { "type" : "array" , "items" : { "type" : "string" } },
46 "blocking_constraints" : { "type" : "array" , "items" : { "type" : "string" } }
47 }
48 }
49 },
50 "type" : "object" ,
51 "required" : [
52 "verdict" ,
53 "scores" ,
54 "eliminated" ,
55 "deferred_verification_requirements" ,
56 "recommendation_status" ,
57 "deployment_model" ,
58 "agentcore_services" ,
59 "assumptions_used" ,
60 "warnings" ,
61 "units"
62 ],
63 "properties" : {
64 "verdict" : {
65 "enum" : [ "agentcore" , "lambda_microvms" , "ecs" , "eks" , "lambda" , "co_recommend" , "no_viable_runtime" ]
66 },
67 "scores" : { "type" : "object" , "additionalProperties" : { "type" : "integer" } },
68 "eliminated" : { "type" : "object" , "additionalProperties" : { "type" : "string" } },
69 "deployment_model" : { "type" : [ "string" , "null" ], "enum" : [ "harness" , "framework_on_runtime" , null ] },
70 "agentcore_services" : { "type" : "array" , "items" : { "type" : "string" } },
71 "assumptions_used" : { "type" : "array" , "items" : { "type" : "string" } },
72 "warnings" : { "type" : "array" , "items" : { "type" : "string" } },
73 "co_recommend" : { "type" : "array" , "items" : { "type" : "string" } },
74 "blocking_constraints" : { "type" : "array" , "items" : { "type" : "string" } },
75 "units" : {
76 "type" : "object" ,
77 "minProperties" : 1 ,
78 "additionalProperties" : { "$ref" : "#/$defs/scoredUnit" }
79 }
80 }
81 }