Infinity

Not logged in
Home

❯

Part 3 Prototype Demo

❯

Input from Workshop 2

❯

JSON Action Templates

❯

proposeComplianceStatus

{ “openapi”: “3.1.0”, “info”: { “title”: “Propose Compliance Status”, “version”: “v1.0.0” }, “paths”: { “/proposeComplianceStatus”: { “get”: { “description”: “For a given requirement, proposes a compliance status based on offer documents.”, “operationId”: “ProposeComplianceStatus”, “parameters”: [ { “name”: “reqId”, “in”: “query”, “required”: true, “schema”: { “type”: “string” } }, { “name”: “statusSuggestion”, “in”: “query”, “required”: true, “schema”: { “type”: “string”, “enum”: [“Fully Compliant”, “Equivalent”, “Deviation Required”, “Unknown”, “Partially Compliant”] } }, { “name”: “offerEvidenceDoc”, “in”: “query”, “required”: true, “schema”: { “type”: “string” } }, { “name”: “offerEvidenceLocation”, “in”: “query”, “required”: true, “schema”: { “type”: “string”, “description”: “Page/Line/Section of the evidence.” } }, { “name”: “rationale”, “in”: “query”, “required”: true, “schema”: { “type”: “string”, “description”: “A one-line justification for the status.” } } ] } } } }


Loading authentication...

Graph View

Created with Infinity Constructor © 2025

  • Elynox | Go Further