addedInput schema / properties / verification
Added value: +{
+ "description": "Machine-verification contract applied to every claim.",
+ "properties": {
+ "artifact_kind": {
+ "default": "generic",
+ "enum": [
+ "generic",
+ "runx_skill"
+ ],
+ "type": "string"
+ },
+ "check_schedules": {
+ "additionalProperties": {
+ "properties": {
+ "blocks_acceptance": {
+ "type": "boolean"
+ },
+ "schedule": {
+ "properties": {
+ "not_before_seconds": {
+ "default": 0,
+ "maximum": 9007199254740991,
+ "minimum": 0,
+ "type": "integer"
+ },
+ "reason": {
+ "maxLength": 1000,
+ "type": "string"
+ },
+ "run": {
+ "default": "immediate",
+ "enum": [
+ "immediate",
+ "delayed"
+ ],
+ "type": "string"
+ }
+ },
+ "type": "object"
+ }
+ },
+ "type": "object"
+ },
+ "default": {},
+ "propertyNames": {
+ "minLength": 1,
+ "type": "string"
+ },
+ "type": "object"
+ },
+ "expected_package_name": {
+ "pattern": "^[a-z0-9][a-z0-9-]{0,79}$",
+ "type": "string"
+ },
+ "min_evidence_items": {
+ "default": 3,
+ "exclusiveMinimum": 0,
+ "maximum": 9007199254740991,
+ "type": "integer"
+ },
+ "min_quality_score": {
+ "default": 3,
+ "maximum": 5,
+ "minimum": 1,
+ "type": "number"
+ },
+ "min_report_bullets": {
+ "default": 4,
+ "exclusiveMinimum": 0,
+ "maximum": 9007199254740991,
+ "type": "integer"
+ },
+ "profile": {
+ "enum": [
+ "surface_audit_v1",
+ "identity_flow_v1",
+ "protocol_conformance_v1",
+ "policy_copy_audit_v1",
+ "quality_review_v1",
+ "published_artifact_v1",
+ "github_contribution_v1"
+ ],
+ "type": "string"
+ },
+ "quality_required": {
+ "default": true,
+ "type": "boolean"
+ },
+ "required_github_star_repos": {
+ "default": [],
+ "items": {
+ "pattern": "^[A-Za-z0-9_.-]+\\/[A-Za-z0-9_.-]+$",
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "requires_dogfood_block": {
+ "default": false,
+ "type": "boolean"
+ },
+ "requires_external_publication": {
+ "default": false,
+ "type": "boolean"
+ },
+ "requires_live_url": {
+ "default": false,
+ "type": "boolean"
+ },
+ "requires_public_receipt": {
+ "default": false,
+ "type": "boolean"
+ },
+ "runx_cli_min_version": {
+ "pattern": "^\\d+\\.\\d+\\.\\d+$",
+ "type": "string"
+ },
+ "runx_skill_min_harness_cases": {
+ "default": 2,
+ "exclusiveMinimum": 0,
+ "maximum": 50,
+ "type": "integer"
+ },
+ "runx_skill_min_harness_receipts": {
+ "default": 1,
+ "maximum": 50,
+ "minimum": 0,
+ "type": "integer"
+ }
+ },
+ "required": [
+ "profile"
+ ],
+ "type": "object"
+}