{"$schema":"https://json-schema.org/draft/2020-12/schema","$id":"https://www.monocrawl.com/schemas/web/sessions/create.json","title":"web/sessions/create data fields","description":"Required core structure for successful data, with optional source fields. Additional fields are allowed. This is not a completeness guarantee.","type":"object","properties":{"id":{"type":["string","null"],"description":"id"},"session_id":{"type":["string","null"],"description":"session id"},"status":{"type":["string","null"],"description":"status"},"url":{"type":["string","null"],"description":"url"},"created_at":{"type":["string","null"],"description":"created at"},"expires_at":{"type":["string","null"],"description":"expires at"},"opened_title":{"type":["string","null"],"description":"opened title"},"ttl_seconds":{"type":["number","null"],"description":"ttl seconds; null is unknown."},"credits_billed":{"type":["number","null"],"description":"credits billed; null is unknown."}},"additionalProperties":true,"allOf":[{"anyOf":[{"required":["id"],"properties":{"id":{"type":["string"],"description":"id","minLength":1}}},{"required":["session_id"],"properties":{"session_id":{"type":["string"],"description":"session id","minLength":1}}},{"required":["url"],"properties":{"url":{"type":["string"],"description":"url","minLength":1}}},{"required":["created_at"],"properties":{"created_at":{"type":["string"],"description":"created at","minLength":1}}},{"required":["expires_at"],"properties":{"expires_at":{"type":["string"],"description":"expires at","minLength":1}}},{"required":["opened_title"],"properties":{"opened_title":{"type":["string"],"description":"opened title","minLength":1}}},{"required":["ttl_seconds"],"properties":{"ttl_seconds":{"type":["number"],"description":"ttl seconds; null is unknown."}}},{"required":["credits_billed"],"properties":{"credits_billed":{"type":["number"],"description":"credits billed; null is unknown."}}}]}],"x-contract-version":"2026-09-22","x-validation-scope":"Required success payload structure; optional fields and source completeness remain separate.","examples":[{"session_id":"ws_example","status":"active"}]}