{"$schema":"https://json-schema.org/draft/2020-12/schema","$id":"https://matchtwin.ai/agent/brief.schema.json","title":"MatchTwin local dating brief v1.0","description":"Local preparation only. Not an identity credential, network registration, or authorization to share.","type":"object","additionalProperties":false,"required":["schema_version","sharing_permission","relationship_intent","values","everyday_life","communication","boundaries","open_questions"],"properties":{"schema_version":{"const":"1.0"},"sharing_permission":{"const":"none"},"relationship_intent":{"type":"string","title":"What I am looking for","maxLength":600},"values":{"type":"string","title":"What matters to me","maxLength":600},"everyday_life":{"type":"string","title":"What an ordinary week looks like","maxLength":600},"communication":{"type":"string","title":"How I connect","maxLength":600},"boundaries":{"type":"string","title":"What I need respected","maxLength":600},"open_questions":{"type":"string","title":"What I am still figuring out","maxLength":600}}}