{"$schema":"https://json-schema.org/draft/2020-12/schema","$id":"https://www.moraltrade.org/schemas/moral-trade/performance-profile.schema.json","title":"Moral Trade Performance Profile","type":"object","required":["version","purpose","measurementCadence","observedFriction","metricTargets","instrumentationControls","routeFamilies","releaseGates","publicNonClaims","performanceTests"],"properties":{"version":{"type":"string","minLength":1},"purpose":{"type":"string","minLength":1},"measurementCadence":{"type":"string","minLength":1},"observedFriction":{"type":"array","minItems":2,"items":{"type":"object","required":["key","label","risk","mitigation"],"properties":{"key":{"type":"string","minLength":1},"label":{"type":"string","minLength":1},"risk":{"type":"string","minLength":1},"mitigation":{"type":"string","minLength":1}},"additionalProperties":false}},"metricTargets":{"type":"array","minItems":5,"items":{"type":"object","required":["key","label","source","target","threshold","publicReporting","dataBoundary"],"properties":{"key":{"type":"string","minLength":1},"label":{"type":"string","minLength":1},"source":{"type":"string","minLength":1},"target":{"type":"string","minLength":1},"threshold":{"type":"object","required":["operator","value","unit"],"properties":{"operator":{"enum":["lte","gte","eq"]},"value":{"type":"number"},"unit":{"type":"string","minLength":1}},"additionalProperties":false},"publicReporting":{"type":"string","minLength":1},"dataBoundary":{"type":"string","minLength":1}},"additionalProperties":false}},"instrumentationControls":{"type":"array","minItems":4,"items":{"type":"object","required":["key","label","rule"],"properties":{"key":{"type":"string","minLength":1},"label":{"type":"string","minLength":1},"rule":{"type":"string","minLength":1}},"additionalProperties":false}},"routeFamilies":{"type":"array","minItems":3,"items":{"type":"object","required":["key","paths","recoveryExpectation"],"properties":{"key":{"type":"string","minLength":1},"paths":{"type":"array","minItems":1,"items":{"type":"string","minLength":1}},"recoveryExpectation":{"type":"string","minLength":1}},"additionalProperties":false}},"releaseGates":{"type":"array","minItems":3,"items":{"type":"object","required":["key","label","requires","rule"],"properties":{"key":{"type":"string","minLength":1},"label":{"type":"string","minLength":1},"requires":{"type":"array","minItems":1,"items":{"type":"string","minLength":1}},"rule":{"type":"string","minLength":1}},"additionalProperties":false}},"publicNonClaims":{"type":"array","minItems":3,"items":{"type":"string","minLength":1},"uniqueItems":true},"performanceTests":{"type":"array","minItems":5,"items":{"type":"string","minLength":1},"uniqueItems":true}},"additionalProperties":false}