The value must match every listed schema.
{"allOf": [{"type": "object"}, {"required": ["id"]}]}
Use allOf to combine constraints and reusable definitions.